Skip to content

Commit

Permalink
Cleanup my testing stuff from plist
Browse files Browse the repository at this point in the history
  • Loading branch information
pokeb committed Jun 25, 2009
1 parent 4c8ff10 commit 583963c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion iPhone Sample/Info.plist
Expand Up @@ -9,7 +9,7 @@
<key>CFBundleIconFile</key>
<string>iphone-icon.png</string>
<key>CFBundleIdentifier</key>
<string>com.allseeinginteractive.trailsnetwork.asitest</string>
<string>com.yourcompany.etc</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
Expand Down
8 changes: 4 additions & 4 deletions iPhone.xcodeproj/project.pbxproj
Expand Up @@ -359,15 +359,15 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer: Ben Copsey";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Don't Code Sign";
COPY_PHASE_STRIP = NO;
GCC_DYNAMIC_NO_PIC = NO;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "iPhone Sample/iPhone_Prefix.pch";
INFOPLIST_FILE = "iPhone Sample/Info.plist";
PRODUCT_NAME = ASIHTTPRequest;
"PROVISIONING_PROFILE[sdk=iphoneos*]" = "DF9A6444-9A4F-4BAA-B338-0025D6F53459";
"PROVISIONING_PROFILE[sdk=iphoneos*]" = "";
SDKROOT = iphoneos2.2.1;
};
name = Debug;
Expand All @@ -376,13 +376,13 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer: Ben Copsey";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Don't Code Sign";
COPY_PHASE_STRIP = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "iPhone Sample/iPhone_Prefix.pch";
INFOPLIST_FILE = "iPhone Sample/Info.plist";
PRODUCT_NAME = ASIHTTPRequest;
"PROVISIONING_PROFILE[sdk=iphoneos*]" = "DF9A6444-9A4F-4BAA-B338-0025D6F53459";
"PROVISIONING_PROFILE[sdk=iphoneos*]" = "";
SDKROOT = iphoneos2.2.1;
};
name = Release;
Expand Down

0 comments on commit 583963c

Please sign in to comment.