Sfoglia il codice sorgente

Changed iOS framework target family to "Universal"

Pierre-Olivier Latour 6 anni fa
parent
commit
32cf20a1d8
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      GCDWebServer.xcodeproj/project.pbxproj

+ 2 - 0
GCDWebServer.xcodeproj/project.pbxproj

@@ -1271,6 +1271,7 @@
 				PRODUCT_NAME = GCDWebServers;
 				SDKROOT = iphoneos;
 				SKIP_INSTALL = YES;
+				TARGETED_DEVICE_FAMILY = "1,2";
 			};
 			name = Debug;
 		};
@@ -1287,6 +1288,7 @@
 				PRODUCT_NAME = GCDWebServers;
 				SDKROOT = iphoneos;
 				SKIP_INSTALL = YES;
+				TARGETED_DEVICE_FAMILY = "1,2";
 			};
 			name = Release;
 		};