Skip to content

Commit

Permalink
Merge pull request #304 from ikesyo/SDKROOT-appletvos
Browse files Browse the repository at this point in the history
Use `appletvos` for `SDKROOT` build setting in Nimble-tvOS
  • Loading branch information
modocache authored Jun 15, 2016
2 parents 5c5c798 + 6a83da4 commit 7979ddb
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 7979ddb

Please sign in to comment.