Skip to content

Commit 415b74b

Browse files
committed
Add tvOS as a supported platform to PusherSwiftWithEncryption
1 parent ea39225 commit 415b74b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

PusherSwift.xcodeproj/project.pbxproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@
727727
);
728728
inputPaths = (
729729
Reachability,
730-
Sodium,
730+
TweetNacl,
731731
NWWebSocket,
732732
);
733733
name = "Copy Carthage Frameworks";
@@ -1211,7 +1211,7 @@
12111211
PROVISIONING_PROFILE = "";
12121212
SDKROOT = "";
12131213
SKIP_INSTALL = YES;
1214-
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos macosx";
1214+
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos macosx appletvsimulator appletvos";
12151215
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
12161216
SWIFT_VERSION = 5.0;
12171217
TARGETED_DEVICE_FAMILY = "1,2,3,4";
@@ -1266,7 +1266,7 @@
12661266
PROVISIONING_PROFILE = "";
12671267
SDKROOT = "";
12681268
SKIP_INSTALL = YES;
1269-
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos macosx";
1269+
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos macosx appletvsimulator appletvos";
12701270
SWIFT_VERSION = 5.0;
12711271
TARGETED_DEVICE_FAMILY = "1,2,3,4";
12721272
VALIDATE_PRODUCT = YES;
@@ -1321,7 +1321,7 @@
13211321
PRODUCT_BUNDLE_IDENTIFIER = "com.pusher.$(PRODUCT_NAME:rfc1034identifier)";
13221322
PRODUCT_NAME = "$(TARGET_NAME)";
13231323
SDKROOT = "";
1324-
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos macosx";
1324+
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos macosx appletvsimulator appletvos";
13251325
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
13261326
SWIFT_VERSION = 5.0;
13271327
};
@@ -1366,7 +1366,7 @@
13661366
PRODUCT_BUNDLE_IDENTIFIER = "com.pusher.$(PRODUCT_NAME:rfc1034identifier)";
13671367
PRODUCT_NAME = "$(TARGET_NAME)";
13681368
SDKROOT = "";
1369-
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos macosx";
1369+
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos macosx appletvsimulator appletvos";
13701370
SWIFT_VERSION = 5.0;
13711371
VALIDATE_PRODUCT = YES;
13721372
};

0 commit comments

Comments
 (0)