File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 473473 buildSettings = {
474474 DEFINES_MODULE = YES;
475475 DYLIB_INSTALL_NAME_BASE = "@rpath";
476- "FRAMEWORK_SEARCH_PATHS[sdk=macosx*]" = $BUILT_PRODUCTS_DIR;
476+ "FRAMEWORK_SEARCH_PATHS[sdk=macosx*]" = (
477+ $BUILT_PRODUCTS_DIR,
478+ "../swift-corelibs-foundation/build/Debug",
479+ );
477480 IPHONEOS_DEPLOYMENT_TARGET = 10.0;
478481 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
479482 "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks @loader_path/Frameworks";
482485 "-framework",
483486 SwiftFoundation,
484487 );
488+ OTHER_SWIFT_FLAGS = "-swift-version 3";
485489 PRODUCT_BUNDLE_PACKAGE_TYPE = FMWK;
486490 SKIP_INSTALL = YES;
487491 SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator";
506510 "-framework",
507511 SwiftFoundation,
508512 );
513+ OTHER_SWIFT_FLAGS = "-swift-version 3";
509514 PRODUCT_BUNDLE_PACKAGE_TYPE = FMWK;
510515 SKIP_INSTALL = YES;
511516 SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator";
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<Scheme
3- LastUpgradeVersion = " 0800 "
3+ LastUpgradeVersion = " 0830 "
44 version = " 1.3" >
55 <BuildAction
66 parallelizeBuildables = " NO"
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<Scheme
3- LastUpgradeVersion = " 0800 "
3+ LastUpgradeVersion = " 0830 "
44 version = " 1.3" >
55 <BuildAction
66 parallelizeBuildables = " NO"
You can’t perform that action at this time.
0 commit comments