Skip to content

Commit

Permalink
Update supported platforms.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-lyn committed Aug 12, 2017
1 parent 2e2b95f commit 8631ea1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Ditto.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,7 @@
PRODUCT_NAME = Ditto;
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_VERSION = 3.0;
TARGETED_DEVICE_FAMILY = "1,2";
Expand Down Expand Up @@ -661,6 +662,7 @@
PRODUCT_NAME = Ditto;
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
SWIFT_VERSION = 3.0;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
Expand Down Expand Up @@ -817,6 +819,7 @@
PRODUCT_BUNDLE_IDENTIFIER = Ditto;
PRODUCT_NAME = Ditto;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = macosx;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_VERSION = 3.0;
VERSIONING_SYSTEM = "apple-generic";
Expand Down Expand Up @@ -872,6 +875,7 @@
PRODUCT_BUNDLE_IDENTIFIER = Ditto;
PRODUCT_NAME = Ditto;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = macosx;
SWIFT_VERSION = 3.0;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
Expand Down Expand Up @@ -1024,6 +1028,7 @@
PRODUCT_NAME = Ditto;
SDKROOT = watchos;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "watchsimulator watchos";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_VERSION = 3.0;
TARGETED_DEVICE_FAMILY = 4;
Expand Down Expand Up @@ -1080,6 +1085,7 @@
PRODUCT_NAME = Ditto;
SDKROOT = watchos;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "watchsimulator watchos";
SWIFT_VERSION = 3.0;
TARGETED_DEVICE_FAMILY = 4;
VALIDATE_PRODUCT = YES;
Expand Down Expand Up @@ -1139,6 +1145,7 @@
PRODUCT_NAME = Ditto;
SDKROOT = appletvos;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "appletvsimulator appletvos";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_VERSION = 3.0;
TARGETED_DEVICE_FAMILY = 3;
Expand Down Expand Up @@ -1194,6 +1201,7 @@
PRODUCT_NAME = Ditto;
SDKROOT = appletvos;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "appletvsimulator appletvos";
SWIFT_VERSION = 3.0;
TARGETED_DEVICE_FAMILY = 3;
TVOS_DEPLOYMENT_TARGET = 9.0;
Expand Down

0 comments on commit 8631ea1

Please sign in to comment.