Skip to content

Commit

Permalink
[cli] Fix codesigning (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldonadel authored Jan 24, 2024
1 parent ec44e59 commit b760e8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions apps/cli/macos/entitlements.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@
<true/>
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
<true/>
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
</dict>
</plist>
2 changes: 1 addition & 1 deletion apps/cli/pkg.config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"pkg": {
"assets": ["../../node_modules/nodejs-mmkv/**"],
"assets": ["../../node_modules/nodejs-mmkv/**/*.node"],
"targets": ["node18-macos-arm64", "node18-macos-x64"]
}
}

0 comments on commit b760e8d

Please sign in to comment.