File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 582
582
PRODUCT_NAME = "$(PROJECT_NAME)";
583
583
SDKROOT = iphoneos;
584
584
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
585
+ SWIFT_VERSION = 2.3;
585
586
TARGETED_DEVICE_FAMILY = "1,2";
586
587
VERSIONING_SYSTEM = "apple-generic";
587
588
VERSION_INFO_PREFIX = "";
627
628
PRODUCT_NAME = "$(PROJECT_NAME)";
628
629
SDKROOT = iphoneos;
629
630
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
631
+ SWIFT_VERSION = 2.3;
630
632
TARGETED_DEVICE_FAMILY = "1,2";
631
633
VALIDATE_PRODUCT = YES;
632
634
VERSIONING_SYSTEM = "apple-generic";
649
651
MACH_O_TYPE = mh_dylib;
650
652
SKIP_INSTALL = YES;
651
653
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
652
- SWIFT_VERSION = 2.3;
653
654
};
654
655
name = Debug;
655
656
};
667
668
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
668
669
MACH_O_TYPE = mh_dylib;
669
670
SKIP_INSTALL = YES;
670
- SWIFT_VERSION = 2.3;
671
671
};
672
672
name = Release;
673
673
};
You can’t perform that action at this time.
0 commit comments