Skip to content
This repository has been archived by the owner on Oct 19, 2020. It is now read-only.

Commit

Permalink
Icon location
Browse files Browse the repository at this point in the history
Icon location for Cordova CLI iOS@4.0.1 has changed.
  • Loading branch information
TheGoat96 committed Feb 10, 2016
1 parent 891d17f commit 358e491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var getPlatforms = function (projectName) {
name : 'ios',
// TODO: use async fs.exists
isAdded : fs.existsSync('platforms/ios'),
iconsPath : 'platforms/ios/' + projectName + '/Resources/icons/',
iconsPath : 'platforms/ios/' + projectName + '/Images.xcassets/LaunchImage.launchimage/',
icons : [
{ name : 'icon-40.png', size : 40 },
{ name : 'icon-40@2x.png', size : 80 },
Expand Down

0 comments on commit 358e491

Please sign in to comment.