aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2018-10-14 18:45:30 +0200
committerTeddy Wing2018-10-14 18:46:18 +0200
commit0db7c9deb9498892081c356ab60efe266c399269 (patch)
treeda2daa10a6f1951b68dd75bf9119b494ed11b6c0
parent42b2635f783019610f81dd778547ee938992a916 (diff)
downloaddome_key_event_source_simulator-0db7c9deb9498892081c356ab60efe266c399269.tar.bz2
Change the deployment target from Mac OS X 10.12 to 10.6
No reason to restrict the platforms this can run on.
-rw-r--r--dome_key_event_source_simulator.xcodeproj/project.pbxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/dome_key_event_source_simulator.xcodeproj/project.pbxproj b/dome_key_event_source_simulator.xcodeproj/project.pbxproj
index 6ff235f..bbd8708 100644
--- a/dome_key_event_source_simulator.xcodeproj/project.pbxproj
+++ b/dome_key_event_source_simulator.xcodeproj/project.pbxproj
@@ -236,6 +236,7 @@
buildSettings = {
CODE_SIGN_STYLE = Automatic;
EXECUTABLE_PREFIX = lib;
+ MACOSX_DEPLOYMENT_TARGET = 10.6;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
@@ -245,6 +246,7 @@
buildSettings = {
CODE_SIGN_STYLE = Automatic;
EXECUTABLE_PREFIX = lib;
+ MACOSX_DEPLOYMENT_TARGET = 10.6;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;