Skip to content

Commit 6c779e8

Browse files
committed
Merge pull request socketio#335 from craigkj312/master
actual fix for carthage
2 parents 5d81377 + 293d71b commit 6c779e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Socket.IO-Client-Swift.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1269,7 +1269,7 @@
12691269
SDKROOT = appletvos;
12701270
SKIP_INSTALL = YES;
12711271
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
1272-
TARGETED_DEVICE_FAMILY = "1,2";
1272+
TARGETED_DEVICE_FAMILY = 3;
12731273
TVOS_DEPLOYMENT_TARGET = 9.0;
12741274
VERSIONING_SYSTEM = "apple-generic";
12751275
VERSION_INFO_PREFIX = "";
@@ -1320,7 +1320,7 @@
13201320
PRODUCT_NAME = SocketIO;
13211321
SDKROOT = appletvos;
13221322
SKIP_INSTALL = YES;
1323-
TARGETED_DEVICE_FAMILY = "1,2";
1323+
TARGETED_DEVICE_FAMILY = 3;
13241324
TVOS_DEPLOYMENT_TARGET = 9.0;
13251325
VALIDATE_PRODUCT = YES;
13261326
VERSIONING_SYSTEM = "apple-generic";

0 commit comments

Comments
 (0)