Fix supported platforms

This commit is contained in:
Oleksii Dykan
2017-10-24 11:41:20 +02:00
parent 6e68ea7c02
commit fc0508e361

View File

@@ -357,9 +357,10 @@
PRODUCT_BUNDLE_IDENTIFIER = com.violentoctopus.CodableFirebase;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator appletvos appletvsimulator watchos watchsimulator macosx";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
TARGETED_DEVICE_FAMILY = "1,2,3,4";
};
name = Debug;
};
@@ -380,8 +381,9 @@
PRODUCT_BUNDLE_IDENTIFIER = com.violentoctopus.CodableFirebase;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator appletvos appletvsimulator watchos watchsimulator macosx";
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
TARGETED_DEVICE_FAMILY = "1,2,3,4";
};
name = Release;
};