Skip to content

Commit

Permalink
Update project file to remove Entitlements.plist for AdHoc
Browse files Browse the repository at this point in the history
  • Loading branch information
richard committed Oct 10, 2010
1 parent 70c6538 commit 9269c1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MobileOrg.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -942,8 +942,8 @@
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
CODE_SIGN_ENTITLEMENTS = Entitlements.plist;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer: Richard Moreland (6QN2535D24)";
CODE_SIGN_ENTITLEMENTS = "";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = YES;
CURRENT_PROJECT_VERSION = 28;
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
Expand All @@ -953,7 +953,7 @@
INFOPLIST_PREPROCESS = NO;
IPHONEOS_DEPLOYMENT_TARGET = 3.0;
PRODUCT_NAME = MobileOrg;
"PROVISIONING_PROFILE[sdk=iphoneos*]" = "48A13CA8-C59C-4CDF-838D-5F1A782AC691";
"PROVISIONING_PROFILE[sdk=iphoneos*]" = "";
SDKROOT = iphoneos4.1;
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
Expand Down

0 comments on commit 9269c1a

Please sign in to comment.