Skip to content

Commit

Permalink
add iphone dev code sign identity to test app
Browse files Browse the repository at this point in the history
  • Loading branch information
jlipps committed Apr 5, 2013
1 parent 562745b commit bf4dbb2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions sample-code/apps/TestApp/TestApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -240,25 +240,27 @@
3647AE2715CA0082006F70D6 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_IDENTITY = "";
CODE_SIGN_IDENTITY = "iPhone Developer";
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Test App 2/TestApp-Prefix.pch";
INFOPLIST_FILE = "Test App 2/TestApp-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
PRODUCT_NAME = TestApp;
PROVISIONING_PROFILE = "";
WRAPPER_EXTENSION = app;
};
name = Debug;
};
3647AE2815CA0082006F70D6 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_IDENTITY = "";
CODE_SIGN_IDENTITY = "iPhone Developer";
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Test App 2/TestApp-Prefix.pch";
INFOPLIST_FILE = "Test App 2/TestApp-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
PRODUCT_NAME = TestApp;
PROVISIONING_PROFILE = "";
WRAPPER_EXTENSION = app;
};
name = Release;
Expand Down

0 comments on commit bf4dbb2

Please sign in to comment.