diff --git a/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Xcode.h b/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Xcode.h
index fda1cf7741..1331222d60 100644
--- a/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Xcode.h
+++ b/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Xcode.h
@@ -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", "");
+ entitlements.set ("com.apple.security.inherit", "");
}
if (isAppSandboxEnabled())