Ver código fonte

Splash screen and icon generation

master
kj1352 4 anos atrás
pai
commit
d669c06c1a
71 arquivos alterados com 505 adições e 72 exclusões
  1. +5
    -1
      config.xml
  2. +497
    -68
      package-lock.json
  3. +3
    -3
      package.json
  4. BIN
      resources/android/icon/drawable-hdpi-icon.png
  5. BIN
      resources/android/icon/drawable-ldpi-icon.png
  6. BIN
      resources/android/icon/drawable-mdpi-icon.png
  7. BIN
      resources/android/icon/drawable-xhdpi-icon.png
  8. BIN
      resources/android/icon/drawable-xxhdpi-icon.png
  9. BIN
      resources/android/icon/drawable-xxxhdpi-icon.png
  10. BIN
      resources/android/splash/drawable-land-hdpi-screen.png
  11. BIN
      resources/android/splash/drawable-land-ldpi-screen.png
  12. BIN
      resources/android/splash/drawable-land-mdpi-screen.png
  13. BIN
      resources/android/splash/drawable-land-xhdpi-screen.png
  14. BIN
      resources/android/splash/drawable-land-xxhdpi-screen.png
  15. BIN
      resources/android/splash/drawable-land-xxxhdpi-screen.png
  16. BIN
      resources/android/splash/drawable-port-hdpi-screen.png
  17. BIN
      resources/android/splash/drawable-port-ldpi-screen.png
  18. BIN
      resources/android/splash/drawable-port-mdpi-screen.png
  19. BIN
      resources/android/splash/drawable-port-xhdpi-screen.png
  20. BIN
      resources/android/splash/drawable-port-xxhdpi-screen.png
  21. BIN
      resources/android/splash/drawable-port-xxxhdpi-screen.png
  22. BIN
      resources/icon-1.png
  23. BIN
      resources/icon.png
  24. BIN
      resources/ios/icon/icon-1024.png
  25. BIN
      resources/ios/icon/icon-108@2x.png
  26. BIN
      resources/ios/icon/icon-20.png
  27. BIN
      resources/ios/icon/icon-20@2x.png
  28. BIN
      resources/ios/icon/icon-20@3x.png
  29. BIN
      resources/ios/icon/icon-24@2x.png
  30. BIN
      resources/ios/icon/icon-27.5@2x.png
  31. BIN
      resources/ios/icon/icon-29.png
  32. BIN
      resources/ios/icon/icon-29@2x.png
  33. BIN
      resources/ios/icon/icon-29@3x.png
  34. BIN
      resources/ios/icon/icon-40.png
  35. BIN
      resources/ios/icon/icon-40@2x.png
  36. BIN
      resources/ios/icon/icon-40@3x.png
  37. BIN
      resources/ios/icon/icon-44@2x.png
  38. BIN
      resources/ios/icon/icon-50.png
  39. BIN
      resources/ios/icon/icon-50@2x.png
  40. BIN
      resources/ios/icon/icon-60.png
  41. BIN
      resources/ios/icon/icon-60@2x.png
  42. BIN
      resources/ios/icon/icon-60@3x.png
  43. BIN
      resources/ios/icon/icon-72.png
  44. BIN
      resources/ios/icon/icon-72@2x.png
  45. BIN
      resources/ios/icon/icon-76.png
  46. BIN
      resources/ios/icon/icon-76@2x.png
  47. BIN
      resources/ios/icon/icon-83.5@2x.png
  48. BIN
      resources/ios/icon/icon-86@2x.png
  49. BIN
      resources/ios/icon/icon-98@2x.png
  50. BIN
      resources/ios/icon/icon.png
  51. BIN
      resources/ios/icon/icon@2x.png
  52. BIN
      resources/ios/splash/Default-1792h~iphone.png
  53. BIN
      resources/ios/splash/Default-2436h.png
  54. BIN
      resources/ios/splash/Default-2688h~iphone.png
  55. BIN
      resources/ios/splash/Default-568h@2x~iphone.png
  56. BIN
      resources/ios/splash/Default-667h.png
  57. BIN
      resources/ios/splash/Default-736h.png
  58. BIN
      resources/ios/splash/Default-Landscape-1792h~iphone.png
  59. BIN
      resources/ios/splash/Default-Landscape-2436h.png
  60. BIN
      resources/ios/splash/Default-Landscape-2688h~iphone.png
  61. BIN
      resources/ios/splash/Default-Landscape-736h.png
  62. BIN
      resources/ios/splash/Default-Landscape@2x~ipad.png
  63. BIN
      resources/ios/splash/Default-Landscape@~ipadpro.png
  64. BIN
      resources/ios/splash/Default-Landscape~ipad.png
  65. BIN
      resources/ios/splash/Default-Portrait@2x~ipad.png
  66. BIN
      resources/ios/splash/Default-Portrait@~ipadpro.png
  67. BIN
      resources/ios/splash/Default-Portrait~ipad.png
  68. BIN
      resources/ios/splash/Default@2x~iphone.png
  69. BIN
      resources/ios/splash/Default@2x~universal~anyany.png
  70. BIN
      resources/ios/splash/Default~iphone.png
  71. BIN
      resources/splash-2.png

+ 5
- 1
config.xml Ver arquivo

@@ -91,8 +91,12 @@
<splash height="2208" src="resources/ios/splash/Default-736h.png" width="1242" />
<splash height="2436" src="resources/ios/splash/Default-2436h.png" width="1125" />
<splash height="2732" src="resources/ios/splash/Default@2x~universal~anyany.png" width="2732" />
<icon height="216" src="resources/ios/icon/icon-108@2x.png" width="216" />
<splash height="2688" src="resources/ios/splash/Default-2688h~iphone.png" width="1242" />
<splash height="1242" src="resources/ios/splash/Default-Landscape-2688h~iphone.png" width="2688" />
<splash height="1792" src="resources/ios/splash/Default-1792h~iphone.png" width="828" />
<splash height="828" src="resources/ios/splash/Default-Landscape-1792h~iphone.png" width="1792" />
</platform>
<plugin name="cordova-plugin-whitelist" spec="1.3.3" />
<plugin name="cordova-plugin-statusbar" spec="2.4.2" />
<plugin name="cordova-plugin-device" spec="2.0.2" />
<plugin name="cordova-plugin-splashscreen" spec="5.0.2" />


+ 497
- 68
package-lock.json
Diferenças do arquivo suprimidas por serem muito extensas
Ver arquivo


+ 3
- 3
package.json Ver arquivo

@@ -24,9 +24,11 @@
"@ionic-native/splash-screen": "^5.0.0",
"@ionic-native/status-bar": "^5.0.0",
"@ionic/angular": "^5.0.0",
"cordova-res": "^0.15.2",
"faker": "^5.1.0",
"moment": "^2.29.1",
"rxjs": "~6.5.5",
"sharp": "^0.27.0",
"tslib": "^2.0.0",
"zone.js": "~0.10.3"
},
@@ -47,7 +49,6 @@
"cordova-plugin-ionic-webview": "^4.2.1",
"cordova-plugin-splashscreen": "^5.0.2",
"cordova-plugin-statusbar": "^2.4.2",
"cordova-plugin-whitelist": "^1.3.3",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~5.0.0",
@@ -63,7 +64,6 @@
"description": "An Ionic project",
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-device": {},
"cordova-plugin-splashscreen": {},
@@ -76,4 +76,4 @@
"android"
]
}
}
}

BIN
resources/android/icon/drawable-hdpi-icon.png Ver arquivo

Antes Depois
Largura: 72  |  Altura: 72  |  Tamanho: 4.2 KiB Largura: 72  |  Altura: 72  |  Tamanho: 2.5 KiB

BIN
resources/android/icon/drawable-ldpi-icon.png Ver arquivo

Antes Depois
Largura: 36  |  Altura: 36  |  Tamanho: 1.6 KiB Largura: 36  |  Altura: 36  |  Tamanho: 945 B

BIN
resources/android/icon/drawable-mdpi-icon.png Ver arquivo

Antes Depois
Largura: 48  |  Altura: 48  |  Tamanho: 2.5 KiB Largura: 48  |  Altura: 48  |  Tamanho: 1.4 KiB

BIN
resources/android/icon/drawable-xhdpi-icon.png Ver arquivo

Antes Depois
Largura: 96  |  Altura: 96  |  Tamanho: 6.4 KiB Largura: 96  |  Altura: 96  |  Tamanho: 4.0 KiB

BIN
resources/android/icon/drawable-xxhdpi-icon.png Ver arquivo

Antes Depois
Largura: 144  |  Altura: 144  |  Tamanho: 11 KiB Largura: 144  |  Altura: 144  |  Tamanho: 7.7 KiB

BIN
resources/android/icon/drawable-xxxhdpi-icon.png Ver arquivo

Antes Depois
Largura: 192  |  Altura: 192  |  Tamanho: 14 KiB Largura: 192  |  Altura: 192  |  Tamanho: 12 KiB

BIN
resources/android/splash/drawable-land-hdpi-screen.png Ver arquivo

Antes Depois
Largura: 800  |  Altura: 480  |  Tamanho: 27 KiB Largura: 800  |  Altura: 480  |  Tamanho: 27 KiB

BIN
resources/android/splash/drawable-land-ldpi-screen.png Ver arquivo

Antes Depois
Largura: 320  |  Altura: 240  |  Tamanho: 8.3 KiB Largura: 320  |  Altura: 240  |  Tamanho: 8.2 KiB

BIN
resources/android/splash/drawable-land-mdpi-screen.png Ver arquivo

Antes Depois
Largura: 480  |  Altura: 320  |  Tamanho: 14 KiB Largura: 480  |  Altura: 320  |  Tamanho: 14 KiB

BIN
resources/android/splash/drawable-land-xhdpi-screen.png Ver arquivo

Antes Depois
Largura: 1280  |  Altura: 720  |  Tamanho: 47 KiB Largura: 1280  |  Altura: 720  |  Tamanho: 48 KiB

BIN
resources/android/splash/drawable-land-xxhdpi-screen.png Ver arquivo

Antes Depois
Largura: 1600  |  Altura: 960  |  Tamanho: 79 KiB Largura: 1600  |  Altura: 960  |  Tamanho: 77 KiB

BIN
resources/android/splash/drawable-land-xxxhdpi-screen.png Ver arquivo

Antes Depois
Largura: 1920  |  Altura: 1280  |  Tamanho: 111 KiB Largura: 1920  |  Altura: 1280  |  Tamanho: 111 KiB

BIN
resources/android/splash/drawable-port-hdpi-screen.png Ver arquivo

Antes Depois
Largura: 480  |  Altura: 800  |  Tamanho: 26 KiB Largura: 480  |  Altura: 800  |  Tamanho: 26 KiB

BIN
resources/android/splash/drawable-port-ldpi-screen.png Ver arquivo

Antes Depois
Largura: 240  |  Altura: 320  |  Tamanho: 8.0 KiB Largura: 240  |  Altura: 320  |  Tamanho: 7.9 KiB

BIN
resources/android/splash/drawable-port-mdpi-screen.png Ver arquivo

Antes Depois
Largura: 320  |  Altura: 480  |  Tamanho: 14 KiB Largura: 320  |  Altura: 480  |  Tamanho: 13 KiB

BIN
resources/android/splash/drawable-port-xhdpi-screen.png Ver arquivo

Antes Depois
Largura: 720  |  Altura: 1280  |  Tamanho: 47 KiB Largura: 720  |  Altura: 1280  |  Tamanho: 47 KiB

BIN
resources/android/splash/drawable-port-xxhdpi-screen.png Ver arquivo

Antes Depois
Largura: 960  |  Altura: 1600  |  Tamanho: 69 KiB Largura: 960  |  Altura: 1600  |  Tamanho: 69 KiB

BIN
resources/android/splash/drawable-port-xxxhdpi-screen.png Ver arquivo

Antes Depois
Largura: 1280  |  Altura: 1920  |  Tamanho: 99 KiB Largura: 1280  |  Altura: 1920  |  Tamanho: 98 KiB

BIN
resources/icon-1.png Ver arquivo

Antes Depois
Largura: 1024  |  Altura: 1024  |  Tamanho: 59 KiB

BIN
resources/icon.png Ver arquivo

Antes Depois
Largura: 1024  |  Altura: 1024  |  Tamanho: 59 KiB Largura: 1024  |  Altura: 1024  |  Tamanho: 144 KiB

BIN
resources/ios/icon/icon-1024.png Ver arquivo

Antes Depois
Largura: 1024  |  Altura: 1024  |  Tamanho: 60 KiB Largura: 1024  |  Altura: 1024  |  Tamanho: 134 KiB

BIN
resources/ios/icon/icon-108@2x.png Ver arquivo

Antes Depois
Largura: 216  |  Altura: 216  |  Tamanho: 14 KiB

BIN
resources/ios/icon/icon-20.png Ver arquivo

Antes Depois
Largura: 20  |  Altura: 20  |  Tamanho: 686 B Largura: 20  |  Altura: 20  |  Tamanho: 382 B

BIN
resources/ios/icon/icon-20@2x.png Ver arquivo

Antes Depois
Largura: 40  |  Altura: 40  |  Tamanho: 1.9 KiB Largura: 40  |  Altura: 40  |  Tamanho: 957 B

BIN
resources/ios/icon/icon-20@3x.png Ver arquivo

Antes Depois
Largura: 60  |  Altura: 60  |  Tamanho: 3.3 KiB Largura: 60  |  Altura: 60  |  Tamanho: 1.7 KiB

BIN
resources/ios/icon/icon-24@2x.png Ver arquivo

Antes Depois
Largura: 48  |  Altura: 48  |  Tamanho: 2.5 KiB Largura: 48  |  Altura: 48  |  Tamanho: 1.2 KiB

BIN
resources/ios/icon/icon-27.5@2x.png Ver arquivo

Antes Depois
Largura: 55  |  Altura: 55  |  Tamanho: 3.0 KiB Largura: 55  |  Altura: 55  |  Tamanho: 1.5 KiB

BIN
resources/ios/icon/icon-29.png Ver arquivo

Antes Depois
Largura: 29  |  Altura: 29  |  Tamanho: 1.2 KiB Largura: 29  |  Altura: 29  |  Tamanho: 613 B

BIN
resources/ios/icon/icon-29@2x.png Ver arquivo

Antes Depois
Largura: 58  |  Altura: 58  |  Tamanho: 3.3 KiB Largura: 58  |  Altura: 58  |  Tamanho: 1.6 KiB

BIN
resources/ios/icon/icon-29@3x.png Ver arquivo

Antes Depois
Largura: 87  |  Altura: 87  |  Tamanho: 5.8 KiB Largura: 87  |  Altura: 87  |  Tamanho: 3.1 KiB

BIN
resources/ios/icon/icon-40.png Ver arquivo

Antes Depois
Largura: 40  |  Altura: 40  |  Tamanho: 1.9 KiB Largura: 40  |  Altura: 40  |  Tamanho: 957 B

BIN
resources/ios/icon/icon-40@2x.png Ver arquivo

Antes Depois
Largura: 80  |  Altura: 80  |  Tamanho: 5.1 KiB Largura: 80  |  Altura: 80  |  Tamanho: 2.7 KiB

BIN
resources/ios/icon/icon-40@3x.png Ver arquivo

Antes Depois
Largura: 120  |  Altura: 120  |  Tamanho: 8.1 KiB Largura: 120  |  Altura: 120  |  Tamanho: 5.2 KiB

BIN
resources/ios/icon/icon-44@2x.png Ver arquivo

Antes Depois
Largura: 88  |  Altura: 88  |  Tamanho: 5.7 KiB Largura: 88  |  Altura: 88  |  Tamanho: 3.1 KiB

BIN
resources/ios/icon/icon-50.png Ver arquivo

Antes Depois
Largura: 50  |  Altura: 50  |  Tamanho: 2.7 KiB Largura: 50  |  Altura: 50  |  Tamanho: 1.3 KiB

BIN
resources/ios/icon/icon-50@2x.png Ver arquivo

Antes Depois
Largura: 100  |  Altura: 100  |  Tamanho: 6.7 KiB Largura: 100  |  Altura: 100  |  Tamanho: 3.9 KiB

BIN
resources/ios/icon/icon-60.png Ver arquivo

Antes Depois
Largura: 60  |  Altura: 60  |  Tamanho: 3.3 KiB Largura: 60  |  Altura: 60  |  Tamanho: 1.7 KiB

BIN
resources/ios/icon/icon-60@2x.png Ver arquivo

Antes Depois
Largura: 120  |  Altura: 120  |  Tamanho: 8.1 KiB Largura: 120  |  Altura: 120  |  Tamanho: 5.2 KiB

BIN
resources/ios/icon/icon-60@3x.png Ver arquivo

Antes Depois
Largura: 180  |  Altura: 180  |  Tamanho: 14 KiB Largura: 180  |  Altura: 180  |  Tamanho: 10 KiB

BIN
resources/ios/icon/icon-72.png Ver arquivo

Antes Depois
Largura: 72  |  Altura: 72  |  Tamanho: 4.2 KiB Largura: 72  |  Altura: 72  |  Tamanho: 2.3 KiB

BIN
resources/ios/icon/icon-72@2x.png Ver arquivo

Antes Depois
Largura: 144  |  Altura: 144  |  Tamanho: 11 KiB Largura: 144  |  Altura: 144  |  Tamanho: 7.1 KiB

BIN
resources/ios/icon/icon-76.png Ver arquivo

Antes Depois
Largura: 76  |  Altura: 76  |  Tamanho: 4.8 KiB Largura: 76  |  Altura: 76  |  Tamanho: 2.5 KiB

BIN
resources/ios/icon/icon-76@2x.png Ver arquivo

Antes Depois
Largura: 152  |  Altura: 152  |  Tamanho: 11 KiB Largura: 152  |  Altura: 152  |  Tamanho: 7.7 KiB

BIN
resources/ios/icon/icon-83.5@2x.png Ver arquivo

Antes Depois
Largura: 167  |  Altura: 167  |  Tamanho: 12 KiB Largura: 167  |  Altura: 167  |  Tamanho: 9.0 KiB

BIN
resources/ios/icon/icon-86@2x.png Ver arquivo

Antes Depois
Largura: 172  |  Altura: 172  |  Tamanho: 13 KiB Largura: 172  |  Altura: 172  |  Tamanho: 9.5 KiB

BIN
resources/ios/icon/icon-98@2x.png Ver arquivo

Antes Depois
Largura: 196  |  Altura: 196  |  Tamanho: 16 KiB Largura: 196  |  Altura: 196  |  Tamanho: 12 KiB

BIN
resources/ios/icon/icon.png Ver arquivo

Antes Depois
Largura: 57  |  Altura: 57  |  Tamanho: 3.2 KiB Largura: 57  |  Altura: 57  |  Tamanho: 1.5 KiB

BIN
resources/ios/icon/icon@2x.png Ver arquivo

Antes Depois
Largura: 114  |  Altura: 114  |  Tamanho: 8.0 KiB Largura: 114  |  Altura: 114  |  Tamanho: 4.8 KiB

BIN
resources/ios/splash/Default-1792h~iphone.png Ver arquivo

Antes Depois
Largura: 828  |  Altura: 1792  |  Tamanho: 65 KiB

BIN
resources/ios/splash/Default-2436h.png Ver arquivo

Antes Depois
Largura: 1125  |  Altura: 2436  |  Tamanho: 104 KiB Largura: 1125  |  Altura: 2436  |  Tamanho: 104 KiB

BIN
resources/ios/splash/Default-2688h~iphone.png Ver arquivo

Antes Depois
Largura: 1242  |  Altura: 2688  |  Tamanho: 114 KiB

BIN
resources/ios/splash/Default-568h@2x~iphone.png Ver arquivo

Antes Depois
Largura: 640  |  Altura: 1136  |  Tamanho: 39 KiB Largura: 640  |  Altura: 1136  |  Tamanho: 39 KiB

BIN
resources/ios/splash/Default-667h.png Ver arquivo

Antes Depois
Largura: 750  |  Altura: 1334  |  Tamanho: 50 KiB Largura: 750  |  Altura: 1334  |  Tamanho: 50 KiB

BIN
resources/ios/splash/Default-736h.png Ver arquivo

Antes Depois
Largura: 1242  |  Altura: 2208  |  Tamanho: 106 KiB Largura: 1242  |  Altura: 2208  |  Tamanho: 104 KiB

BIN
resources/ios/splash/Default-Landscape-1792h~iphone.png Ver arquivo

Antes Depois
Largura: 1792  |  Altura: 828  |  Tamanho: 74 KiB

BIN
resources/ios/splash/Default-Landscape-2436h.png Ver arquivo

Antes Depois
Largura: 2436  |  Altura: 1125  |  Tamanho: 113 KiB Largura: 2436  |  Altura: 1125  |  Tamanho: 113 KiB

BIN
resources/ios/splash/Default-Landscape-2688h~iphone.png Ver arquivo

Antes Depois
Largura: 2688  |  Altura: 1242  |  Tamanho: 120 KiB

BIN
resources/ios/splash/Default-Landscape-736h.png Ver arquivo

Antes Depois
Largura: 2208  |  Altura: 1242  |  Tamanho: 117 KiB Largura: 2208  |  Altura: 1242  |  Tamanho: 120 KiB

BIN
resources/ios/splash/Default-Landscape@2x~ipad.png Ver arquivo

Antes Depois
Largura: 2048  |  Altura: 1536  |  Tamanho: 133 KiB Largura: 2048  |  Altura: 1536  |  Tamanho: 126 KiB

BIN
resources/ios/splash/Default-Landscape@~ipadpro.png Ver arquivo

Antes Depois
Largura: 2732  |  Altura: 2048  |  Tamanho: 93 KiB Largura: 2732  |  Altura: 2048  |  Tamanho: 93 KiB

BIN
resources/ios/splash/Default-Landscape~ipad.png Ver arquivo

Antes Depois
Largura: 1024  |  Altura: 768  |  Tamanho: 43 KiB Largura: 1024  |  Altura: 768  |  Tamanho: 44 KiB

BIN
resources/ios/splash/Default-Portrait@2x~ipad.png Ver arquivo

Antes Depois
Largura: 1536  |  Altura: 2048  |  Tamanho: 147 KiB Largura: 1536  |  Altura: 2048  |  Tamanho: 130 KiB

BIN
resources/ios/splash/Default-Portrait@~ipadpro.png Ver arquivo

Antes Depois
Largura: 2048  |  Altura: 2732  |  Tamanho: 99 KiB Largura: 2048  |  Altura: 2732  |  Tamanho: 99 KiB

BIN
resources/ios/splash/Default-Portrait~ipad.png Ver arquivo

Antes Depois
Largura: 768  |  Altura: 1024  |  Tamanho: 43 KiB Largura: 768  |  Altura: 1024  |  Tamanho: 43 KiB

BIN
resources/ios/splash/Default@2x~iphone.png Ver arquivo

Antes Depois
Largura: 640  |  Altura: 960  |  Tamanho: 36 KiB Largura: 640  |  Altura: 960  |  Tamanho: 35 KiB

BIN
resources/ios/splash/Default@2x~universal~anyany.png Ver arquivo

Antes Depois
Largura: 2732  |  Altura: 2732  |  Tamanho: 120 KiB Largura: 2732  |  Altura: 2732  |  Tamanho: 120 KiB

BIN
resources/ios/splash/Default~iphone.png Ver arquivo

Antes Depois
Largura: 320  |  Altura: 480  |  Tamanho: 14 KiB Largura: 320  |  Altura: 480  |  Tamanho: 13 KiB

BIN
resources/splash-2.png Ver arquivo

Antes Depois
Largura: 2732  |  Altura: 2732  |  Tamanho: 77 KiB

Carregando…
Cancelar
Salvar