Skip to content

Commit

Permalink
Merge pull request #9377 from cb1kenobi/timob-25210
Browse files Browse the repository at this point in the history
[TIMOB-25210] Added support for the new ios-marketing app icon.
  • Loading branch information
ewieberappc committed Aug 30, 2017
2 parents fa09758 + feebebf commit 9cf636c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion iphone/cli/commands/_build.js
Original file line number Diff line number Diff line change
Expand Up @@ -4885,7 +4885,8 @@ iOSBuilder.prototype.copyResources = function copyResources(next) {
'-60@3x': { height: 60, width: 60, scale: 3, idioms: [ 'iphone' ], required: true },
'-76': { height: 76, width: 76, scale: 1, idioms: [ 'ipad' ], required: true },
'-76@2x': { height: 76, width: 76, scale: 2, idioms: [ 'ipad' ], required: true },
'-83.5@2x': { height: 83.5, width: 83.5, scale: 2, idioms: [ 'ipad' ], minXcodeVer: '7.2' }
'-83.5@2x': { height: 83.5, width: 83.5, scale: 2, idioms: [ 'ipad' ], minXcodeVer: '7.2' },
'-Marketing': { height: 1024, width: 1024, scale: 1, idioms: [ 'ios-marketing' ], required: true, minXcodeVer: '9.0' }
},
deviceFamily = this.deviceFamily,
flattenIcons = [],
Expand Down

0 comments on commit 9cf636c

Please sign in to comment.