improved build steps in os x

This commit is contained in:
John Preston 2014-11-28 15:05:37 +03:00
parent 1979f9ea2c
commit 39d0b7c5cf

View File

@ -1345,7 +1345,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
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 */ = {
isa = PBXShellScriptBuildPhase;
@ -1359,7 +1359,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
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 */ = {
isa = PBXShellScriptBuildPhase;