Skip to content

Commit

Permalink
Redo MAS entitlements
Browse files Browse the repository at this point in the history
  • Loading branch information
marckohlbrugge committed Jun 10, 2022
1 parent c93bb5c commit c00fb77
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 14 deletions.
10 changes: 6 additions & 4 deletions build/entitlements.mas.loginhelper.plist
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<?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.app-sandbox</key>
<true/>
</dict>
<dict>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.inherit</key>
<true/>
</dict>
</plist>
22 changes: 12 additions & 10 deletions build/entitlements.mas.plist
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
<?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.app-sandbox</key>
<true/>
<key>com.apple.security.application-groups</key>
<string>Y9VMFY8SNZ.chat.wip.menubar</string>
<key>com.apple.security.files.user-selected.read-write</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
</dict>
<dict>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.application-groups</key>
<array>
<string>Y9VMFY8SNZ.chat.wip.menubar</string>
</array>
<key>com.apple.security.files.user-selected.read-only</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
</dict>
</plist>
2 changes: 2 additions & 0 deletions build/info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,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>ElectronTeamID</key>
<string>Y9VMFY8SNZ</string>
<key>com.apple.developer.team-identifier</key>
<string>Y9VMFY8SNZ</string>
<key>com.apple.application-identifier</key>
Expand Down

0 comments on commit c00fb77

Please sign in to comment.