Skip to content

Commit

Permalink
Don't sign the app.
Browse files Browse the repository at this point in the history
  • Loading branch information
MaddTheSane committed Apr 12, 2022
1 parent 7123eb6 commit 5ff353c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Boxer.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -5570,12 +5570,12 @@
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = NO;
CODE_SIGN_ENTITLEMENTS = Boxer/Boxer.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = "2.0.0-alpha+20210308";
DEVELOPMENT_TEAM = AZAE6TWF2Z;
DEVELOPMENT_TEAM = "";
ENABLE_HARDENED_RUNTIME = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand Down Expand Up @@ -5619,12 +5619,12 @@
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = NO;
CODE_SIGN_ENTITLEMENTS = Boxer/Boxer.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = "2.0.0-alpha+20210308";
DEVELOPMENT_TEAM = AZAE6TWF2Z;
DEVELOPMENT_TEAM = "";
ENABLE_HARDENED_RUNTIME = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand Down

0 comments on commit 5ff353c

Please sign in to comment.