Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Commit

Permalink
feat(res): convert from old res/* scripts to ionic resources
Browse files Browse the repository at this point in the history
  • Loading branch information
lefnire committed May 29, 2015
1 parent 8997f1b commit 6984197
Show file tree
Hide file tree
Showing 108 changed files with 31 additions and 32 deletions.
41 changes: 31 additions & 10 deletions config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,36 @@
<icon src="resources/ios/icon/icon-small.png" width="29" height="29"/>
<icon src="resources/ios/icon/icon-small@2x.png" width="58" height="58"/>
<icon src="resources/ios/icon/icon-small@3x.png" width="87" height="87"/>
<splash src="resources/ios/splash/Default-568h@2x~iphone.png" height="1136" width="640"/>
<splash src="resources/ios/splash/Default-667h.png" height="1334" width="750"/>
<splash src="resources/ios/splash/Default-736h.png" height="2208" width="1242"/>
<splash src="resources/ios/splash/Default-Landscape-736h.png" height="1242" width="2208"/>
<splash src="resources/ios/splash/Default-Landscape@2x~ipad.png" height="1536" width="2048"/>
<splash src="resources/ios/splash/Default-Landscape~ipad.png" height="768" width="1024"/>
<splash src="resources/ios/splash/Default-Portrait@2x~ipad.png" height="2048" width="1536"/>
<splash src="resources/ios/splash/Default-Portrait~ipad.png" height="1024" width="768"/>
<splash src="resources/ios/splash/Default@2x~iphone.png" height="960" width="640"/>
<splash src="resources/ios/splash/Default~iphone.png" height="480" width="320"/>
<splash src="resources/ios/splash/Default-568h@2x~iphone.png" width="640" height="1136"/>
<splash src="resources/ios/splash/Default-667h.png" width="750" height="1334"/>
<splash src="resources/ios/splash/Default-736h.png" width="1242" height="2208"/>
<splash src="resources/ios/splash/Default-Landscape-736h.png" width="2208" height="1242"/>
<splash src="resources/ios/splash/Default-Landscape@2x~ipad.png" width="2048" height="1536"/>
<splash src="resources/ios/splash/Default-Landscape~ipad.png" width="1024" height="768"/>
<splash src="resources/ios/splash/Default-Portrait@2x~ipad.png" width="1536" height="2048"/>
<splash src="resources/ios/splash/Default-Portrait~ipad.png" width="768" height="1024"/>
<splash src="resources/ios/splash/Default@2x~iphone.png" width="640" height="960"/>
<splash src="resources/ios/splash/Default~iphone.png" width="320" height="480"/>
</platform>
<platform name="android">
<icon src="resources/android/icon/drawable-ldpi-icon.png" density="ldpi"/>
<icon src="resources/android/icon/drawable-mdpi-icon.png" density="mdpi"/>
<icon src="resources/android/icon/drawable-hdpi-icon.png" density="hdpi"/>
<icon src="resources/android/icon/drawable-xhdpi-icon.png" density="xhdpi"/>
<icon src="resources/android/icon/drawable-xxhdpi-icon.png" density="xxhdpi"/>
<icon src="resources/android/icon/drawable-xxxhdpi-icon.png" density="xxxhdpi"/>
<splash src="resources/android/splash/drawable-land-ldpi-screen.png" density="land-ldpi"/>
<splash src="resources/android/splash/drawable-land-mdpi-screen.png" density="land-mdpi"/>
<splash src="resources/android/splash/drawable-land-hdpi-screen.png" density="land-hdpi"/>
<splash src="resources/android/splash/drawable-land-xhdpi-screen.png" density="land-xhdpi"/>
<splash src="resources/android/splash/drawable-land-xxhdpi-screen.png" density="land-xxhdpi"/>
<splash src="resources/android/splash/drawable-land-xxxhdpi-screen.png" density="land-xxxhdpi"/>
<splash src="resources/android/splash/drawable-port-ldpi-screen.png" density="port-ldpi"/>
<splash src="resources/android/splash/drawable-port-mdpi-screen.png" density="port-mdpi"/>
<splash src="resources/android/splash/drawable-port-hdpi-screen.png" density="port-hdpi"/>
<splash src="resources/android/splash/drawable-port-xhdpi-screen.png" density="port-xhdpi"/>
<splash src="resources/android/splash/drawable-port-xxhdpi-screen.png" density="port-xxhdpi"/>
<splash src="resources/android/splash/drawable-port-xxxhdpi-screen.png" density="port-xxxhdpi"/>
</platform>
<icon src="resources/android/icon/drawable-xhdpi-icon.png"/>
</widget>
10 changes: 0 additions & 10 deletions res/README.md

This file was deleted.

Binary file removed res/generated/GooglePlay/icon.png
Binary file not shown.
Binary file removed res/generated/iTunesConnect/icon.png
Binary file not shown.
Binary file not shown.
Binary file removed res/generated/project/app/assets/android/default.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed res/generated/project/app/assets/iphone/Default.png
Binary file not shown.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed res/generated/project/app/assets/iphone/appicon.png
Diff not rendered.
Diff not rendered.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
3 changes: 0 additions & 3 deletions res/icons.sh

This file was deleted.

Binary file removed res/logo.png
Diff not rendered.
9 changes: 0 additions & 9 deletions res/screen.sh

This file was deleted.

Binary file removed res/screen/android/screen-hdpi-portrait.png
Diff not rendered.
Binary file removed res/screen/android/screen-ldpi-portrait.png
Diff not rendered.
Binary file removed res/screen/android/screen-mdpi-portrait.png
Diff not rendered.
Binary file removed res/screen/android/screen-xhdpi-portrait.png
Diff not rendered.
Binary file removed res/screen/ios/Default-568h@2x~iphone.png
Diff not rendered.
Binary file removed res/screen/ios/Default-Landscape@2x~ipad.png
Diff not rendered.
Binary file removed res/screen/ios/Default-Landscape~ipad.png
Diff not rendered.
Binary file removed res/screen/ios/Default-Portrait@2x~ipad.png
Diff not rendered.
Binary file removed res/screen/ios/Default-Portrait~ipad.png
Diff not rendered.
Binary file removed res/screen/ios/Default@2x~iphone.png
Diff not rendered.
Binary file removed res/screen/ios/Default~iphone.png
Diff not rendered.
Binary file added resources/android/icon/drawable-hdpi-icon.png
Binary file added resources/android/icon/drawable-ldpi-icon.png
Binary file added resources/android/icon/drawable-mdpi-icon.png
Binary file added resources/android/icon/drawable-xhdpi-icon.png
Binary file added resources/android/icon/drawable-xxhdpi-icon.png
Binary file added resources/android/icon/drawable-xxxhdpi-icon.png
Binary file added resources/icon.png
Binary file added resources/ios/icon/icon-40.png
Binary file added resources/ios/icon/icon-40@2x.png
Binary file added resources/ios/icon/icon-50.png
Binary file added resources/ios/icon/icon-50@2x.png
Binary file added resources/ios/icon/icon-60.png
Binary file added resources/ios/icon/icon-60@2x.png
Binary file added resources/ios/icon/icon-60@3x.png
Binary file added resources/ios/icon/icon-72.png
Binary file added resources/ios/icon/icon-72@2x.png
Binary file added resources/ios/icon/icon-76.png
Binary file added resources/ios/icon/icon-76@2x.png
Binary file added resources/ios/icon/icon-small.png
Binary file added resources/ios/icon/icon-small@2x.png
Binary file added resources/ios/icon/icon-small@3x.png
Binary file added resources/ios/icon/icon.png
Binary file added resources/ios/icon/icon@2x.png
Binary file added resources/ios/splash/Default-568h@2x~iphone.png
Binary file added resources/ios/splash/Default-667h.png
Binary file added resources/ios/splash/Default-736h.png
Binary file added resources/ios/splash/Default-Landscape-736h.png
Binary file added resources/ios/splash/Default-Landscape~ipad.png
Binary file added resources/ios/splash/Default-Portrait@2x~ipad.png
Binary file added resources/ios/splash/Default-Portrait~ipad.png
Binary file added resources/ios/splash/Default@2x~iphone.png
Binary file added resources/ios/splash/Default~iphone.png
Binary file added resources/splash.png

0 comments on commit 6984197

Please sign in to comment.