Merge pull request #7151 from BlueWallet/icon
FIX: Xcode assets for macOS
BIN
ios/BlueWallet/Images.xcassets/AppIcon.appiconset/1024 2.png
Normal file
After Width: | Height: | Size: 193 KiB |
BIN
ios/BlueWallet/Images.xcassets/AppIcon.appiconset/128pt@1x.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
ios/BlueWallet/Images.xcassets/AppIcon.appiconset/128pt@2x.png
Normal file
After Width: | Height: | Size: 5.3 KiB |
BIN
ios/BlueWallet/Images.xcassets/AppIcon.appiconset/16pt@1x.png
Normal file
After Width: | Height: | Size: 333 B |
BIN
ios/BlueWallet/Images.xcassets/AppIcon.appiconset/16pt@2x.png
Normal file
After Width: | Height: | Size: 614 B |
BIN
ios/BlueWallet/Images.xcassets/AppIcon.appiconset/256pt@1x.png
Normal file
After Width: | Height: | Size: 5.3 KiB |
BIN
ios/BlueWallet/Images.xcassets/AppIcon.appiconset/256pt@2x.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
ios/BlueWallet/Images.xcassets/AppIcon.appiconset/32pt@1x.png
Normal file
After Width: | Height: | Size: 614 B |
BIN
ios/BlueWallet/Images.xcassets/AppIcon.appiconset/32pt@2x.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
ios/BlueWallet/Images.xcassets/AppIcon.appiconset/512pt@1x.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
ios/BlueWallet/Images.xcassets/AppIcon.appiconset/512pt@2x.png
Normal file
After Width: | Height: | Size: 26 KiB |
|
@ -29,6 +29,72 @@
|
|||
"idiom" : "universal",
|
||||
"platform" : "ios",
|
||||
"size" : "1024x1024"
|
||||
},
|
||||
{
|
||||
"filename" : "16pt@1x.png",
|
||||
"idiom" : "mac",
|
||||
"scale" : "1x",
|
||||
"size" : "16x16"
|
||||
},
|
||||
{
|
||||
"filename" : "16pt@2x.png",
|
||||
"idiom" : "mac",
|
||||
"scale" : "2x",
|
||||
"size" : "16x16"
|
||||
},
|
||||
{
|
||||
"filename" : "32pt@1x.png",
|
||||
"idiom" : "mac",
|
||||
"scale" : "1x",
|
||||
"size" : "32x32"
|
||||
},
|
||||
{
|
||||
"filename" : "32pt@2x.png",
|
||||
"idiom" : "mac",
|
||||
"scale" : "2x",
|
||||
"size" : "32x32"
|
||||
},
|
||||
{
|
||||
"filename" : "128pt@1x.png",
|
||||
"idiom" : "mac",
|
||||
"scale" : "1x",
|
||||
"size" : "128x128"
|
||||
},
|
||||
{
|
||||
"filename" : "128pt@2x.png",
|
||||
"idiom" : "mac",
|
||||
"scale" : "2x",
|
||||
"size" : "128x128"
|
||||
},
|
||||
{
|
||||
"filename" : "256pt@1x.png",
|
||||
"idiom" : "mac",
|
||||
"scale" : "1x",
|
||||
"size" : "256x256"
|
||||
},
|
||||
{
|
||||
"filename" : "256pt@2x.png",
|
||||
"idiom" : "mac",
|
||||
"scale" : "2x",
|
||||
"size" : "256x256"
|
||||
},
|
||||
{
|
||||
"filename" : "512pt@1x.png",
|
||||
"idiom" : "mac",
|
||||
"scale" : "1x",
|
||||
"size" : "512x512"
|
||||
},
|
||||
{
|
||||
"filename" : "512pt@2x.png",
|
||||
"idiom" : "mac",
|
||||
"scale" : "2x",
|
||||
"size" : "512x512"
|
||||
},
|
||||
{
|
||||
"filename" : "1024 2.png",
|
||||
"idiom" : "universal",
|
||||
"platform" : "watchos",
|
||||
"size" : "1024x1024"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
|
|