Added code signature step to Framework build process
This commit is contained in:
parent
35628ecbc4
commit
e062de97c1
2 changed files with 58 additions and 0 deletions
|
@ -2155,6 +2155,7 @@
|
|||
BECDF62A0761BA81005FE872 /* Resources */,
|
||||
BECDF62C0761BA81005FE872 /* Sources */,
|
||||
BECDF6680761BA81005FE872 /* Frameworks */,
|
||||
AA5C3FDC17A8C58600D6C8A1 /* Sign Frameworks */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
|
@ -2283,6 +2284,20 @@
|
|||
/* End PBXRezBuildPhase section */
|
||||
|
||||
/* Begin PBXShellScriptBuildPhase section */
|
||||
AA5C3FDC17A8C58600D6C8A1 /* Sign Frameworks */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
inputPaths = (
|
||||
);
|
||||
name = "Sign Frameworks";
|
||||
outputPaths = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
shellScript = "if [ \"$USER\" = \"slouken\" ]; then\n CODE_SIGN_IDENTITY=\"Mac Developer: Sam Lantinga (84TP7N5TA4)\" pkg-support/codesign-frameworks.sh || exit 1\nfi";
|
||||
};
|
||||
BECDF6BD0761BA81005FE872 /* ShellScript */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
buildActionMask = 12;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue