You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just picked up the template and made a few tweaks I thought I'd feed back in case you wanted to incorporate them:
Added filename suffixes to each of the iOS exports, so that their names used when dragging and dropping the icons onto XCode will have them automatically populate the right spots.
Add @2x or @3x export suffix to any with 2x or 3x in the name
Add ~ipad to all iPad exports, and ~ios-marketing to the App_store export (following any @2x/@3x suffix from previous step.
Duplicated the 'Apple/iPad_Settings_29_1x' as 'Apple/iPhone_Settings_29_1x' as this one asset was missing when drag-dropping. Despite being the same size, means you can have one with the ~ipad suffix and one without, so both the iOS and iPad icons get satisfied.
Once you export the folder and unarchive it, you can then drag and drop into XCode and have all the assets automagically populate all the right spots:
N.b. there are a couple iPad ones that don't end up having homes, but don't believe that's a massive problem as the only ones with gaps are the iOS 5,6 ones, which personally I don't plan to support:
The text was updated successfully, but these errors were encountered:
Great stuff 👌
Just picked up the template and made a few tweaks I thought I'd feed back in case you wanted to incorporate them:
@2x
or@3x
export suffix to any with2x
or3x
in the name~ipad
to alliPad
exports, and~ios-marketing
to theApp_store
export (following any@2x
/@3x
suffix from previous step.~ipad
suffix and one without, so both the iOS and iPad icons get satisfied.Once you export the folder and unarchive it, you can then drag and drop into XCode and have all the assets automagically populate all the right spots:
N.b. there are a couple iPad ones that don't end up having homes, but don't believe that's a massive problem as the only ones with gaps are the iOS 5,6 ones, which personally I don't plan to support:
The text was updated successfully, but these errors were encountered: