Skip to content

Commit

Permalink
target 7.0 (not 7.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Colton committed Mar 10, 2014
1 parent 3a704af commit f1d878e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions samples/HelloWorld/HelloWorld.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "HelloWorld/HelloWorld-Prefix.pch";
INFOPLIST_FILE = "HelloWorld/HelloWorld-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
Expand All @@ -408,6 +409,7 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "HelloWorld/HelloWorld-Prefix.pch";
INFOPLIST_FILE = "HelloWorld/HelloWorld-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
Expand Down

0 comments on commit f1d878e

Please sign in to comment.