Skip to content

Commit 6eb12c6

Browse files
authored
[macOS] Update template icons to Big Sur style (#103739)
Updates the AppIcon assets in the macOS app template to meet Apple's icon guidelines as of macOS Big Sur. Assets were moved to the [flutter_template_images][1] package, which includes them as of version 4.1.0. Ref: https://developer.apple.com/design/human-interface-guidelines/macos/icons-and-images/app-icon/ Issue: flutter/flutter#103371 [1]: https://github.com/flutter/packages/tree/main/packages/flutter_template_images
1 parent 27c6cdb commit 6eb12c6

17 files changed

+11
-11
lines changed

packages/flutter_tools/lib/src/commands/update_packages.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const Map<String, String> kManuallyPinnedDependencies = <String, String>{
3030
// Add pinned packages here. Please leave a comment explaining why.
3131
'archive': '3.1.11', // Breaking changes in 3.2.0, see https://github.com/flutter/flutter/issues/98536
3232
'flutter_gallery_assets': '1.0.2', // Tests depend on the exact version.
33-
'flutter_template_images': '4.0.0', // Must always exactly match flutter_tools template.
33+
'flutter_template_images': '4.1.0', // Must always exactly match flutter_tools template.
3434
// "shelf" is pinned to avoid the performance regression from a reverted
3535
// feature from https://github.com/dart-lang/shelf/issues/189 . This can be
3636
// removed when a new major version of shelf is published.

packages/flutter_tools/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
coverage: 1.3.1
1717
crypto: 3.0.2
1818
file: 6.1.2
19-
flutter_template_images: 4.0.0
19+
flutter_template_images: 4.1.0
2020
html: 0.15.0
2121
http: 0.13.4
2222
intl: 0.17.0
@@ -104,4 +104,4 @@ dartdoc:
104104
# Exclude this package from the hosted API docs.
105105
nodoc: true
106106

107-
# PUBSPEC CHECKSUM: f082
107+
# PUBSPEC CHECKSUM: 8f83

packages/flutter_tools/templates/app_shared/macos.tmpl/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_1024.png.img.tmpl

Whitespace-only changes.

packages/flutter_tools/templates/app_shared/macos.tmpl/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_128.png.img.tmpl

Whitespace-only changes.

packages/flutter_tools/templates/app_shared/macos.tmpl/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_16.png.img.tmpl

Whitespace-only changes.

packages/flutter_tools/templates/app_shared/macos.tmpl/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_256.png.img.tmpl

Whitespace-only changes.

0 commit comments

Comments
 (0)