Skip to content

Commit

Permalink
[NT-1864] Set All Codesigning To Manual (#1444)
Browse files Browse the repository at this point in the history
* Set development to manual

* Update pbxproj
  • Loading branch information
justinswart authored Apr 23, 2021
1 parent 2d2598d commit 21c02d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Kickstarter.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -6899,6 +6899,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = "app-icon-debug";
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = "Kickstarter-iOS/Debug.entitlements";
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_IDENTITY = "Apple Development: Native Team (4BLNH33RY7)";
CODE_SIGN_STYLE = Manual;
DEFINES_MODULE = YES;
Expand Down Expand Up @@ -7014,6 +7015,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = 48YBP49Y5N;
Expand Down

0 comments on commit 21c02d9

Please sign in to comment.