Skip to content

Commit

Permalink
Remove the team from Debug for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ianyh committed Feb 20, 2024
1 parent 4ce2bf8 commit d206b77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Amethyst.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1007,12 +1007,13 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Amethyst/AmethystDebug.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 109;
DEAD_CODE_STRIPPING = YES;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 82P2XLB4UH;
DEVELOPMENT_TEAM = "";
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_MODULE_VERIFIER = YES;
FRAMEWORK_SEARCH_PATHS = (
Expand Down

0 comments on commit d206b77

Please sign in to comment.