CB-10493: [iOS] Missing icon.png removed key CFBundleIconFile and string icon.png. This fixes the itc submission error that this file is missing.
This closes #191 Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/4ca3f28b Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/4ca3f28b Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/4ca3f28b Branch: refs/heads/master Commit: 4ca3f28bae30b0974da7a7a4033d158b08303c4c Parents: d0521fe Author: Ben Connito <[email protected]> Authored: Sat Feb 6 11:04:27 2016 -0500 Committer: Shazron Abdullah <[email protected]> Committed: Tue Feb 9 18:26:16 2016 -0800 ---------------------------------------------------------------------- bin/templates/project/__PROJECT_NAME__/__PROJECT_NAME__-Info.plist | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/4ca3f28b/bin/templates/project/__PROJECT_NAME__/__PROJECT_NAME__-Info.plist ---------------------------------------------------------------------- diff --git a/bin/templates/project/__PROJECT_NAME__/__PROJECT_NAME__-Info.plist b/bin/templates/project/__PROJECT_NAME__/__PROJECT_NAME__-Info.plist index a6097c7..2b5e1fe 100644 --- a/bin/templates/project/__PROJECT_NAME__/__PROJECT_NAME__-Info.plist +++ b/bin/templates/project/__PROJECT_NAME__/__PROJECT_NAME__-Info.plist @@ -8,8 +8,6 @@ <string>${PRODUCT_NAME}</string> <key>CFBundleExecutable</key> <string>${EXECUTABLE_NAME}</string> - <key>CFBundleIconFile</key> - <string>icon.png</string> <key>CFBundleIcons</key> <dict/> <key>CFBundleIcons~ipad</key> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
