Skip to content

Commit

Permalink
[MLC-37] app: Final productionization
Browse files Browse the repository at this point in the history
  • Loading branch information
ParkerSm1th committed Mar 3, 2024
1 parent 0458583 commit a9fff2b
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 9 deletions.
12 changes: 12 additions & 0 deletions app/mac/entitlements.mac.inherit.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!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-jit</key>
<true/>
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
<true/>
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
</dict>
</plist>
33 changes: 26 additions & 7 deletions app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"dotenv": "^16.4.5",
"dprint": "^0.45.0",
"electron": "^26.2.0",
"electron-builder": "^24.6.4",
Expand Down Expand Up @@ -107,8 +108,8 @@
"gatekeeperAssess": false,
"hardenedRuntime": true,
"icon": "assets/icon.icns",
"entitlements": "/Users/parker/Desktop/SideProjects/mlx-chat-app/app/build/entitlements.mac.inherit.plist",
"entitlementsInherit": "/Users/parker/Desktop/SideProjects/mlx-chat-app/app/build/entitlements.mac.inherit.plist"
"entitlements": "./mac/entitlements.mac.inherit.plist",
"entitlementsInherit": "./mac/entitlements.mac.inherit.plist"
},
"dmg": {
"title": "MLX Chat Installer",
Expand Down

0 comments on commit a9fff2b

Please sign in to comment.