1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Projucer: Fixed an incorrect key when adding app sandbox entitlements in the Xcode exporter

This commit is contained in:
ed 2020-02-04 10:48:44 +00:00
parent 90d08cb58b
commit 631f1fae75

View file

@ -3155,7 +3155,7 @@ private:
// no other sandbox options can be specified if sandbox inheritance is enabled!
jassert (getAppSandboxOptions().isEmpty());
entitlements.set ("com.apple.inherit", "<true/>");
entitlements.set ("com.apple.security.inherit", "<true/>");
}
if (isAppSandboxEnabled())