Skip to content

Commit

Permalink
Fix app icon in mac demo.
Browse files Browse the repository at this point in the history
  • Loading branch information
domchen committed Nov 15, 2023
1 parent 863324b commit 6a3e154
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions mac/Hello2D/Assets.xcassets/AppIcon.appiconset/Contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"images" : [
{
"filename" : "tgfx.png",
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
"idiom" : "mac",
"scale" : "2x",
"size" : "512x512"
}
],
"info" : {
Expand Down
4 changes: 2 additions & 2 deletions mac/Hello2D/Assets.xcassets/AppIcon.appiconset/tgfx.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6a3e154

Please sign in to comment.