1
0
mirror of https://github.com/GitJournal/GitJournal.git synced 2025-07-12 14:15:16 +08:00

Add macos icons

Use a fork of flutter_launcher_icons as the original hasn't responded to the
PR for macos icons.
This commit is contained in:
Vishesh Handa
2021-05-17 16:29:04 +02:00
parent b67eb80c7e
commit 74fd96fa50
11 changed files with 12 additions and 6 deletions

@ -820,4 +820,4 @@
/* End XCConfigurationList section */ /* End XCConfigurationList section */
}; };
rootObject = 97C146E61CF9000F007C117D /* Project object */; rootObject = 97C146E61CF9000F007C117D /* Project object */;
} }

@ -631,4 +631,4 @@
/* End XCConfigurationList section */ /* End XCConfigurationList section */
}; };
rootObject = 33CC10E52044A3C60003C045 /* Project object */; rootObject = 33CC10E52044A3C60003C045 /* Project object */;
} }

Binary file not shown.

Before

(image error) Size: 46 KiB

After

(image error) Size: 29 KiB

Binary file not shown.

Before

(image error) Size: 3.2 KiB

After

(image error) Size: 3.0 KiB

Binary file not shown.

Before

(image error) Size: 1.4 KiB

After

(image error) Size: 458 B

Binary file not shown.

Before

(image error) Size: 5.8 KiB

After

(image error) Size: 5.9 KiB

Binary file not shown.

Before

(image error) Size: 1.2 KiB

After

(image error) Size: 813 B

Binary file not shown.

Before

(image error) Size: 14 KiB

After

(image error) Size: 13 KiB

Binary file not shown.

Before

(image error) Size: 1.8 KiB

After

(image error) Size: 1.6 KiB

@ -512,9 +512,11 @@ packages:
flutter_launcher_icons: flutter_launcher_icons:
dependency: "direct dev" dependency: "direct dev"
description: description:
name: flutter_launcher_icons path: "."
url: "https://pub.dartlang.org" ref: HEAD
source: hosted resolved-ref: "822002172c1d2aa05d3ee7f2ac179d2980980a3c"
url: "https://github.com/dirkbo/flutter_launcher_icons"
source: git
version: "0.9.0" version: "0.9.0"
flutter_localizations: flutter_localizations:
dependency: "direct main" dependency: "direct main"

@ -89,7 +89,8 @@ dev_dependencies:
sdk: flutter sdk: flutter
benchmark_harness: ^2.0.0 benchmark_harness: ^2.0.0
bonsoir: ^1.0.0 bonsoir: ^1.0.0
flutter_launcher_icons: ^0.9.0 flutter_launcher_icons:
git: https://github.com/dirkbo/flutter_launcher_icons
# flutter_webview_plugin: ^0.3.11 # flutter_webview_plugin: ^0.3.11
import_sorter: ^4.4.3 import_sorter: ^4.4.3
multicast_dns: ^0.3.0 multicast_dns: ^0.3.0
@ -120,6 +121,9 @@ flutter_icons:
image_path: "assets/icon/icon.png" image_path: "assets/icon/icon.png"
image_path_ios: "assets/icon/icon_ios.png" image_path_ios: "assets/icon/icon_ios.png"
ios: true ios: true
macos: true
windows: false
linux: false
import_sorter: import_sorter:
comments: false comments: false