File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 445
445
SDKROOT = iphoneos;
446
446
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
447
447
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
448
+ SWIFT_VERSION = 3.0;
448
449
TARGETED_DEVICE_FAMILY = "1,2";
449
450
VERSIONING_SYSTEM = "apple-generic";
450
451
VERSION_INFO_PREFIX = "";
498
499
MTL_ENABLE_DEBUG_INFO = NO;
499
500
SDKROOT = iphoneos;
500
501
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
502
+ SWIFT_VERSION = 3.0;
501
503
TARGETED_DEVICE_FAMILY = "1,2";
502
504
VALIDATE_PRODUCT = YES;
503
505
VERSIONING_SYSTEM = "apple-generic";
526
528
SKIP_INSTALL = YES;
527
529
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
528
530
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
529
- SWIFT_VERSION = 4 .0;
531
+ SWIFT_VERSION = 3 .0;
530
532
};
531
533
name = Debug;
532
534
};
550
552
PRODUCT_NAME = "$(TARGET_NAME)";
551
553
SKIP_INSTALL = YES;
552
554
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
553
- SWIFT_VERSION = 4 .0;
555
+ SWIFT_VERSION = 3 .0;
554
556
};
555
557
name = Release;
556
558
};
You can’t perform that action at this time.
0 commit comments