Skip to content

Commit

Permalink
Merge pull request #280 from crypto-com/fix-lib-validation-binary
Browse files Browse the repository at this point in the history
Add workaround for executable library execution - Tell apple to ignore external lib signature checking
  • Loading branch information
crypto-eddy authored Mar 1, 2021
2 parents 7c47c9d + 00feb46 commit 04f022e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions entitlements.mac.plist
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@
<true/>
<key>com.apple.security.files.user-selected.read-write</key>
<true/>
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
</dict>
</plist>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chain-desktop-wallet",
"version": "0.0.22",
"version": "0.0.23",
"description": "Crypto.com Chain Desktop Wallet App",
"repository": "github:crypto-com/chain-desktop-wallet",
"author": "Crypto.com <[email protected]>",
Expand Down

0 comments on commit 04f022e

Please sign in to comment.