Skip to content

Commit

Permalink
Use appletvos for SDKROOT build setting in Nimble-tvOS
Browse files Browse the repository at this point in the history
Xcode 8 claims that `appletvsimulator` is not found for the setting.
  • Loading branch information
ikesyo committed Jun 15, 2016
1 parent d890063 commit 6a83da4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Nimble.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1639,7 +1639,7 @@
PRODUCT_BUNDLE_IDENTIFIER = "net.jeffhui.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_MODULE_NAME = Nimble;
PRODUCT_NAME = Nimble;
SDKROOT = appletvsimulator;
SDKROOT = appletvos;
SKIP_INSTALL = YES;
TARGETED_DEVICE_FAMILY = 3;
TVOS_DEPLOYMENT_TARGET = 9.0;
Expand Down Expand Up @@ -1673,7 +1673,7 @@
PRODUCT_BUNDLE_IDENTIFIER = "net.jeffhui.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_MODULE_NAME = Nimble;
PRODUCT_NAME = Nimble;
SDKROOT = appletvsimulator;
SDKROOT = appletvos;
SKIP_INSTALL = YES;
TARGETED_DEVICE_FAMILY = 3;
TVOS_DEPLOYMENT_TARGET = 9.0;
Expand Down

0 comments on commit 6a83da4

Please sign in to comment.