|
686 | 686 | MACOSX_DEPLOYMENT_TARGET = 10.15;
|
687 | 687 | ONLY_ACTIVE_ARCH = YES;
|
688 | 688 | SDKROOT = "";
|
689 |
| - SUPPORTED_PLATFORMS = "macosx appletvos iphoneos appletvsimulator iphonesimulator"; |
| 689 | + SUPPORTED_PLATFORMS = "macosx appletvos iphoneos watchos appletvsimulator iphonesimulator watchsimulator"; |
690 | 690 | SWIFT_VERSION = 5.0;
|
691 | 691 | TVOS_DEPLOYMENT_TARGET = 13.0;
|
| 692 | + WATCHOS_DEPLOYMENT_TARGET = 6.0; |
692 | 693 | };
|
693 | 694 | name = Debug;
|
694 | 695 | };
|
|
726 | 727 | IPHONEOS_DEPLOYMENT_TARGET = 13.0;
|
727 | 728 | MACOSX_DEPLOYMENT_TARGET = 10.15;
|
728 | 729 | SDKROOT = "";
|
729 |
| - SUPPORTED_PLATFORMS = "macosx appletvos iphoneos appletvsimulator iphonesimulator"; |
| 730 | + SUPPORTED_PLATFORMS = "macosx appletvos iphoneos watchos appletvsimulator iphonesimulator watchsimulator"; |
730 | 731 | SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
|
731 | 732 | SWIFT_VERSION = 5.0;
|
732 | 733 | TVOS_DEPLOYMENT_TARGET = 13.0;
|
| 734 | + WATCHOS_DEPLOYMENT_TARGET = 6.0; |
733 | 735 | };
|
734 | 736 | name = Release;
|
735 | 737 | };
|
|
785 | 787 | PROVISIONING_PROFILE = "";
|
786 | 788 | SDKROOT = "";
|
787 | 789 | SKIP_INSTALL = YES;
|
788 |
| - SUPPORTED_PLATFORMS = "iphonesimulator iphoneos macosx appletvsimulator appletvos"; |
| 790 | + SUPPORTED_PLATFORMS = "iphonesimulator iphoneos macosx appletvsimulator appletvos watchsimulator watchos"; |
789 | 791 | SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
790 | 792 | SWIFT_VERSION = 5.0;
|
791 | 793 | TARGETED_DEVICE_FAMILY = "1,2,3,4";
|
|
840 | 842 | PROVISIONING_PROFILE = "";
|
841 | 843 | SDKROOT = "";
|
842 | 844 | SKIP_INSTALL = YES;
|
843 |
| - SUPPORTED_PLATFORMS = "iphonesimulator iphoneos macosx appletvsimulator appletvos"; |
| 845 | + SUPPORTED_PLATFORMS = "iphonesimulator iphoneos macosx appletvsimulator appletvos watchsimulator watchos"; |
844 | 846 | SWIFT_VERSION = 5.0;
|
845 | 847 | TARGETED_DEVICE_FAMILY = "1,2,3,4";
|
846 | 848 | VALIDATE_PRODUCT = YES;
|
|
894 | 896 | PRODUCT_BUNDLE_IDENTIFIER = "com.pusher.$(PRODUCT_NAME:rfc1034identifier)";
|
895 | 897 | PRODUCT_NAME = PusherSwiftTests;
|
896 | 898 | SDKROOT = "";
|
897 |
| - SUPPORTED_PLATFORMS = "iphonesimulator iphoneos macosx appletvsimulator appletvos"; |
| 899 | + SUPPORTED_PLATFORMS = "iphonesimulator iphoneos macosx appletvsimulator appletvos watchsimulator watchos"; |
898 | 900 | SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
899 | 901 | SWIFT_VERSION = 5.0;
|
| 902 | + TVOS_DEPLOYMENT_TARGET = 13.0; |
| 903 | + WATCHOS_DEPLOYMENT_TARGET = 6.0; |
900 | 904 | };
|
901 | 905 | name = Debug;
|
902 | 906 | };
|
|
938 | 942 | PRODUCT_BUNDLE_IDENTIFIER = "com.pusher.$(PRODUCT_NAME:rfc1034identifier)";
|
939 | 943 | PRODUCT_NAME = PusherSwiftTests;
|
940 | 944 | SDKROOT = "";
|
941 |
| - SUPPORTED_PLATFORMS = "iphonesimulator iphoneos macosx appletvsimulator appletvos"; |
| 945 | + SUPPORTED_PLATFORMS = "iphonesimulator iphoneos macosx appletvsimulator appletvos watchsimulator watchos"; |
942 | 946 | SWIFT_VERSION = 5.0;
|
| 947 | + TVOS_DEPLOYMENT_TARGET = 13.0; |
943 | 948 | VALIDATE_PRODUCT = YES;
|
| 949 | + WATCHOS_DEPLOYMENT_TARGET = 6.0; |
944 | 950 | };
|
945 | 951 | name = Release;
|
946 | 952 | };
|
|
0 commit comments