Skip to content

Commit

Permalink
Forgot to bump version and include ipa for 1.5.2 ios
Browse files Browse the repository at this point in the history
  • Loading branch information
timkim committed May 13, 2015
1 parent 0997269 commit 3824bc7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions platforms/ios/PhoneGap/PhoneGap-Info.plist
Expand Up @@ -57,11 +57,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.5.1</string>
<string>1.5.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.5.1</string>
<string>1.5.2</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSLocationWhenInUseUsageDescription</key>
Expand Down
2 changes: 1 addition & 1 deletion platforms/ios/PhoneGap/config.xml
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.adobe.phonegap.app" version="1.5.1" xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0">
<widget id="com.adobe.phonegap.app" version="1.5.2" xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0">
<preference name="AllowInlineMediaPlayback" value="false" />
<preference name="AutoHideSplashScreen" value="true" />
<preference name="BackupWebStorage" value="cloud" />
Expand Down
Binary file added resources/release/ios/PhoneGap-1.5.2-appstore.ipa
Binary file not shown.
2 changes: 1 addition & 1 deletion www/config.xml
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.adobe.phonegap.app" version="1.5.1" xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0">
<widget id="com.adobe.phonegap.app" version="1.5.2" xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0">
<name>PhoneGap</name>
<description>
The PhoneGap Developer app is a testing utility for web developers
Expand Down

0 comments on commit 3824bc7

Please sign in to comment.