Quellcode durchsuchen

Fix no ability to build tvOS framework for Apple TV Simulator. (#359)

Nikita Lutsenko vor 9 Jahren
Ursprung
Commit
b0758413ce
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      SocketRocket.xcodeproj/project.pbxproj

+ 2 - 2
SocketRocket.xcodeproj/project.pbxproj

@@ -712,7 +712,7 @@
 				PRODUCT_NAME = SocketRocket;
 				PRODUCT_NAME = SocketRocket;
 				SDKROOT = appletvos;
 				SDKROOT = appletvos;
 				SKIP_INSTALL = YES;
 				SKIP_INSTALL = YES;
-				TARGETED_DEVICE_FAMILY = "1,2";
+				TARGETED_DEVICE_FAMILY = 3;
 				VERSIONING_SYSTEM = "apple-generic";
 				VERSIONING_SYSTEM = "apple-generic";
 				VERSION_INFO_PREFIX = "";
 				VERSION_INFO_PREFIX = "";
 			};
 			};
@@ -748,7 +748,7 @@
 				PRODUCT_NAME = SocketRocket;
 				PRODUCT_NAME = SocketRocket;
 				SDKROOT = appletvos;
 				SDKROOT = appletvos;
 				SKIP_INSTALL = YES;
 				SKIP_INSTALL = YES;
-				TARGETED_DEVICE_FAMILY = "1,2";
+				TARGETED_DEVICE_FAMILY = 3;
 				VERSIONING_SYSTEM = "apple-generic";
 				VERSIONING_SYSTEM = "apple-generic";
 				VERSION_INFO_PREFIX = "";
 				VERSION_INFO_PREFIX = "";
 			};
 			};