mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Projucer: Force Xcode script phases to run on every build
This commit is contained in:
parent
f5a7d4eea5
commit
6e98145185
1 changed files with 1 additions and 0 deletions
|
|
@ -1883,6 +1883,7 @@ public:
|
|||
{
|
||||
auto v = addBuildPhase ("PBXShellScriptBuildPhase", {});
|
||||
v.setProperty (Ids::name, phaseName, nullptr);
|
||||
v.setProperty ("alwaysOutOfDate", 1, nullptr);
|
||||
v.setProperty ("shellPath", "/bin/sh", nullptr);
|
||||
v.setProperty ("shellScript", script.replace ("\\", "\\\\")
|
||||
.replace ("\"", "\\\"")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue