mirror of https://github.com/procxx/kepka.git
improved build steps in os x
This commit is contained in:
parent
1979f9ea2c
commit
39d0b7c5cf
|
@ -1345,7 +1345,7 @@
|
||||||
);
|
);
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
shellPath = /bin/sh;
|
shellPath = /bin/sh;
|
||||||
shellScript = "codesign --force --deep --sign \"Developer ID Application: John Preston\" ./../Mac/$CONFIGURATION/Telegram.app";
|
shellScript = "codesign --force --deep --sign \"Developer ID Application: John Preston\" \"$CONFIGURATION_BUILD_DIR/$PRODUCT_NAME.app\"";
|
||||||
};
|
};
|
||||||
07C3AF341948FC3B0016CFF1 /* Force Resources Directory */ = {
|
07C3AF341948FC3B0016CFF1 /* Force Resources Directory */ = {
|
||||||
isa = PBXShellScriptBuildPhase;
|
isa = PBXShellScriptBuildPhase;
|
||||||
|
@ -1359,7 +1359,7 @@
|
||||||
);
|
);
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
shellPath = /bin/sh;
|
shellPath = /bin/sh;
|
||||||
shellScript = "mkdir -p ./../Mac/$CONFIGURATION/Telegram.app/Contents/Resources";
|
shellScript = "mkdir -p \"$CONFIGURATION_BUILD_DIR/$PRODUCT_NAME.app/Contents/Resources\"";
|
||||||
};
|
};
|
||||||
07C3AF3A194CCC310016CFF1 /* Meta Style */ = {
|
07C3AF3A194CCC310016CFF1 /* Meta Style */ = {
|
||||||
isa = PBXShellScriptBuildPhase;
|
isa = PBXShellScriptBuildPhase;
|
||||||
|
|
Loading…
Reference in New Issue