File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
PusherSwift/PusherSwift.xcodeproj Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 412
412
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
413
413
ONLY_ACTIVE_ARCH = YES;
414
414
SDKROOT = "";
415
+ SWIFT_VERSION = 4.0;
415
416
};
416
417
name = Debug;
417
418
};
445
446
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
446
447
SDKROOT = "";
447
448
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
449
+ SWIFT_VERSION = 4.0;
448
450
};
449
451
name = Release;
450
452
};
503
505
SKIP_INSTALL = YES;
504
506
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos macosx appletvsimulator appletvos";
505
507
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
506
- SWIFT_VERSION = 3 .0;
508
+ SWIFT_VERSION = 4 .0;
507
509
TARGETED_DEVICE_FAMILY = "1,2,3,4";
508
510
TVOS_DEPLOYMENT_TARGET = 9.2;
509
511
VERSIONING_SYSTEM = "apple-generic";
558
560
SDKROOT = "";
559
561
SKIP_INSTALL = YES;
560
562
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos macosx appletvsimulator appletvos";
561
- SWIFT_VERSION = 3 .0;
563
+ SWIFT_VERSION = 4 .0;
562
564
TARGETED_DEVICE_FAMILY = "1,2,3,4";
563
565
TVOS_DEPLOYMENT_TARGET = 9.2;
564
566
VALIDATE_PRODUCT = YES;
616
618
SDKROOT = iphoneos;
617
619
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos macosx appletvsimulator appletvos";
618
620
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
619
- SWIFT_VERSION = 3 .0;
621
+ SWIFT_VERSION = 4 .0;
620
622
TVOS_DEPLOYMENT_TARGET = 9.2;
621
623
};
622
624
name = Debug;
662
664
PRODUCT_NAME = PusherSwiftTests;
663
665
SDKROOT = iphoneos;
664
666
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos macosx appletvsimulator appletvos";
665
- SWIFT_VERSION = 3 .0;
667
+ SWIFT_VERSION = 4 .0;
666
668
TVOS_DEPLOYMENT_TARGET = 9.2;
667
669
VALIDATE_PRODUCT = YES;
668
670
};
You can’t perform that action at this time.
0 commit comments