|
917 | 917 | PRODUCT_NAME = CBORCoding;
|
918 | 918 | SDKROOT = appletvos;
|
919 | 919 | SKIP_INSTALL = YES;
|
| 920 | + SUPPORTED_PLATFORMS = "appletvsimulator appletvos"; |
920 | 921 | TARGETED_DEVICE_FAMILY = 3;
|
921 | 922 | };
|
922 | 923 | name = Debug;
|
|
941 | 942 | PRODUCT_NAME = CBORCoding;
|
942 | 943 | SDKROOT = appletvos;
|
943 | 944 | SKIP_INSTALL = YES;
|
| 945 | + SUPPORTED_PLATFORMS = "appletvsimulator appletvos"; |
944 | 946 | TARGETED_DEVICE_FAMILY = 3;
|
945 | 947 | };
|
946 | 948 | name = Test;
|
|
965 | 967 | PRODUCT_NAME = CBORCoding;
|
966 | 968 | SDKROOT = appletvos;
|
967 | 969 | SKIP_INSTALL = YES;
|
| 970 | + SUPPORTED_PLATFORMS = "appletvsimulator appletvos"; |
968 | 971 | TARGETED_DEVICE_FAMILY = 3;
|
969 | 972 | };
|
970 | 973 | name = Release;
|
|
1047 | 1050 | PRODUCT_NAME = CBORCoding;
|
1048 | 1051 | SDKROOT = watchos;
|
1049 | 1052 | SKIP_INSTALL = YES;
|
| 1053 | + SUPPORTED_PLATFORMS = "watchsimulator watchos"; |
1050 | 1054 | TARGETED_DEVICE_FAMILY = 4;
|
1051 | 1055 | };
|
1052 | 1056 | name = Debug;
|
|
1072 | 1076 | PRODUCT_NAME = CBORCoding;
|
1073 | 1077 | SDKROOT = watchos;
|
1074 | 1078 | SKIP_INSTALL = YES;
|
| 1079 | + SUPPORTED_PLATFORMS = "watchsimulator watchos"; |
1075 | 1080 | TARGETED_DEVICE_FAMILY = 4;
|
1076 | 1081 | };
|
1077 | 1082 | name = Test;
|
|
1097 | 1102 | PRODUCT_NAME = CBORCoding;
|
1098 | 1103 | SDKROOT = watchos;
|
1099 | 1104 | SKIP_INSTALL = YES;
|
| 1105 | + SUPPORTED_PLATFORMS = "watchsimulator watchos"; |
1100 | 1106 | TARGETED_DEVICE_FAMILY = 4;
|
1101 | 1107 | };
|
1102 | 1108 | name = Release;
|
|
1159 | 1165 | MTL_FAST_MATH = YES;
|
1160 | 1166 | ONLY_ACTIVE_ARCH = YES;
|
1161 | 1167 | SDKROOT = iphoneos;
|
1162 |
| - SUPPORTED_PLATFORMS = "iphonesimulator iphoneos appletvsimulator appletvos watchsimulator watchos"; |
1163 | 1168 | SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
1164 | 1169 | SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
1165 | 1170 | SWIFT_VERSION = 5.0;
|
|
1222 | 1227 | MTL_ENABLE_DEBUG_INFO = NO;
|
1223 | 1228 | MTL_FAST_MATH = YES;
|
1224 | 1229 | SDKROOT = iphoneos;
|
1225 |
| - SUPPORTED_PLATFORMS = "iphonesimulator iphoneos appletvsimulator appletvos watchsimulator watchos"; |
1226 | 1230 | SWIFT_COMPILATION_MODE = wholemodule;
|
1227 | 1231 | SWIFT_OPTIMIZATION_LEVEL = "-O";
|
1228 | 1232 | SWIFT_VERSION = 5.0;
|
|
1255 | 1259 | PRODUCT_BUNDLE_IDENTIFIER = com.somerandomiosdev.cborcoding;
|
1256 | 1260 | PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
|
1257 | 1261 | SKIP_INSTALL = YES;
|
| 1262 | + SUPPORTED_PLATFORMS = "iphonesimulator iphoneos"; |
1258 | 1263 | SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
1259 | 1264 | };
|
1260 | 1265 | name = Debug;
|
|
1279 | 1284 | PRODUCT_BUNDLE_IDENTIFIER = com.somerandomiosdev.cborcoding;
|
1280 | 1285 | PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
|
1281 | 1286 | SKIP_INSTALL = YES;
|
| 1287 | + SUPPORTED_PLATFORMS = "iphonesimulator iphoneos"; |
1282 | 1288 | };
|
1283 | 1289 | name = Release;
|
1284 | 1290 | };
|
|
1372 | 1378 | MTL_FAST_MATH = YES;
|
1373 | 1379 | ONLY_ACTIVE_ARCH = NO;
|
1374 | 1380 | SDKROOT = iphoneos;
|
1375 |
| - SUPPORTED_PLATFORMS = "iphonesimulator iphoneos appletvsimulator appletvos watchsimulator watchos"; |
1376 | 1381 | SWIFT_ACTIVE_COMPILATION_CONDITIONS = UNIT_TEST;
|
1377 | 1382 | SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
1378 | 1383 | SWIFT_VERSION = 5.0;
|
|
1404 | 1409 | PRODUCT_BUNDLE_IDENTIFIER = com.somerandomiosdev.cborcoding;
|
1405 | 1410 | PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
|
1406 | 1411 | SKIP_INSTALL = YES;
|
| 1412 | + SUPPORTED_PLATFORMS = "iphonesimulator iphoneos"; |
1407 | 1413 | SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
1408 | 1414 | };
|
1409 | 1415 | name = Test;
|
|
0 commit comments