Update icons (adaptive)
@ -58,8 +58,7 @@ Faut pas oublier d'aller changer la version avant chaque upload de version (Puis
|
|||||||
- MDLF : 65ccc67265373befd15be511
|
- MDLF : 65ccc67265373befd15be511
|
||||||
- Fort : 633ee379d9405f32f166f047
|
- Fort : 633ee379d9405f32f166f047
|
||||||
2) Mettre à jour l'icone (dans pubspec.yaml ref icon)
|
2) Mettre à jour l'icone (dans pubspec.yaml ref icon)
|
||||||
- flutter pub get
|
-> https://easyappicon.com/
|
||||||
- dart run flutter_launcher_icons
|
|
||||||
3) Mettre à jour android manifest et info.plist (faire un CTRL MAJ F et replace..)
|
3) Mettre à jour android manifest et info.plist (faire un CTRL MAJ F et replace..)
|
||||||
- be.unov.myinfomate.mdlf
|
- be.unov.myinfomate.mdlf
|
||||||
- be.unov.mymuseum.fortsaintheribert
|
- be.unov.mymuseum.fortsaintheribert
|
||||||
|
|||||||
@ -51,5 +51,9 @@
|
|||||||
<meta-data
|
<meta-data
|
||||||
android:name="flutterEmbedding"
|
android:name="flutterEmbedding"
|
||||||
android:value="2" />
|
android:value="2" />
|
||||||
|
|
||||||
|
<meta-data
|
||||||
|
android:name="com.google.firebase.messaging.default_notification_icon"
|
||||||
|
android:resource="@drawable/logo" />
|
||||||
</application>
|
</application>
|
||||||
</manifest>
|
</manifest>
|
||||||
|
|||||||
BIN
android/app/src/main/res/drawable/logo.png
Normal file
|
After Width: | Height: | Size: 6.0 KiB |
BIN
android/app/src/main/res/ic_launcher-web.png
Normal file
|
After Width: | Height: | Size: 446 KiB |
@ -1,3 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
<background android:drawable="@color/ic_launcher_background"/>
|
||||||
|
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
|
||||||
</adaptive-icon>
|
</adaptive-icon>
|
||||||
@ -0,0 +1,5 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
<background android:drawable="@color/ic_launcher_background"/>
|
||||||
|
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
|
||||||
|
</adaptive-icon>
|
||||||
@ -1,3 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
|
||||||
</adaptive-icon>
|
|
||||||
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 9.1 KiB |
BIN
android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png
Normal file
|
After Width: | Height: | Size: 31 KiB |
BIN
android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 12 KiB |
BIN
android/app/src/main/res/mipmap-ldpi/ic_launcher.png
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
|
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 4.4 KiB |
BIN
android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png
Normal file
|
After Width: | Height: | Size: 5.2 KiB |
|
Before Width: | Height: | Size: 5.2 KiB |
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 15 KiB |
BIN
android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png
Normal file
|
After Width: | Height: | Size: 54 KiB |
BIN
android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png
Normal file
|
After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 34 KiB |
|
After Width: | Height: | Size: 134 KiB |
BIN
android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
Normal file
|
After Width: | Height: | Size: 38 KiB |
|
Before Width: | Height: | Size: 47 KiB |
|
Before Width: | Height: | Size: 85 KiB After Width: | Height: | Size: 62 KiB |
|
After Width: | Height: | Size: 243 KiB |
BIN
android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
Normal file
|
After Width: | Height: | Size: 67 KiB |
|
Before Width: | Height: | Size: 85 KiB |
BIN
android/app/src/main/res/playstore-icon.png
Normal file
|
After Width: | Height: | Size: 636 KiB |
@ -3,7 +3,7 @@
|
|||||||
<!-- Theme applied to the Android Window while the process is starting when the OS's Dark Mode setting is on -->
|
<!-- Theme applied to the Android Window while the process is starting when the OS's Dark Mode setting is on -->
|
||||||
<style name="LaunchTheme" parent="@android:style/Theme.Black.NoTitleBar">
|
<style name="LaunchTheme" parent="@android:style/Theme.Black.NoTitleBar">
|
||||||
<!-- Show a splash screen on the activity. Automatically removed when
|
<!-- Show a splash screen on the activity. Automatically removed when
|
||||||
Flutter draws its first frame -->
|
the Flutter engine draws its first frame -->
|
||||||
<item name="android:windowBackground">@drawable/launch_background</item>
|
<item name="android:windowBackground">@drawable/launch_background</item>
|
||||||
</style>
|
</style>
|
||||||
<!-- Theme applied to the Android Window as soon as the process has started.
|
<!-- Theme applied to the Android Window as soon as the process has started.
|
||||||
|
|||||||
4
android/app/src/main/res/values/colors.xml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources>
|
||||||
|
<color name="colorPrimary">#FF8535</color>
|
||||||
|
</resources>
|
||||||
@ -0,0 +1,4 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources>
|
||||||
|
<color name="ic_launcher_background">#7f845b</color>
|
||||||
|
</resources>
|
||||||
15
android/app/src/main/res/values/strings.xml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources>
|
||||||
|
<string name="app_name">MyHomie</string>
|
||||||
|
|
||||||
|
<!-- Replace "000000000000" with your Facebook App ID here. -->
|
||||||
|
<!-- <string name="facebook_app_id">742185533300745</string> -->
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Replace "000000000000" with your Facebook App ID here.
|
||||||
|
**NOTE**: The scheme needs to start with `fb` and then your ID.
|
||||||
|
-->
|
||||||
|
<!--<string name="fb_login_protocol_scheme">fb742185533300745</string>-->
|
||||||
|
|
||||||
|
<string name="default_notification_channel_id">main</string>
|
||||||
|
</resources>
|
||||||
@ -3,7 +3,7 @@
|
|||||||
<!-- Theme applied to the Android Window while the process is starting when the OS's Dark Mode setting is off -->
|
<!-- Theme applied to the Android Window while the process is starting when the OS's Dark Mode setting is off -->
|
||||||
<style name="LaunchTheme" parent="@android:style/Theme.Light.NoTitleBar">
|
<style name="LaunchTheme" parent="@android:style/Theme.Light.NoTitleBar">
|
||||||
<!-- Show a splash screen on the activity. Automatically removed when
|
<!-- Show a splash screen on the activity. Automatically removed when
|
||||||
Flutter draws its first frame -->
|
the Flutter engine draws its first frame -->
|
||||||
<item name="android:windowBackground">@drawable/launch_background</item>
|
<item name="android:windowBackground">@drawable/launch_background</item>
|
||||||
</style>
|
</style>
|
||||||
<!-- Theme applied to the Android Window as soon as the process has started.
|
<!-- Theme applied to the Android Window as soon as the process has started.
|
||||||
|
|||||||
BIN
assets/icons/icons_round/fort/android/ic_launcher-web.png
Normal file
|
After Width: | Height: | Size: 446 KiB |
@ -0,0 +1,5 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
<background android:drawable="@color/ic_launcher_background"/>
|
||||||
|
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
|
||||||
|
</adaptive-icon>
|
||||||
@ -0,0 +1,5 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
<background android:drawable="@color/ic_launcher_background"/>
|
||||||
|
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
|
||||||
|
</adaptive-icon>
|
||||||
|
After Width: | Height: | Size: 9.1 KiB |
|
After Width: | Height: | Size: 31 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 2.6 KiB |
|
After Width: | Height: | Size: 4.4 KiB |
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 5.2 KiB |
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 54 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 34 KiB |
|
After Width: | Height: | Size: 134 KiB |
|
After Width: | Height: | Size: 38 KiB |
|
After Width: | Height: | Size: 62 KiB |
|
After Width: | Height: | Size: 243 KiB |
|
After Width: | Height: | Size: 67 KiB |
BIN
assets/icons/icons_round/fort/android/playstore-icon.png
Normal file
|
After Width: | Height: | Size: 636 KiB |
@ -0,0 +1,4 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources>
|
||||||
|
<color name="ic_launcher_background">#7f845b</color>
|
||||||
|
</resources>
|
||||||
@ -0,0 +1,128 @@
|
|||||||
|
{
|
||||||
|
"images":[
|
||||||
|
{
|
||||||
|
"idiom":"iphone",
|
||||||
|
"size":"20x20",
|
||||||
|
"scale":"2x",
|
||||||
|
"filename":"Icon-App-20x20@2x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom":"iphone",
|
||||||
|
"size":"20x20",
|
||||||
|
"scale":"3x",
|
||||||
|
"filename":"Icon-App-20x20@3x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom":"iphone",
|
||||||
|
"size":"29x29",
|
||||||
|
"scale":"1x",
|
||||||
|
"filename":"Icon-App-29x29@1x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom":"iphone",
|
||||||
|
"size":"29x29",
|
||||||
|
"scale":"2x",
|
||||||
|
"filename":"Icon-App-29x29@2x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom":"iphone",
|
||||||
|
"size":"29x29",
|
||||||
|
"scale":"3x",
|
||||||
|
"filename":"Icon-App-29x29@3x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom":"iphone",
|
||||||
|
"size":"40x40",
|
||||||
|
"scale":"2x",
|
||||||
|
"filename":"Icon-App-40x40@2x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom":"iphone",
|
||||||
|
"size":"40x40",
|
||||||
|
"scale":"3x",
|
||||||
|
"filename":"Icon-App-40x40@3x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom":"iphone",
|
||||||
|
"size":"60x60",
|
||||||
|
"scale":"2x",
|
||||||
|
"filename":"Icon-App-60x60@2x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom":"iphone",
|
||||||
|
"size":"60x60",
|
||||||
|
"scale":"3x",
|
||||||
|
"filename":"Icon-App-60x60@3x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom":"iphone",
|
||||||
|
"size":"76x76",
|
||||||
|
"scale":"2x",
|
||||||
|
"filename":"Icon-App-76x76@2x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom":"ipad",
|
||||||
|
"size":"20x20",
|
||||||
|
"scale":"1x",
|
||||||
|
"filename":"Icon-App-20x20@1x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom":"ipad",
|
||||||
|
"size":"20x20",
|
||||||
|
"scale":"2x",
|
||||||
|
"filename":"Icon-App-20x20@2x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom":"ipad",
|
||||||
|
"size":"29x29",
|
||||||
|
"scale":"1x",
|
||||||
|
"filename":"Icon-App-29x29@1x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom":"ipad",
|
||||||
|
"size":"29x29",
|
||||||
|
"scale":"2x",
|
||||||
|
"filename":"Icon-App-29x29@2x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom":"ipad",
|
||||||
|
"size":"40x40",
|
||||||
|
"scale":"1x",
|
||||||
|
"filename":"Icon-App-40x40@1x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom":"ipad",
|
||||||
|
"size":"40x40",
|
||||||
|
"scale":"2x",
|
||||||
|
"filename":"Icon-App-40x40@2x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom":"ipad",
|
||||||
|
"size":"76x76",
|
||||||
|
"scale":"1x",
|
||||||
|
"filename":"Icon-App-76x76@1x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom":"ipad",
|
||||||
|
"size":"76x76",
|
||||||
|
"scale":"2x",
|
||||||
|
"filename":"Icon-App-76x76@2x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom":"ipad",
|
||||||
|
"size":"83.5x83.5",
|
||||||
|
"scale":"2x",
|
||||||
|
"filename":"Icon-App-83.5x83.5@2x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "1024x1024",
|
||||||
|
"idiom" : "ios-marketing",
|
||||||
|
"scale" : "1x",
|
||||||
|
"filename" : "ItunesArtwork@2x.png"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info":{
|
||||||
|
"version":1,
|
||||||
|
"author":"easyappicon"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 3.6 KiB |
|
After Width: | Height: | Size: 7.5 KiB |
|
After Width: | Height: | Size: 2.0 KiB |
|
After Width: | Height: | Size: 6.8 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 3.6 KiB |
|
After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 30 KiB |
|
After Width: | Height: | Size: 30 KiB |
|
After Width: | Height: | Size: 79 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 48 KiB |
|
After Width: | Height: | Size: 62 KiB |
|
After Width: | Height: | Size: 2.0 MiB |
BIN
assets/icons/icons_round/fort/ios/iTunesArtwork@1x.png
Normal file
|
After Width: | Height: | Size: 636 KiB |
BIN
assets/icons/icons_round/fort/ios/iTunesArtwork@2x.png
Normal file
|
After Width: | Height: | Size: 2.0 MiB |
BIN
assets/icons/icons_round/fort/ios/iTunesArtwork@3x.png
Normal file
|
After Width: | Height: | Size: 3.8 MiB |
BIN
assets/icons/icons_round/mdlf/android/ic_launcher-web.png
Normal file
|
After Width: | Height: | Size: 145 KiB |
@ -0,0 +1,5 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
<background android:drawable="@color/ic_launcher_background"/>
|
||||||
|
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
|
||||||
|
</adaptive-icon>
|
||||||
@ -0,0 +1,5 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
<background android:drawable="@color/ic_launcher_background"/>
|
||||||
|
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
|
||||||
|
</adaptive-icon>
|
||||||
|
After Width: | Height: | Size: 5.6 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 8.5 KiB |
|
After Width: | Height: | Size: 1.9 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 7.9 KiB |
|
After Width: | Height: | Size: 4.4 KiB |
|
After Width: | Height: | Size: 8.2 KiB |
|
After Width: | Height: | Size: 24 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 66 KiB |
|
After Width: | Height: | Size: 25 KiB |
|
After Width: | Height: | Size: 27 KiB |
|
After Width: | Height: | Size: 105 KiB |
|
After Width: | Height: | Size: 39 KiB |
BIN
assets/icons/icons_round/mdlf/android/playstore-icon.png
Normal file
|
After Width: | Height: | Size: 206 KiB |
@ -0,0 +1,4 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources>
|
||||||
|
<color name="ic_launcher_background">#e92f30</color>
|
||||||
|
</resources>
|
||||||
@ -0,0 +1,128 @@
|
|||||||
|
{
|
||||||
|
"images":[
|
||||||
|
{
|
||||||
|
"idiom":"iphone",
|
||||||
|
"size":"20x20",
|
||||||
|
"scale":"2x",
|
||||||
|
"filename":"Icon-App-20x20@2x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom":"iphone",
|
||||||
|
"size":"20x20",
|
||||||
|
"scale":"3x",
|
||||||
|
"filename":"Icon-App-20x20@3x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom":"iphone",
|
||||||
|
"size":"29x29",
|
||||||
|
"scale":"1x",
|
||||||
|
"filename":"Icon-App-29x29@1x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom":"iphone",
|
||||||
|
"size":"29x29",
|
||||||
|
"scale":"2x",
|
||||||
|
"filename":"Icon-App-29x29@2x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom":"iphone",
|
||||||
|
"size":"29x29",
|
||||||
|
"scale":"3x",
|
||||||
|
"filename":"Icon-App-29x29@3x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom":"iphone",
|
||||||
|
"size":"40x40",
|
||||||
|
"scale":"2x",
|
||||||
|
"filename":"Icon-App-40x40@2x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom":"iphone",
|
||||||
|
"size":"40x40",
|
||||||
|
"scale":"3x",
|
||||||
|
"filename":"Icon-App-40x40@3x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom":"iphone",
|
||||||
|
"size":"60x60",
|
||||||
|
"scale":"2x",
|
||||||
|
"filename":"Icon-App-60x60@2x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom":"iphone",
|
||||||
|
"size":"60x60",
|
||||||
|
"scale":"3x",
|
||||||
|
"filename":"Icon-App-60x60@3x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom":"iphone",
|
||||||
|
"size":"76x76",
|
||||||
|
"scale":"2x",
|
||||||
|
"filename":"Icon-App-76x76@2x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom":"ipad",
|
||||||
|
"size":"20x20",
|
||||||
|
"scale":"1x",
|
||||||
|
"filename":"Icon-App-20x20@1x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom":"ipad",
|
||||||
|
"size":"20x20",
|
||||||
|
"scale":"2x",
|
||||||
|
"filename":"Icon-App-20x20@2x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom":"ipad",
|
||||||
|
"size":"29x29",
|
||||||
|
"scale":"1x",
|
||||||
|
"filename":"Icon-App-29x29@1x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom":"ipad",
|
||||||
|
"size":"29x29",
|
||||||
|
"scale":"2x",
|
||||||
|
"filename":"Icon-App-29x29@2x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom":"ipad",
|
||||||
|
"size":"40x40",
|
||||||
|
"scale":"1x",
|
||||||
|
"filename":"Icon-App-40x40@1x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom":"ipad",
|
||||||
|
"size":"40x40",
|
||||||
|
"scale":"2x",
|
||||||
|
"filename":"Icon-App-40x40@2x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom":"ipad",
|
||||||
|
"size":"76x76",
|
||||||
|
"scale":"1x",
|
||||||
|
"filename":"Icon-App-76x76@1x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom":"ipad",
|
||||||
|
"size":"76x76",
|
||||||
|
"scale":"2x",
|
||||||
|
"filename":"Icon-App-76x76@2x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom":"ipad",
|
||||||
|
"size":"83.5x83.5",
|
||||||
|
"scale":"2x",
|
||||||
|
"filename":"Icon-App-83.5x83.5@2x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "1024x1024",
|
||||||
|
"idiom" : "ios-marketing",
|
||||||
|
"scale" : "1x",
|
||||||
|
"filename" : "ItunesArtwork@2x.png"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info":{
|
||||||
|
"version":1,
|
||||||
|
"author":"easyappicon"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 948 B |
|
After Width: | Height: | Size: 2.7 KiB |
|
After Width: | Height: | Size: 5.3 KiB |
|
After Width: | Height: | Size: 1.6 KiB |