-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c590998
commit 0683af2
Showing
13 changed files
with
103 additions
and
67 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
flutter_launcher_icons: | ||
windows: | ||
generate: true | ||
image_path: "assets/logo.png" | ||
icon_size: 48 | ||
macos: | ||
generate: true | ||
image_path: "assets/logo.png" | ||
linux: | ||
generate: true | ||
image_path: "assets/logo.png" |
132 changes: 66 additions & 66 deletions
132
macos/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,68 +1,68 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"size" : "16x16", | ||
"idiom" : "mac", | ||
"filename" : "app_icon_16.png", | ||
"scale" : "1x" | ||
"info": { | ||
"version": 1, | ||
"author": "xcode" | ||
}, | ||
{ | ||
"size" : "16x16", | ||
"idiom" : "mac", | ||
"filename" : "app_icon_32.png", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"size" : "32x32", | ||
"idiom" : "mac", | ||
"filename" : "app_icon_32.png", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"size" : "32x32", | ||
"idiom" : "mac", | ||
"filename" : "app_icon_64.png", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"size" : "128x128", | ||
"idiom" : "mac", | ||
"filename" : "app_icon_128.png", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"size" : "128x128", | ||
"idiom" : "mac", | ||
"filename" : "app_icon_256.png", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"size" : "256x256", | ||
"idiom" : "mac", | ||
"filename" : "app_icon_256.png", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"size" : "256x256", | ||
"idiom" : "mac", | ||
"filename" : "app_icon_512.png", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"size" : "512x512", | ||
"idiom" : "mac", | ||
"filename" : "app_icon_512.png", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"size" : "512x512", | ||
"idiom" : "mac", | ||
"filename" : "app_icon_1024.png", | ||
"scale" : "2x" | ||
} | ||
], | ||
"info" : { | ||
"version" : 1, | ||
"author" : "xcode" | ||
} | ||
} | ||
"images": [ | ||
{ | ||
"size": "16x16", | ||
"idiom": "mac", | ||
"filename": "app_icon_16.png", | ||
"scale": "1x" | ||
}, | ||
{ | ||
"size": "16x16", | ||
"idiom": "mac", | ||
"filename": "app_icon_32.png", | ||
"scale": "2x" | ||
}, | ||
{ | ||
"size": "32x32", | ||
"idiom": "mac", | ||
"filename": "app_icon_32.png", | ||
"scale": "1x" | ||
}, | ||
{ | ||
"size": "32x32", | ||
"idiom": "mac", | ||
"filename": "app_icon_64.png", | ||
"scale": "2x" | ||
}, | ||
{ | ||
"size": "128x128", | ||
"idiom": "mac", | ||
"filename": "app_icon_128.png", | ||
"scale": "1x" | ||
}, | ||
{ | ||
"size": "128x128", | ||
"idiom": "mac", | ||
"filename": "app_icon_256.png", | ||
"scale": "2x" | ||
}, | ||
{ | ||
"size": "256x256", | ||
"idiom": "mac", | ||
"filename": "app_icon_256.png", | ||
"scale": "1x" | ||
}, | ||
{ | ||
"size": "256x256", | ||
"idiom": "mac", | ||
"filename": "app_icon_512.png", | ||
"scale": "2x" | ||
}, | ||
{ | ||
"size": "512x512", | ||
"idiom": "mac", | ||
"filename": "app_icon_512.png", | ||
"scale": "1x" | ||
}, | ||
{ | ||
"size": "512x512", | ||
"idiom": "mac", | ||
"filename": "app_icon_1024.png", | ||
"scale": "2x" | ||
} | ||
] | ||
} |
Binary file modified
BIN
+747 KB
(840%)
macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_1024.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
BIN
+10.7 KB
(290%)
macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_128.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
BIN
+26 Bytes
(110%)
macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_16.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
BIN
+43.8 KB
(420%)
macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_256.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
BIN
+455 Bytes
(140%)
macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_32.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
BIN
+186 KB
(620%)
macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_512.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
BIN
+2.74 KB
(230%)
macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.