diff options
Diffstat (limited to 'Juick/Juick-Info.plist')
-rw-r--r-- | Juick/Juick-Info.plist | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Juick/Juick-Info.plist b/Juick/Juick-Info.plist index e6c1615..3776ab8 100644 --- a/Juick/Juick-Info.plist +++ b/Juick/Juick-Info.plist @@ -2,14 +2,10 @@ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> - <key>UIPrerenderedIcon</key> - <true/> <key>CFBundleDevelopmentRegion</key> <string>en</string> <key>CFBundleDisplayName</key> <string>${PRODUCT_NAME}</string> - <key>LSApplicationCategoryType</key> - <string>public.app-category.social-networking</string> <key>CFBundleExecutable</key> <string>${EXECUTABLE_NAME}</string> <key>CFBundleIdentifier</key> @@ -21,13 +17,17 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>1.0</string> + <string>1.0.1</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> - <string>1.0</string> + <string>1.0.1</string> + <key>LSApplicationCategoryType</key> + <string>public.app-category.social-networking</string> <key>LSRequiresIPhoneOS</key> <true/> + <key>UIPrerenderedIcon</key> + <true/> <key>UIRequiredDeviceCapabilities</key> <array> <string>armv7</string> |