aboutsummaryrefslogtreecommitdiff
path: root/iosApp
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2022-02-19 23:31:48 -0600
committerIván Ávalos <avalos@disroot.org>2022-02-19 23:31:48 -0600
commitdfd9ba657b93a6f5b98246f6d174e02cc4132d46 (patch)
tree8e0f04627b833531bc3b49b004b406e3728aacc0 /iosApp
parent8566d299609f6267edd2e1a24724c3e4cbb45efb (diff)
downloadetbsa-trackermap-mobile-dfd9ba657b93a6f5b98246f6d174e02cc4132d46.tar.gz
etbsa-trackermap-mobile-dfd9ba657b93a6f5b98246f6d174e02cc4132d46.tar.bz2
etbsa-trackermap-mobile-dfd9ba657b93a6f5b98246f6d174e02cc4132d46.zip
Xcode did this
Diffstat (limited to 'iosApp')
-rw-r--r--iosApp/iosApp/Info.plist8
1 files changed, 4 insertions, 4 deletions
diff --git a/iosApp/iosApp/Info.plist b/iosApp/iosApp/Info.plist
index bf9db74..99c8b7b 100644
--- a/iosApp/iosApp/Info.plist
+++ b/iosApp/iosApp/Info.plist
@@ -4,10 +4,6 @@
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
- <key>UIBackgroundModes</key>
- <array>
- <string>remote-notification</string>
- </array>
<key>CFBundleDisplayName</key>
<string>TrackerMap</string>
<key>CFBundleExecutable</key>
@@ -31,6 +27,10 @@
<key>UIApplicationSupportsMultipleScenes</key>
<false/>
</dict>
+ <key>UIBackgroundModes</key>
+ <array>
+ <string>remote-notification</string>
+ </array>
<key>UILaunchScreen</key>
<dict/>
<key>UIRequiredDeviceCapabilities</key>