1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Export: Fix iOS enabling push notifications capability

This commit is contained in:
Sergey Minakov
2020-06-22 16:24:16 +03:00
parent 6a01fbc9a7
commit 488879f52b
2 changed files with 5 additions and 2 deletions

View File

@@ -2,7 +2,6 @@
<!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>
$entitlements_push_notifications
</dict>
</plist>