add Push Notifications capability though we do not use it explictly, but our dep used it, have to enable it, otherwise review will refuse us

This commit is contained in:
rustdesk
2024-06-17 12:50:29 +08:00
parent e933f0baf2
commit 70151e3dd8
2 changed files with 3 additions and 1 deletions

View File

@@ -2,6 +2,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>aps-environment</key>
<string>development</string>
<key>com.apple.developer.networking.wifi-info</key>
<true/>
</dict>