Skip to content

Commit

Permalink
chore: add new icons for ios
Browse files Browse the repository at this point in the history
  • Loading branch information
theo-mesnil committed Dec 12, 2024
1 parent 1522ee7 commit 13c512a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,13 @@
}
},
"githubUrl": "https://github.com/theo-mesnil/WhatToWatch",
"icon": "./src/assets/icon.png",
"icon": "./src/assets/icon-light.png",
"ios": {
"icon": {
"light": "./src/assets/icon-light.png",
"dark": "./src/assets/icon-dark.png",
"tinted": "./src/assets/icon-tinted.png"
},
"supportsTablet": false,
"bundleIdentifier": "com.theomesnil.WhatToWatch"
},
Expand Down
Binary file added src/assets/icon-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/icon-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/icon-tinted.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/icon.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 13c512a

Please sign in to comment.