Updated Branches:
  refs/heads/master 56b8cad9a -> f51e83394

Fixed crashing in iOS 5.x simulators for new project (malformed CFBundleIcons 
key)


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/commit/f51e8339
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/tree/f51e8339
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/diff/f51e8339

Branch: refs/heads/master
Commit: f51e8339423e67ca00e9105c0e927a1a9a0e4a73
Parents: 56b8cad
Author: Shazron Abdullah <shaz...@apache.org>
Authored: Mon Apr 30 18:17:42 2012 -0700
Committer: Shazron Abdullah <shaz...@apache.org>
Committed: Mon Apr 30 18:17:42 2012 -0700

----------------------------------------------------------------------
 .../___PROJECTNAMEASIDENTIFIER___-Info.plist       |   20 ++++++++++----
 1 files changed, 14 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/f51e8339/Cordova-based
 Application/___PROJECTNAMEASIDENTIFIER___-Info.plist
----------------------------------------------------------------------
diff --git a/Cordova-based Application/___PROJECTNAMEASIDENTIFIER___-Info.plist 
b/Cordova-based Application/___PROJECTNAMEASIDENTIFIER___-Info.plist
index ce5b137..6cd9635 100644
--- a/Cordova-based Application/___PROJECTNAMEASIDENTIFIER___-Info.plist        
+++ b/Cordova-based Application/___PROJECTNAMEASIDENTIFIER___-Info.plist        
@@ -3,12 +3,20 @@
 <plist version="1.0">
 <dict>
        <key>CFBundleIcons</key>
-       <array>
-               <string>icon.png</string>
-               <string>i...@2x.png</string>
-               <string>icon-72.png</string>
-               <string>icon...@2x.png</string>
-       </array>
+       <dict>
+               <key>CFBundlePrimaryIcon</key>
+               <dict>
+                       <key>CFBundleIconFiles</key>
+                       <array>
+                <string>icon.png</string>
+                <string>i...@2x.png</string>
+                <string>icon-72.png</string>
+                <string>icon...@2x.png</string>
+                       </array>
+                       <key>UIPrerenderedIcon</key>
+                       <false/>
+               </dict>
+       </dict>
        <key>UISupportedInterfaceOrientations~ipad</key>
        <array>
                <string>UIInterfaceOrientationPortrait</string>

Reply via email to