mirror of
https://github.com/telegramdesktop/tdesktop
synced 2024-12-14 18:34:49 +00:00
improved build steps in os x
This commit is contained in:
parent
1979f9ea2c
commit
39d0b7c5cf
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user