Files
lunasea/macos/Runner/Release.entitlements
Jagandeep Brar 1c35de6d4a (feat): [macOS] Enable notification support, Update Firebase iOS SDK to v7.4.0 (#415)
* (chore): Update Firebase SDK to 7.4.0
* (chore): [macOS] Add APN entitlement
* (chore): [macOS] Update runner configurations, About Dialog, Signing certificate
* (chore): [Platform] Set macOS minimum version to 10.14
2021-04-10 04:01:05 -05:00

17 lines
499 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.developer.aps-environment</key>
<string>development</string>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.files.user-selected.read-write</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.network.server</key>
<true/>
</dict>
</plist>