[geany/geany-osx] dece84: Add allow-dyld-environment-variables entitlement

Jiří Techet git-noreply at xxxxx
Sun Jun 9 09:49:11 UTC 2019


Branch:      refs/heads/master
Author:      Jiří Techet <techet at gmail.com>
Committer:   Jiří Techet <techet at gmail.com>
Date:        Sun, 09 Jun 2019 09:49:11 UTC
Commit:      dece848b5250a7ec8ce4df1141c5e9fce26c93ed
             https://github.com/geany/geany-osx/commit/dece848b5250a7ec8ce4df1141c5e9fce26c93ed

Log Message:
-----------
Add allow-dyld-environment-variables entitlement

Seems to be necessary to run VTE.


Modified Paths:
--------------
    geany.entitlements

Modified: geany.entitlements
2 lines changed, 2 insertions(+), 0 deletions(-)
===================================================================
@@ -2,5 +2,7 @@
 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
 <plist version="1.0">
 <dict>
+	<key>com.apple.security.cs.allow-dyld-environment-variables</key>
+	<true/>
 </dict>
 </plist>



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list