Skip to content

Commit

Permalink
r0b08x [chore] 5/17/2024, 10:30:39 AM
Browse files Browse the repository at this point in the history
  • Loading branch information
p3x-robot committed May 17, 2024
1 parent acb4e17 commit 43d830b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 33 deletions.
21 changes: 5 additions & 16 deletions artifacts/entitlements/entitlements.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,10 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.1">
<dict>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.application-groups</key>
<array>
<string>3GB3S9SH84.com.patrikx3.redis-ui</string>
</array>
<key>com.apple.security.inherit</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.network.server</key>
<true/>
<!-- Add other entitlements as needed -->
<key>ElectronTeamID</key>
<string>3GB3S9SH84</string>

<key>com.apple.security.app-sandbox</key><true/>
<key>com.apple.security.network.client</key><true/>
<key>com.apple.security.network.server</key><true/>
<key>com.apple.security.files.user-selected.read-write</key><true/>
<key>com.apple.security.files.downloads.read-write</key><true/>
</dict>
</plist>
22 changes: 5 additions & 17 deletions artifacts/entitlements/entitlementsInherit.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,10 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.1">
<dict>
<!--
<key>com.apple.security.app-sandbox</key>
<true/>
-->
<key>com.apple.security.application-groups</key>
<array>
<string>3GB3S9SH84.com.patrikx3.redis-ui</string>
</array>
<key>com.apple.security.inherit</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.network.server</key>
<true/>
<key>ElectronTeamID</key>
<string>3GB3S9SH84</string>
<!-- Add other entitlements as needed for child processes -->
<key>com.apple.security.app-sandbox</key><true/>
<key>com.apple.security.network.client</key><true/>
<key>com.apple.security.network.server</key><true/>
<key>com.apple.security.files.user-selected.read-write</key><true/>
<key>com.apple.security.files.downloads.read-write</key><true/>
</dict>
</plist>

0 comments on commit 43d830b

Please sign in to comment.