Skip to content

Commit

Permalink
Remove unneeded entitlements (#1680)
Browse files Browse the repository at this point in the history
  • Loading branch information
fortuna authored Jul 25, 2023
1 parent d7dc522 commit af3f51b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 16 deletions.
2 changes: 0 additions & 2 deletions src/cordova/apple/xcode/ios/Outline/Outline.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
<key>com.apple.developer.networking.networkextension</key>
<array>
<string>packet-tunnel-provider</string>
<string>app-proxy-provider</string>
<string>content-filter-provider</string>
</array>
<key>com.apple.security.application-groups</key>
<array>
Expand Down
2 changes: 0 additions & 2 deletions src/cordova/apple/xcode/ios/Outline/VpnExtension.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
<key>com.apple.developer.networking.networkextension</key>
<array>
<string>packet-tunnel-provider</string>
<string>app-proxy-provider</string>
<string>content-filter-provider</string>
</array>
<key>com.apple.security.application-groups</key>
<array>
Expand Down
6 changes: 0 additions & 6 deletions src/cordova/apple/xcode/macos/Outline/Outline.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,8 @@
<dict>
<key>com.apple.developer.networking.networkextension</key>
<array>
<string>app-proxy-provider</string>
<string>content-filter-provider</string>
<string>packet-tunnel-provider</string>
</array>
<key>com.apple.developer.networking.vpn.api</key>
<array>
<string>allow-vpn</string>
</array>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.application-groups</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,8 @@
<dict>
<key>com.apple.developer.networking.networkextension</key>
<array>
<string>app-proxy-provider</string>
<string>content-filter-provider</string>
<string>packet-tunnel-provider</string>
</array>
<key>com.apple.developer.networking.vpn.api</key>
<array>
<string>allow-vpn</string>
</array>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.application-groups</key>
Expand Down

0 comments on commit af3f51b

Please sign in to comment.