diff options
Diffstat (limited to 'Juick/Supporting Files/Juick-Info.plist')
-rw-r--r-- | Juick/Supporting Files/Juick-Info.plist | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Juick/Supporting Files/Juick-Info.plist b/Juick/Supporting Files/Juick-Info.plist index 64e101b..15b0864 100644 --- a/Juick/Supporting Files/Juick-Info.plist +++ b/Juick/Supporting Files/Juick-Info.plist @@ -21,7 +21,7 @@ <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> - <string>87</string> + <string>88</string> <key>ITSAppUsesNonExemptEncryption</key> <false/> <key>LSApplicationCategoryType</key> @@ -47,6 +47,10 @@ <array> <string>SerpentineBoldItalic.ttf</string> </array> + <key>UIBackgroundModes</key> + <array> + <string>remote-notification</string> + </array> <key>UILaunchStoryboardName</key> <string>LaunchScreen</string> <key>UIMainStoryboardFile</key> |