diff options
author | Vitaly Takmazov | 2013-12-18 05:53:29 +0400 |
---|---|---|
committer | Vitaly Takmazov | 2013-12-18 05:53:29 +0400 |
commit | ce630eef61d4acd8f5c4e1d6a3a60780c5ec4af3 (patch) | |
tree | 7b3364a9e343ec728d7e4886c61c89330b096986 /Juick/Juick-Info.plist | |
parent | a4d2e426a36111a2da3683025ab129ef701d5a3f (diff) |
cleanup and ios6 fixes
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> |