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:
parent
90d08cb58b
commit
631f1fae75
1 changed files with 1 additions and 1 deletions
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue