mirror of
https://github.com/moparisthebest/mail
synced 2024-11-22 08:52:15 -05:00
Copy missing icons @3x icons to iOS project
This commit is contained in:
parent
c7195db4ca
commit
b3afa745c3
@ -46,9 +46,15 @@ sed -i "" 's/StatusBarStyle" value="lightcontent"/StatusBarStyle" value="darkcon
|
|||||||
echo "Copying splash screens"
|
echo "Copying splash screens"
|
||||||
cp ../../../src/img/Default* "platforms/ios/$PROJNAME/Resources/splash"
|
cp ../../../src/img/Default* "platforms/ios/$PROJNAME/Resources/splash"
|
||||||
|
|
||||||
|
# fixing missing/wrong icons
|
||||||
|
echo "Fixing wrong/missing iOS icons"
|
||||||
|
cp ../../../src/img/icon-60-ios.png "platforms/ios/$PROJNAME/Resources/icons/icon-60.png"
|
||||||
|
cp ../../../src/img/icon-180-ios.png "platforms/ios/$PROJNAME/Resources/icons/icon-60@3x.png"
|
||||||
|
cp ../../../src/img/icon-87-ios.png "platforms/ios/$PROJNAME/Resources/icons/icon-small@3x.png"
|
||||||
|
cp ../../../src/img/icon-120-ios.png "platforms/ios/$PROJNAME/Resources/icons/icon-40@3x.png"
|
||||||
|
|
||||||
# print reminder for manual work in xcode
|
# print reminder for manual work in xcode
|
||||||
echo ""
|
echo ""
|
||||||
echo "### Reminder for manual steps required for iOS release"
|
echo "### Reminder for manual steps required for iOS release"
|
||||||
echo "### Change deployment target to iOS 8.1"
|
echo "### Change deployment target to iOS 8.1"
|
||||||
echo "### Use icon set"
|
echo "### Add retina icons to build, migrate to icon set, fix splash screens config"
|
||||||
echo "### Use correct 60px icon"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user