aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2018-09-05 17:22:19 +0200
committerTeddy Wing2018-09-05 18:09:56 +0200
commit69d948f117df445d1cb1060ebda9afd967a58f74 (patch)
treefe42f088733916145fd36a9ceda34f6a62c798aa
parent9b38dbaef7e8e29ee2ee08204facadd408d2e378 (diff)
downloadCopy-Mailto-69d948f117df445d1cb1060ebda9afd967a58f74.tar.bz2
Change project to build for older OSes
Set deployment target to OS X 10.6 and the Xcode project to Xcode 3.2.
-rw-r--r--CopyMailto.xcodeproj/project.pbxproj6
1 files changed, 4 insertions, 2 deletions
diff --git a/CopyMailto.xcodeproj/project.pbxproj b/CopyMailto.xcodeproj/project.pbxproj
index f86d0e0..3176932 100644
--- a/CopyMailto.xcodeproj/project.pbxproj
+++ b/CopyMailto.xcodeproj/project.pbxproj
@@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
- objectVersion = 48;
+ objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
@@ -101,7 +101,7 @@
};
};
buildConfigurationList = D1F170F221402BAF00BD08A0 /* Build configuration list for PBXProject "CopyMailto" */;
- compatibilityVersion = "Xcode 8.0";
+ compatibilityVersion = "Xcode 3.2";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
@@ -266,6 +266,7 @@
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = CopyMailto/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
+ MACOSX_DEPLOYMENT_TARGET = 10.6;
PRODUCT_BUNDLE_IDENTIFIER = com.teddywing.CopyMailto;
PRODUCT_NAME = "$(TARGET_NAME)";
};
@@ -280,6 +281,7 @@
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = CopyMailto/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
+ MACOSX_DEPLOYMENT_TARGET = 10.6;
PRODUCT_BUNDLE_IDENTIFIER = com.teddywing.CopyMailto;
PRODUCT_NAME = "$(TARGET_NAME)";
};