Skip to content

Commit

Permalink
Add sandbox specific config for allow updates
Browse files Browse the repository at this point in the history
  • Loading branch information
whomwah committed Nov 24, 2021
1 parent b10385a commit dbd6d5f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions KyanBar/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<dict>
<key>LSUIElement</key>
<true/>
<key>SUEnableInstallerLauncherService</key>
<true/>
<key>SUFeedURL</key>
<string>https://raw.githubusercontent.com/kyan/kyan_bar/master/appcast.xml</string>
<key>SUPublicEDKey</key>
Expand Down
5 changes: 5 additions & 0 deletions KyanBar/KyanBar.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,10 @@
<true/>
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.temporary-exception.mach-lookup.global-name</key>
<array>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)-spks</string>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)-spki</string>
</array>
</dict>
</plist>

0 comments on commit dbd6d5f

Please sign in to comment.