Skip to content

Commit

Permalink
fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
rA9stuff committed Nov 24, 2023
1 parent e123115 commit 2d339d8
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions LeetDown.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -793,10 +793,11 @@
CLANG_ENABLE_OBJC_ARC = NO;
CODE_SIGN_ENTITLEMENTS = LeetDown_M/LeetDown_M.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = KDKJ9R2CR6;
DEVELOPMENT_TEAM = "";
DYLIB_COMPATIBILITY_VERSION = "";
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_TESTING_SEARCH_PATHS = YES;
Expand Down Expand Up @@ -859,10 +860,11 @@
CLANG_ENABLE_OBJC_ARC = NO;
CODE_SIGN_ENTITLEMENTS = LeetDown_M/LeetDown_M.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = KDKJ9R2CR6;
DEVELOPMENT_TEAM = "";
DYLIB_COMPATIBILITY_VERSION = "";
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_TESTING_SEARCH_PATHS = YES;
Expand Down

0 comments on commit 2d339d8

Please sign in to comment.