Skip to content

Commit

Permalink
Remove deep forced code signing option
Browse files Browse the repository at this point in the history
This option should no longer be needed for anything.
  • Loading branch information
kode54 committed Jun 22, 2022
1 parent a4692b8 commit da8a4df
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Cog.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2979,7 +2979,6 @@
"-D__MACOSX__",
"-DHAVE_CONFIG_H",
);
OTHER_CODE_SIGN_FLAGS = "--deep -f";
OTHER_LDFLAGS = (
"-weak_framework",
CogAudio,
Expand Down Expand Up @@ -3032,7 +3031,6 @@
"-D__MACOSX__",
"-DHAVE_CONFIG_H",
);
OTHER_CODE_SIGN_FLAGS = "--deep -f";
OTHER_LDFLAGS = (
"-weak_framework",
CogAudio,
Expand Down

0 comments on commit da8a4df

Please sign in to comment.