Skip to content

Commit 09d75ed

Browse files
committed
[Project] Set deployment target to 10.9
Travis is still 10.9
1 parent f7bb66a commit 09d75ed

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
language: objective-c
2+
osx_image: xcode61
23
before_install:
34
- gem install cocoapods --no-rdoc --no-ri --no-document --quiet
45
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet

QueryKit.xcodeproj/project.pbxproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,12 +363,14 @@
363363
77A9B6721953742F0016654E /* Debug */ = {
364364
isa = XCBuildConfiguration;
365365
buildSettings = {
366+
MACOSX_DEPLOYMENT_TARGET = 10.9;
366367
};
367368
name = Debug;
368369
};
369370
77A9B6731953742F0016654E /* Release */ = {
370371
isa = XCBuildConfiguration;
371372
buildSettings = {
373+
MACOSX_DEPLOYMENT_TARGET = 10.9;
372374
};
373375
name = Release;
374376
};
@@ -415,7 +417,7 @@
415417
INFOPLIST_FILE = QueryKit/Info.plist;
416418
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
417419
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
418-
MACOSX_DEPLOYMENT_TARGET = 10.10;
420+
MACOSX_DEPLOYMENT_TARGET = 10.9;
419421
METAL_ENABLE_DEBUG_INFO = YES;
420422
ONLY_ACTIVE_ARCH = YES;
421423
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -465,7 +467,7 @@
465467
INFOPLIST_FILE = QueryKit/Info.plist;
466468
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
467469
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
468-
MACOSX_DEPLOYMENT_TARGET = 10.10;
470+
MACOSX_DEPLOYMENT_TARGET = 10.9;
469471
METAL_ENABLE_DEBUG_INFO = NO;
470472
PRODUCT_NAME = "$(TARGET_NAME)";
471473
SDKROOT = macosx;

0 commit comments

Comments
 (0)