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 473
473
buildSettings = {
474
474
DEFINES_MODULE = YES;
475
475
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
+ );
477
480
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
478
481
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
479
482
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks @loader_path/Frameworks";
482
485
"-framework",
483
486
SwiftFoundation,
484
487
);
488
+ OTHER_SWIFT_FLAGS = "-swift-version 3";
485
489
PRODUCT_BUNDLE_PACKAGE_TYPE = FMWK;
486
490
SKIP_INSTALL = YES;
487
491
SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator";
506
510
"-framework",
507
511
SwiftFoundation,
508
512
);
513
+ OTHER_SWIFT_FLAGS = "-swift-version 3";
509
514
PRODUCT_BUNDLE_PACKAGE_TYPE = FMWK;
510
515
SKIP_INSTALL = YES;
511
516
SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator";
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<Scheme
3
- LastUpgradeVersion = " 0800 "
3
+ LastUpgradeVersion = " 0830 "
4
4
version = " 1.3" >
5
5
<BuildAction
6
6
parallelizeBuildables = " NO"
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<Scheme
3
- LastUpgradeVersion = " 0800 "
3
+ LastUpgradeVersion = " 0830 "
4
4
version = " 1.3" >
5
5
<BuildAction
6
6
parallelizeBuildables = " NO"
You can’t perform that action at this time.
0 commit comments