Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriain holmes <iain@xamarin.com>2019-08-07 12:52:55 +0300
committeriain holmes <iain@xamarin.com>2019-08-07 13:04:27 +0300
commitf1a65762ddfd44cab7d4a1bdb61a6e9507d12341 (patch)
treea2c204c0a9fc044cdc42eeb08f85970457933777
parent524b960d8d6273190d5e3662d4d7491cd46dd273 (diff)
[Mac] Add some more entitlementsadd-entitlements
Add entitlements to allow MonoDevelop to use AppleScript and debug apps
-rw-r--r--main/build/MacOSX/Entitlements.plist2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/build/MacOSX/Entitlements.plist b/main/build/MacOSX/Entitlements.plist
index 1cc1a152c7..43b34b0d7d 100644
--- a/main/build/MacOSX/Entitlements.plist
+++ b/main/build/MacOSX/Entitlements.plist
@@ -10,5 +10,7 @@
<true/>
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
+ <key>com.apple.security.automation.apple-events</key>
+ <true/>
</dict>
</plist>