Skip to content

Commit 4940513

Browse files
authored
Update macOS gallery display name (#113658)
1 parent 9064bf6 commit 4940513

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

dev/devicelab/bin/tasks/hot_mode_dev_cycle_macos_target__benchmark.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ import 'package:flutter_devicelab/framework/framework.dart';
66
import 'package:flutter_devicelab/tasks/hot_mode_tests.dart';
77

88
Future<void> main() async {
9-
await task(createHotModeTest(deviceIdOverride: 'macos'));
9+
await task(createHotModeTest(deviceIdOverride: 'macos', checkAppRunningOnLocalDevice: true));
1010
}

dev/integration_tests/flutter_gallery/macos/Runner.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
31E9DDB21E0B961FFC0E8ADA /* Pods-RunnerTests.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.profile.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.profile.xcconfig"; sourceTree = "<group>"; };
6868
333000ED22D3DE5D00554162 /* Warnings.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Warnings.xcconfig; sourceTree = "<group>"; };
6969
335BBD1A22A9A15E00E9071D /* GeneratedPluginRegistrant.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GeneratedPluginRegistrant.swift; sourceTree = "<group>"; };
70-
33CC10ED2044A3C60003C045 /* flutter_gallery.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = flutter_gallery.app; sourceTree = BUILT_PRODUCTS_DIR; };
70+
33CC10ED2044A3C60003C045 /* Flutter Gallery.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Flutter Gallery.app"; sourceTree = BUILT_PRODUCTS_DIR; };
7171
33CC10F02044A3C60003C045 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
7272
33CC10F22044A3C60003C045 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Assets.xcassets; path = Runner/Assets.xcassets; sourceTree = "<group>"; };
7373
33CC10F52044A3C60003C045 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
@@ -136,7 +136,7 @@
136136
33CC10EE2044A3C60003C045 /* Products */ = {
137137
isa = PBXGroup;
138138
children = (
139-
33CC10ED2044A3C60003C045 /* flutter_gallery.app */,
139+
33CC10ED2044A3C60003C045 /* Flutter Gallery.app */,
140140
F7BDBB0B26E829B700DE9315 /* RunnerTests.xctest */,
141141
);
142142
name = Products;
@@ -229,7 +229,7 @@
229229
);
230230
name = Runner;
231231
productName = Runner;
232-
productReference = 33CC10ED2044A3C60003C045 /* flutter_gallery.app */;
232+
productReference = 33CC10ED2044A3C60003C045 /* Flutter Gallery.app */;
233233
productType = "com.apple.product-type.application";
234234
};
235235
F7BDBB0A26E829B700DE9315 /* RunnerTests */ = {
@@ -712,7 +712,7 @@
712712
MARKETING_VERSION = 1.0;
713713
PRODUCT_BUNDLE_IDENTIFIER = com.example.flutterGallery.RunnerTests;
714714
PRODUCT_NAME = "$(TARGET_NAME)";
715-
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/flutter_gallery.app/Contents/MacOS/flutter_gallery";
715+
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Flutter Gallery.app/Contents/MacOS/Flutter Gallery";
716716
};
717717
name = Debug;
718718
};
@@ -732,7 +732,7 @@
732732
MARKETING_VERSION = 1.0;
733733
PRODUCT_BUNDLE_IDENTIFIER = com.example.flutterGallery.RunnerTests;
734734
PRODUCT_NAME = "$(TARGET_NAME)";
735-
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/flutter_gallery.app/Contents/MacOS/flutter_gallery";
735+
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Flutter Gallery.app/Contents/MacOS/Flutter Gallery";
736736
};
737737
name = Release;
738738
};
@@ -752,7 +752,7 @@
752752
MARKETING_VERSION = 1.0;
753753
PRODUCT_BUNDLE_IDENTIFIER = com.example.flutterGallery.RunnerTests;
754754
PRODUCT_NAME = "$(TARGET_NAME)";
755-
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/flutter_gallery.app/Contents/MacOS/flutter_gallery";
755+
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Flutter Gallery.app/Contents/MacOS/Flutter Gallery";
756756
};
757757
name = Profile;
758758
};

dev/integration_tests/flutter_gallery/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<BuildableReference
1616
BuildableIdentifier = "primary"
1717
BlueprintIdentifier = "33CC10EC2044A3C60003C045"
18-
BuildableName = "flutter_gallery.app"
18+
BuildableName = "Flutter Gallery.app"
1919
BlueprintName = "Runner"
2020
ReferencedContainer = "container:Runner.xcodeproj">
2121
</BuildableReference>
@@ -31,7 +31,7 @@
3131
<BuildableReference
3232
BuildableIdentifier = "primary"
3333
BlueprintIdentifier = "33CC10EC2044A3C60003C045"
34-
BuildableName = "flutter_gallery.app"
34+
BuildableName = "Flutter Gallery.app"
3535
BlueprintName = "Runner"
3636
ReferencedContainer = "container:Runner.xcodeproj">
3737
</BuildableReference>
@@ -64,7 +64,7 @@
6464
<BuildableReference
6565
BuildableIdentifier = "primary"
6666
BlueprintIdentifier = "33CC10EC2044A3C60003C045"
67-
BuildableName = "flutter_gallery.app"
67+
BuildableName = "Flutter Gallery.app"
6868
BlueprintName = "Runner"
6969
ReferencedContainer = "container:Runner.xcodeproj">
7070
</BuildableReference>
@@ -81,7 +81,7 @@
8181
<BuildableReference
8282
BuildableIdentifier = "primary"
8383
BlueprintIdentifier = "33CC10EC2044A3C60003C045"
84-
BuildableName = "flutter_gallery.app"
84+
BuildableName = "Flutter Gallery.app"
8585
BlueprintName = "Runner"
8686
ReferencedContainer = "container:Runner.xcodeproj">
8787
</BuildableReference>

dev/integration_tests/flutter_gallery/macos/Runner/Configs/AppInfo.xcconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
// 'flutter create' template.
66

77
// The application's name. By default this is also the title of the Flutter window.
8-
PRODUCT_NAME = flutter_gallery
8+
PRODUCT_NAME = Flutter Gallery
99

1010
// The application's bundle identifier
1111
PRODUCT_BUNDLE_IDENTIFIER = com.example.flutterGallery
1212

1313
// The copyright displayed in application information
14-
PRODUCT_COPYRIGHT = Copyright © 2019 com.example. All rights reserved.
14+
PRODUCT_COPYRIGHT = Copyright © 2014 The Flutter Authors. All rights reserved.

dev/integration_tests/flutter_gallery/macos/RunnerTests/RunnerTests.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ @implementation RunnerTests
1313
- (void)testMenu {
1414
NSMenu *applicationMenu = ((FlutterAppDelegate *)NSApplication.sharedApplication.delegate).applicationMenu;
1515
XCTAssertEqual(applicationMenu.numberOfItems, 11);
16-
XCTAssertEqualObjects([applicationMenu itemAtIndex:0].title, @"About flutter_gallery");
16+
XCTAssertEqualObjects([applicationMenu itemAtIndex:0].title, @"About Flutter Gallery");
1717

1818
NSMenu *mainMenu = NSApplication.sharedApplication.mainMenu;
1919
XCTAssertEqual([mainMenu indexOfItemWithSubmenu:applicationMenu], 0);

packages/flutter_tools/test/host_cross_arch.shard/macos_content_validation_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ void main() {
7777
buildMode,
7878
));
7979

80-
final Directory outputApp = buildPath.childDirectory('flutter_gallery.app');
80+
final Directory outputApp = buildPath.childDirectory('Flutter Gallery.app');
8181
final Directory outputAppFramework =
8282
fileSystem.directory(fileSystem.path.join(
8383
outputApp.path,

0 commit comments

Comments
 (0)