add app icons and change display name
|
|
@ -1,63 +1,75 @@
|
|||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "iphone",
|
||||
"size" : "29x29",
|
||||
"idiom" : "iphone",
|
||||
"filename" : "settings-29@2x-1.png",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"idiom" : "iphone",
|
||||
"size" : "29x29",
|
||||
"idiom" : "iphone",
|
||||
"filename" : "settings-29@3x.png",
|
||||
"scale" : "3x"
|
||||
},
|
||||
{
|
||||
"idiom" : "iphone",
|
||||
"size" : "40x40",
|
||||
"idiom" : "iphone",
|
||||
"filename" : "spotlight-40@2x.png",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"idiom" : "iphone",
|
||||
"size" : "40x40",
|
||||
"idiom" : "iphone",
|
||||
"filename" : "spotlight-40@3x.png",
|
||||
"scale" : "3x"
|
||||
},
|
||||
{
|
||||
"idiom" : "iphone",
|
||||
"size" : "60x60",
|
||||
"idiom" : "iphone",
|
||||
"filename" : "app-60@2x.png",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"idiom" : "iphone",
|
||||
"size" : "60x60",
|
||||
"idiom" : "iphone",
|
||||
"filename" : "app-60@3x.png",
|
||||
"scale" : "3x"
|
||||
},
|
||||
{
|
||||
"idiom" : "ipad",
|
||||
"size" : "29x29",
|
||||
"idiom" : "ipad",
|
||||
"filename" : "settings-29.png",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"idiom" : "ipad",
|
||||
"size" : "29x29",
|
||||
"idiom" : "ipad",
|
||||
"filename" : "settings-29@2x.png",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"idiom" : "ipad",
|
||||
"size" : "40x40",
|
||||
"idiom" : "ipad",
|
||||
"filename" : "spotlight-40.png",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"idiom" : "ipad",
|
||||
"size" : "40x40",
|
||||
"idiom" : "ipad",
|
||||
"filename" : "spotlight-40@2x-1.png",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"idiom" : "ipad",
|
||||
"size" : "76x76",
|
||||
"idiom" : "ipad",
|
||||
"filename" : "app-iPad-76.png",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"idiom" : "ipad",
|
||||
"size" : "76x76",
|
||||
"idiom" : "ipad",
|
||||
"filename" : "app-iPad-76@2x.png",
|
||||
"scale" : "2x"
|
||||
}
|
||||
],
|
||||
|
|
|
|||
BIN
Blog/Images.xcassets/AppIcon.appiconset/app-60@2x.png
Normal file
|
After Width: | Height: | Size: 121 B |
BIN
Blog/Images.xcassets/AppIcon.appiconset/app-60@3x.png
Normal file
|
After Width: | Height: | Size: 145 B |
BIN
Blog/Images.xcassets/AppIcon.appiconset/app-iPad-76.png
Normal file
|
After Width: | Height: | Size: 120 B |
BIN
Blog/Images.xcassets/AppIcon.appiconset/app-iPad-76@2x.png
Normal file
|
After Width: | Height: | Size: 140 B |
BIN
Blog/Images.xcassets/AppIcon.appiconset/settings-29.png
Normal file
|
After Width: | Height: | Size: 99 B |
BIN
Blog/Images.xcassets/AppIcon.appiconset/settings-29@2x-1.png
Normal file
|
After Width: | Height: | Size: 111 B |
BIN
Blog/Images.xcassets/AppIcon.appiconset/settings-29@2x.png
Normal file
|
After Width: | Height: | Size: 111 B |
BIN
Blog/Images.xcassets/AppIcon.appiconset/settings-29@3x.png
Normal file
|
After Width: | Height: | Size: 123 B |
BIN
Blog/Images.xcassets/AppIcon.appiconset/spotlight-40.png
Normal file
|
After Width: | Height: | Size: 103 B |
BIN
Blog/Images.xcassets/AppIcon.appiconset/spotlight-40@2x-1.png
Normal file
|
After Width: | Height: | Size: 115 B |
BIN
Blog/Images.xcassets/AppIcon.appiconset/spotlight-40@2x.png
Normal file
|
After Width: | Height: | Size: 115 B |
BIN
Blog/Images.xcassets/AppIcon.appiconset/spotlight-40@3x.png
Normal file
|
After Width: | Height: | Size: 128 B |
|
|
@ -11,7 +11,7 @@
|
|||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>$(PRODUCT_NAME)</string>
|
||||
<string>samhuri.net</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
|
|
|
|||