diff options
Diffstat (limited to 'Juick/Juick-Info.plist')
-rw-r--r-- | Juick/Juick-Info.plist | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Juick/Juick-Info.plist b/Juick/Juick-Info.plist index 2f29b33..33830ba 100644 --- a/Juick/Juick-Info.plist +++ b/Juick/Juick-Info.plist @@ -17,15 +17,21 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>1.0.1</string> + <string>1.0.4</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> - <string>1.0.1</string> + <string>1.0.4</string> <key>LSApplicationCategoryType</key> <string>public.app-category.social-networking</string> <key>LSRequiresIPhoneOS</key> <true/> + <key>NSHumanReadableCopyright</key> + <string></string> + <key>UIAppFonts</key> + <array> + <string>FontAwesome.ttf</string> + </array> <key>UIPrerenderedIcon</key> <true/> <key>UIRequiredDeviceCapabilities</key> @@ -48,12 +54,6 @@ <string>UIInterfaceOrientationLandscapeLeft</string> <string>UIInterfaceOrientationLandscapeRight</string> </array> - <key>UIAppFonts</key> - <array> - <string>FontAwesome.ttf</string> - </array> - <key>NSHumanReadableCopyright</key> - <string></string> <key>UIViewControllerBasedStatusBarAppearance</key> <false/> </dict> |