1
0
mirror of https://github.com/git-touch/git-touch synced 2025-02-10 00:20:35 +01:00
git-touch-android-ios-app/macos/Runner/Release.entitlements
2020-11-14 16:42:45 +08:00

13 lines
350 B
XML

<?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.network.client</key>
<true/>
<key>com.apple.security.network.server</key>
<true/>
</dict>
</plist>