1
0
Fork 0
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:
reuk 2021-04-28 15:28:17 +01:00
parent f5a7d4eea5
commit 6e98145185
No known key found for this signature in database
GPG key ID: 9ADCD339CFC98A11

View file

@ -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 ("\"", "\\\"")