Changed iOS framework target family to "Universal"

This commit is contained in:
Pierre-Olivier Latour
2019-01-06 11:39:05 -08:00
parent 3c6c2a2b5d
commit 32cf20a1d8
+2
View File
@@ -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;
};