File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11language : objective-c
2+ osx_image : xcode61
23before_install :
34 - gem install cocoapods --no-rdoc --no-ri --no-document --quiet
45 - gem install xcpretty --no-rdoc --no-ri --no-document --quiet
Original file line number Diff line number Diff line change 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 };
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)";
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;
You can’t perform that action at this time.
0 commit comments