implemented app icon on ios
|
@ -62,6 +62,10 @@ win {
|
||||||
LIBS += "$$PWD/windows-libs/ssleay32.dll"
|
LIBS += "$$PWD/windows-libs/ssleay32.dll"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ios {
|
||||||
|
QMAKE_ASSET_CATALOGS += shared/Assets.xcassets
|
||||||
|
}
|
||||||
|
|
||||||
DISTFILES += \
|
DISTFILES += \
|
||||||
favicon.png \
|
favicon.png \
|
||||||
android-sources/AndroidManifest.xml \
|
android-sources/AndroidManifest.xml \
|
||||||
|
|
128
shared/Assets.xcassets/AppIcon.appiconset/Contents.json
Normal file
|
@ -0,0 +1,128 @@
|
||||||
|
{
|
||||||
|
"images" : [
|
||||||
|
{
|
||||||
|
"size" : "20x20",
|
||||||
|
"idiom" : "iphone",
|
||||||
|
"filename" : "Icon-App-20x20@2x.png",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "20x20",
|
||||||
|
"idiom" : "iphone",
|
||||||
|
"filename" : "Icon-App-20x20@3x.png",
|
||||||
|
"scale" : "3x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "29x29",
|
||||||
|
"idiom" : "iphone",
|
||||||
|
"filename" : "Icon-App-29x29@1x.png",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "29x29",
|
||||||
|
"idiom" : "iphone",
|
||||||
|
"filename" : "Icon-App-29x29@2x.png",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "29x29",
|
||||||
|
"idiom" : "iphone",
|
||||||
|
"filename" : "Icon-App-29x29@3x.png",
|
||||||
|
"scale" : "3x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "40x40",
|
||||||
|
"idiom" : "iphone",
|
||||||
|
"filename" : "Icon-App-40x40@2x.png",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "40x40",
|
||||||
|
"idiom" : "iphone",
|
||||||
|
"filename" : "Icon-App-40x40@3x.png",
|
||||||
|
"scale" : "3x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "60x60",
|
||||||
|
"idiom" : "iphone",
|
||||||
|
"filename" : "Icon-App-60x60@2x.png",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "60x60",
|
||||||
|
"idiom" : "iphone",
|
||||||
|
"filename" : "Icon-App-60x60@3x.png",
|
||||||
|
"scale" : "3x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "20x20",
|
||||||
|
"idiom" : "ipad",
|
||||||
|
"filename" : "Icon-App-20x20@1x.png",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "20x20",
|
||||||
|
"idiom" : "ipad",
|
||||||
|
"filename" : "Icon-App-20x20@2x.png",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "29x29",
|
||||||
|
"idiom" : "ipad",
|
||||||
|
"filename" : "Icon-App-29x29@1x.png",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "29x29",
|
||||||
|
"idiom" : "ipad",
|
||||||
|
"filename" : "Icon-App-29x29@2x.png",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "40x40",
|
||||||
|
"idiom" : "ipad",
|
||||||
|
"filename" : "Icon-App-40x40@1x.png",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "40x40",
|
||||||
|
"idiom" : "ipad",
|
||||||
|
"filename" : "Icon-App-40x40@2x.png",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "76x76",
|
||||||
|
"idiom" : "ipad",
|
||||||
|
"filename" : "Icon-App-76x76@1x.png",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "76x76",
|
||||||
|
"idiom" : "ipad",
|
||||||
|
"filename" : "Icon-App-76x76@2x.png",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "83.5x83.5",
|
||||||
|
"idiom" : "ipad",
|
||||||
|
"filename" : "Icon-App-83.5x83.5@2x.png",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "1024x1024",
|
||||||
|
"idiom" : "ios-marketing",
|
||||||
|
"filename" : "ItunesArtwork@2x.png",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "76x76",
|
||||||
|
"idiom" : "iphone",
|
||||||
|
"filename" : "Icon-App-76x76@2x.png",
|
||||||
|
"scale" : "2x"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info" : {
|
||||||
|
"version" : 1,
|
||||||
|
"author" : "xcode"
|
||||||
|
}
|
||||||
|
}
|
Before Width: | Height: | Size: 518 B After Width: | Height: | Size: 518 B |
Before Width: | Height: | Size: 1,012 B After Width: | Height: | Size: 1,012 B |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 725 B After Width: | Height: | Size: 725 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 1,012 B After Width: | Height: | Size: 1,012 B |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 3 KiB After Width: | Height: | Size: 3 KiB |
Before Width: | Height: | Size: 3 KiB After Width: | Height: | Size: 3 KiB |
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 2 KiB After Width: | Height: | Size: 2 KiB |
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 42 KiB |
6
shared/Assets.xcassets/Contents.json
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"info" : {
|
||||||
|
"version" : 1,
|
||||||
|
"author" : "xcode"
|
||||||
|
}
|
||||||
|
}
|
|
@ -1,128 +0,0 @@
|
||||||
{
|
|
||||||
"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":"makeappicon"
|
|
||||||
}
|
|
||||||
}
|
|
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 42 KiB |
Before Width: | Height: | Size: 76 KiB |