Skip to content

Commit

Permalink
Drop generation of labeled icons to simplify adaptive icons in Android
Browse files Browse the repository at this point in the history
  • Loading branch information
davidyuk committed Feb 1, 2022
1 parent 42a2616 commit 37f5489
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 71 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
.DS_Store
node_modules
/dist
/public/favicons/android-chrome-192x192.png
/public/favicons/android-chrome-512x512.png
/public/favicons/apple-touch-icon.png
/resources/icon.png

# Cordova files
/www
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
"sass": "^1.49.0",
"sass-loader": "^10.2.1",
"serve": "^13.0.2",
"sharp": "^0.29.3",
"svg-url-loader": "^7.1.1",
"svgo": "^2.8.0",
"svgo-loader": "^3.0.0",
Expand Down
Binary file added public/favicons/android-chrome-192x192.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 public/favicons/android-chrome-512x512.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 public/favicons/apple-touch-icon.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 resources/icon.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 removed resources/icon.unlabeled.png
Binary file not shown.
65 changes: 0 additions & 65 deletions scripts/label-icons.js

This file was deleted.

1 change: 0 additions & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
require('./scripts/label-icons');
const path = require('path');
const branch = require('./scripts/current-branch');
const { version: sdkVersion } = require('./node_modules/@aeternity/aepp-sdk/package.json');
Expand Down

0 comments on commit 37f5489

Please sign in to comment.