Skip to content

Commit

Permalink
Merge branch 'main' into scott/mbl-873
Browse files Browse the repository at this point in the history
  • Loading branch information
scottkicks committed Jul 25, 2023
2 parents 106e19a + 61ffb8b commit 49e6889
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Kickstarter.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -9152,9 +9152,11 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = "Kickstarter-iOS/Beta.entitlements";
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 5DAN4UM3NC;
DEVELOPMENT_TEAM = "";
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 5DAN4UM3NC;
ENABLE_MODULE_VERIFIER = NO;
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = "Kickstarter-iOS/Info.plist";
Expand All @@ -9170,6 +9172,7 @@
PRODUCT_MODULE_NAME = Kickstarter_iOS;
PRODUCT_NAME = KickBeta;
PROVISIONING_PROFILE_SPECIFIER = "";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "match InHouse com.kickstarter.kickstarter.beta";
SDKROOT = iphoneos;
VALIDATE_WORKSPACE = NO;
};
Expand Down

0 comments on commit 49e6889

Please sign in to comment.