Skip to content

Commit

Permalink
fix(macos): Remove unused network.server entitlement. (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
laosb authored Dec 4, 2024
1 parent 3c2b5b5 commit 36273c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
2 changes: 0 additions & 2 deletions macos/Runner/DebugProfile.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,5 @@
<true/>
<key>com.apple.security.files.user-selected.read-write</key>
<true/>
<key>com.apple.security.network.server</key>
<true/>
</dict>
</plist>
10 changes: 4 additions & 6 deletions macos/Runner/Release.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>keychain-access-groups</key>
<array/>
<key>com.apple.developer.team-identifier</key>
<string>LG57TUQ726</string>
<key>com.apple.application-identifier</key>
<string>LG57TUQ726.ci.not.rune</string>
<key>com.apple.developer.team-identifier</key>
<string>LG57TUQ726</string>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.automation.apple-events</key>
Expand All @@ -18,7 +16,7 @@
<true/>
<key>com.apple.security.files.user-selected.read-write</key>
<true/>
<key>com.apple.security.network.server</key>
<true/>
<key>keychain-access-groups</key>
<array/>
</dict>
</plist>

0 comments on commit 36273c8

Please sign in to comment.