Skip to content

Commit

Permalink
project: update app iconset
Browse files Browse the repository at this point in the history
  • Loading branch information
godly-devotion committed Mar 22, 2024
1 parent 33a981c commit f3a5bee
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 36 deletions.
Binary file not shown.
74 changes: 39 additions & 35 deletions Front Row/Assets.xcassets/AppIcon.appiconset/Contents.json
Original file line number Diff line number Diff line change
@@ -1,59 +1,63 @@
{
"images": [
"images" : [
{
"idiom": "mac",
"scale": "1x",
"size": "16x16"
"filename" : "icon_16x16.png",
"idiom" : "mac",
"scale" : "1x",
"size" : "16x16"
},
{
"idiom": "mac",
"scale": "2x",
"size": "16x16"
"idiom" : "mac",
"scale" : "2x",
"size" : "16x16"
},
{
"idiom": "mac",
"scale": "1x",
"size": "32x32"
"filename" : "icon_32x32.png",
"idiom" : "mac",
"scale" : "1x",
"size" : "32x32"
},
{
"idiom": "mac",
"scale": "2x",
"size": "32x32"
"idiom" : "mac",
"scale" : "2x",
"size" : "32x32"
},
{
"idiom": "mac",
"scale": "1x",
"size": "128x128"
"filename" : "icon_128x128.png",
"idiom" : "mac",
"scale" : "1x",
"size" : "128x128"
},
{
"idiom": "mac",
"scale": "2x",
"size": "128x128"
"idiom" : "mac",
"scale" : "2x",
"size" : "128x128"
},
{
"idiom": "mac",
"scale": "1x",
"size": "256x256"
"filename" : "icon_256x256.png",
"idiom" : "mac",
"scale" : "1x",
"size" : "256x256"
},
{
"idiom": "mac",
"scale": "2x",
"size": "256x256"
"idiom" : "mac",
"scale" : "2x",
"size" : "256x256"
},
{
"filename": "AppIcon.png",
"idiom": "mac",
"scale": "1x",
"size": "512x512"
"filename" : "icon_512x512.png",
"idiom" : "mac",
"scale" : "1x",
"size" : "512x512"
},
{
"idiom": "mac",
"scale": "2x",
"size": "512x512"
"idiom" : "mac",
"scale" : "2x",
"size" : "512x512"
}
],
"info": {
"author": "xcode",
"version": 1
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img height="256" src="https://github.com/godly-devotion/FrontRow/raw/main/Front Row/Assets.xcassets/AppIcon.appiconset/AppIcon.png" />
<img height="256" src="https://github.com/godly-devotion/FrontRow/raw/main/Front Row/Assets.xcassets/AppIcon.appiconset/icon_256x256.png" />
</p>

<h1 align="center">Front Row</h1>
Expand Down

0 comments on commit f3a5bee

Please sign in to comment.