Skip to content

Commit

Permalink
Add an opaque icon for iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
yutotakano committed Jun 25, 2019
1 parent 4542e1b commit 5376db8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .expo-shared/assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"e6e9651290bbacde07ee6c5b4c2a8c0d1c7fa70d0e5b76c9b4c4ec6d4f450bf6": true,
"a98715892a6e79ca196309d93447ccf112297e4406f20d053339a30a02362791": true,
"9d3d899886d1cfd87d7e836918c29ec6fd85d9e70420e3b480bef982dd1affd7": true,
"e523d02520fef1d6098f3a03e63e7a77f1591fdd36c9711c57eebf2280ecf9ef": true
"e523d02520fef1d6098f3a03e63e7a77f1591fdd36c9711c57eebf2280ecf9ef": true,
"fb6af41a39e818259990a31edaf9abf2bbe8a122466aea288bdf0514967aa5df": true
}
5 changes: 3 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"slug": "sardonyx",
"privacy": "unlisted",
"sdkVersion": "33.0.0",
"version": "0.1.0",
"version": "1.0.0",
"platforms": ["ios", "android"],
"githubUrl": "https://github.com/SardonyxApp/sardonyx",
"orientation": "portrait",
Expand All @@ -22,7 +22,8 @@
"fallbackToCacheTimeout": 0
},
"ios": {
"bundleIdentifier": "app.sardonyx"
"bundleIdentifier": "app.sardonyx",
"icon": "./src/assets/logos/appIconOpaque.png"
},
"android": {
"package": "app.sardonyx",
Expand Down
Binary file added src/assets/logos/appIconOpaque.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 5376db8

Please sign in to comment.