diff options
author | Iván Ávalos <avalos@disroot.org> | 2022-02-19 23:31:48 -0600 |
---|---|---|
committer | Iván Ávalos <avalos@disroot.org> | 2022-02-19 23:31:48 -0600 |
commit | dfd9ba657b93a6f5b98246f6d174e02cc4132d46 (patch) | |
tree | 8e0f04627b833531bc3b49b004b406e3728aacc0 /iosApp | |
parent | 8566d299609f6267edd2e1a24724c3e4cbb45efb (diff) | |
download | etbsa-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.plist | 8 |
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> |