#17 ios production env no token

This commit is contained in:
lollipopkit
2023-03-16 11:47:06 +08:00
parent 58b950f814
commit bb15f34615
4 changed files with 12 additions and 13 deletions

View File

@@ -37,7 +37,7 @@
<true/>
<key>UIBackgroundModes</key>
<array>
<string>processing</string>
<string>fetch</string>
</array>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>

View File

@@ -3,6 +3,6 @@
<plist version="1.0">
<dict>
<key>aps-environment</key>
<string>development</string>
<string>production</string>
</dict>
</plist>