Skip to content

Commit 1a5ac74

Browse files
committed
Merge branch 'master' into development
* master: set targetted device family to 3 use 7.3 image
2 parents 2f1f771 + 6c779e8 commit 1a5ac74

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
@@ -1274,7 +1274,7 @@
12741274
SDKROOT = appletvos;
12751275
SKIP_INSTALL = YES;
12761276
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
1277-
TARGETED_DEVICE_FAMILY = "1,2";
1277+
TARGETED_DEVICE_FAMILY = 3;
12781278
TVOS_DEPLOYMENT_TARGET = 9.0;
12791279
VERSIONING_SYSTEM = "apple-generic";
12801280
VERSION_INFO_PREFIX = "";
@@ -1325,7 +1325,7 @@
13251325
PRODUCT_NAME = SocketIO;
13261326
SDKROOT = appletvos;
13271327
SKIP_INSTALL = YES;
1328-
TARGETED_DEVICE_FAMILY = "1,2";
1328+
TARGETED_DEVICE_FAMILY = 3;
13291329
TVOS_DEPLOYMENT_TARGET = 9.0;
13301330
VALIDATE_PRODUCT = YES;
13311331
VERSIONING_SYSTEM = "apple-generic";

0 commit comments

Comments
 (0)