Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Commit

Permalink
Disable library validation in entitlements
Browse files Browse the repository at this point in the history
When built for distribution, couldn’t access bundled app.asar in built Goofy.app
  • Loading branch information
jklp committed Dec 1, 2019
1 parent 488124b commit ed7989f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/entitlements.mac.inherit.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@
<true/>
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
<true/>
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
</dict>
</plist>

0 comments on commit ed7989f

Please sign in to comment.