Skip to content

Commit

Permalink
Fix the platforms in the project.
Browse files Browse the repository at this point in the history
  • Loading branch information
bojan committed Jul 25, 2017
1 parent 5c13dd4 commit 0e60cf5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Thingy.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,7 @@
PRODUCT_BUNDLE_IDENTIFIER = com.bojandimovski.Thingy;
SDKROOT = watchos;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "watchsimulator watchos";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
TARGETED_DEVICE_FAMILY = 4;
WATCHOS_DEPLOYMENT_TARGET = 2.0;
Expand All @@ -547,6 +548,7 @@
PRODUCT_BUNDLE_IDENTIFIER = com.bojandimovski.Thingy;
SDKROOT = watchos;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "watchsimulator watchos";
TARGETED_DEVICE_FAMILY = 4;
WATCHOS_DEPLOYMENT_TARGET = 2.0;
};
Expand All @@ -567,6 +569,7 @@
PRODUCT_BUNDLE_IDENTIFIER = com.bojandimovski.Thingy;
SDKROOT = appletvos;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "appletvsimulator appletvos";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
TARGETED_DEVICE_FAMILY = 3;
TVOS_DEPLOYMENT_TARGET = 9.0;
Expand All @@ -588,6 +591,7 @@
PRODUCT_BUNDLE_IDENTIFIER = com.bojandimovski.Thingy;
SDKROOT = appletvos;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "appletvsimulator appletvos";
TARGETED_DEVICE_FAMILY = 3;
TVOS_DEPLOYMENT_TARGET = 9.0;
};
Expand Down

0 comments on commit 0e60cf5

Please sign in to comment.