Skip to content

Commit

Permalink
chore: restored plist files
Browse files Browse the repository at this point in the history
  • Loading branch information
rick-rtt committed Jun 21, 2023
1 parent 971c0ee commit be57910
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
14 changes: 14 additions & 0 deletions packages/desktop-app/build/entitlements.mac.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?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.allow-dyld-environment-variables</key>
<true/>
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
</dict>
</plist>
5 changes: 5 additions & 0 deletions packages/desktop-app/build/info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<plist version="1.0">
<dict>
...
</dict>
</plist>
2 changes: 1 addition & 1 deletion packages/desktop-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Leapp",
"version": "0.18.0",
"version": "0.17.8",
"private": true,
"author": {
"name": "Noovolari",
Expand Down

0 comments on commit be57910

Please sign in to comment.