Remove deep forced code signing option
This option should no longer be needed for anything.swiftingly
parent
a4692b80a4
commit
da8a4dffdf
|
@ -2979,7 +2979,6 @@
|
|||
"-D__MACOSX__",
|
||||
"-DHAVE_CONFIG_H",
|
||||
);
|
||||
OTHER_CODE_SIGN_FLAGS = "--deep -f";
|
||||
OTHER_LDFLAGS = (
|
||||
"-weak_framework",
|
||||
CogAudio,
|
||||
|
@ -3032,7 +3031,6 @@
|
|||
"-D__MACOSX__",
|
||||
"-DHAVE_CONFIG_H",
|
||||
);
|
||||
OTHER_CODE_SIGN_FLAGS = "--deep -f";
|
||||
OTHER_LDFLAGS = (
|
||||
"-weak_framework",
|
||||
CogAudio,
|
||||
|
|
Loading…
Reference in New Issue