Skip to content

Commit 4a770ac

Browse files
committed
ios_device_start_nonprebuilt_test
1 parent 9874fcc commit 4a770ac

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

packages/flutter_tools/test/general.shard/ios/ios_device_start_nonprebuilt_test.dart

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ void main() {
127127
);
128128
setUpIOSProject(fileSystem);
129129
final FlutterProject flutterProject = FlutterProject.fromDirectory(fileSystem.currentDirectory);
130-
final BuildableIOSApp buildableIOSApp = BuildableIOSApp(flutterProject.ios, 'flutter', 'My Super Awesome App.app');
130+
final BuildableIOSApp buildableIOSApp = BuildableIOSApp(flutterProject.ios, 'flutter', 'My Super Awesome App');
131131

132132
processManager.addCommand(FakeCommand(command: _xattrArgs(flutterProject)));
133133
processManager.addCommand(const FakeCommand(command: kRunReleaseArgs));
@@ -171,7 +171,7 @@ void main() {
171171
);
172172
setUpIOSProject(fileSystem);
173173
final FlutterProject flutterProject = FlutterProject.fromDirectory(fileSystem.currentDirectory);
174-
final BuildableIOSApp buildableIOSApp = BuildableIOSApp(flutterProject.ios, 'flutter', 'My Super Awesome App.app');
174+
final BuildableIOSApp buildableIOSApp = BuildableIOSApp(flutterProject.ios, 'flutter', 'My Super Awesome App');
175175

176176
final LaunchResult launchResult = await iosDevice.startApp(
177177
buildableIOSApp,
@@ -199,7 +199,7 @@ void main() {
199199
);
200200
setUpIOSProject(fileSystem);
201201
final FlutterProject flutterProject = FlutterProject.fromDirectory(fileSystem.currentDirectory);
202-
final BuildableIOSApp buildableIOSApp = BuildableIOSApp(flutterProject.ios, 'flutter', 'My Super Awesome App.app');
202+
final BuildableIOSApp buildableIOSApp = BuildableIOSApp(flutterProject.ios, 'flutter', 'My Super Awesome App');
203203
fileSystem.directory('build/ios/Release-iphoneos/My Super Awesome App.app').createSync(recursive: true);
204204

205205
processManager.addCommand(FakeCommand(command: _xattrArgs(flutterProject)));
@@ -257,7 +257,7 @@ void main() {
257257
);
258258
setUpIOSProject(fileSystem);
259259
final FlutterProject flutterProject = FlutterProject.fromDirectory(fileSystem.currentDirectory);
260-
final BuildableIOSApp buildableIOSApp = BuildableIOSApp(flutterProject.ios, 'flutter', 'My Super Awesome App.app');
260+
final BuildableIOSApp buildableIOSApp = BuildableIOSApp(flutterProject.ios, 'flutter', 'My Super Awesome App');
261261

262262
processManager.addCommand(FakeCommand(command: _xattrArgs(flutterProject)));
263263
// The first xcrun call should fail with a
@@ -346,7 +346,7 @@ void main() {
346346
);
347347
setUpIOSProject(fileSystem);
348348
final FlutterProject flutterProject = FlutterProject.fromDirectory(fileSystem.currentDirectory);
349-
final BuildableIOSApp buildableIOSApp = BuildableIOSApp(flutterProject.ios, 'flutter', 'My Super Awesome App.app');
349+
final BuildableIOSApp buildableIOSApp = BuildableIOSApp(flutterProject.ios, 'flutter', 'My Super Awesome App');
350350
fileSystem.directory('build/ios/Release-iphoneos/My Super Awesome App.app').createSync(recursive: true);
351351

352352
final LaunchResult launchResult = await iosDevice.startApp(
@@ -380,7 +380,7 @@ void main() {
380380
);
381381
setUpIOSProject(fileSystem);
382382
final FlutterProject flutterProject = FlutterProject.fromDirectory(fileSystem.currentDirectory);
383-
final BuildableIOSApp buildableIOSApp = BuildableIOSApp(flutterProject.ios, 'flutter', 'My Super Awesome App.app');
383+
final BuildableIOSApp buildableIOSApp = BuildableIOSApp(flutterProject.ios, 'flutter', 'My Super Awesome App');
384384
fileSystem.directory('build/ios/Release-iphoneos/My Super Awesome App.app').createSync(recursive: true);
385385

386386
final LaunchResult launchResult = await iosDevice.startApp(
@@ -414,7 +414,7 @@ void main() {
414414
);
415415
setUpIOSProject(fileSystem);
416416
final FlutterProject flutterProject = FlutterProject.fromDirectory(fileSystem.currentDirectory);
417-
final BuildableIOSApp buildableIOSApp = BuildableIOSApp(flutterProject.ios, 'flutter', 'My Super Awesome App.app');
417+
final BuildableIOSApp buildableIOSApp = BuildableIOSApp(flutterProject.ios, 'flutter', 'My Super Awesome App');
418418
fileSystem.directory('build/ios/Release-iphoneos/My Super Awesome App.app').createSync(recursive: true);
419419

420420
final LaunchResult launchResult = await iosDevice.startApp(
@@ -447,7 +447,7 @@ void main() {
447447
);
448448
setUpIOSProject(fileSystem);
449449
final FlutterProject flutterProject = FlutterProject.fromDirectory(fileSystem.currentDirectory);
450-
final BuildableIOSApp buildableIOSApp = BuildableIOSApp(flutterProject.ios, 'flutter', 'My Super Awesome App.app');
450+
final BuildableIOSApp buildableIOSApp = BuildableIOSApp(flutterProject.ios, 'flutter', 'My Super Awesome App');
451451
fileSystem.directory('build/ios/Release-iphoneos/My Super Awesome App.app').createSync(recursive: true);
452452

453453
final LaunchResult launchResult = await iosDevice.startApp(
@@ -496,7 +496,7 @@ void main() {
496496

497497
setUpIOSProject(fileSystem);
498498
final FlutterProject flutterProject = FlutterProject.fromDirectory(fileSystem.currentDirectory);
499-
final BuildableIOSApp buildableIOSApp = BuildableIOSApp(flutterProject.ios, 'flutter', 'My Super Awesome App.app');
499+
final BuildableIOSApp buildableIOSApp = BuildableIOSApp(flutterProject.ios, 'flutter', 'My Super Awesome App');
500500
fileSystem.directory('build/ios/Release-iphoneos/My Super Awesome App.app').createSync(recursive: true);
501501

502502
final FakeDeviceLogReader deviceLogReader = FakeDeviceLogReader();
@@ -571,7 +571,7 @@ void main() {
571571

572572
setUpIOSProject(fileSystem);
573573
final FlutterProject flutterProject = FlutterProject.fromDirectory(fileSystem.currentDirectory);
574-
final BuildableIOSApp buildableIOSApp = BuildableIOSApp(flutterProject.ios, 'flutter', 'My Super Awesome App.app');
574+
final BuildableIOSApp buildableIOSApp = BuildableIOSApp(flutterProject.ios, 'flutter', 'My Super Awesome App');
575575
fileSystem.directory('build/ios/Release-iphoneos/My Super Awesome App.app').createSync(recursive: true);
576576

577577
final FakeDeviceLogReader deviceLogReader = FakeDeviceLogReader();
@@ -639,7 +639,7 @@ void main() {
639639

640640
setUpIOSProject(fileSystem);
641641
final FlutterProject flutterProject = FlutterProject.fromDirectory(fileSystem.currentDirectory);
642-
final BuildableIOSApp buildableIOSApp = BuildableIOSApp(flutterProject.ios, 'flutter', 'My Super Awesome App.app');
642+
final BuildableIOSApp buildableIOSApp = BuildableIOSApp(flutterProject.ios, 'flutter', 'My Super Awesome App');
643643
fileSystem.directory('build/ios/Release-iphoneos/My Super Awesome App.app').createSync(recursive: true);
644644

645645
final FakeDeviceLogReader deviceLogReader = FakeDeviceLogReader();
@@ -702,7 +702,7 @@ void main() {
702702
);
703703
setUpIOSProject(fileSystem);
704704
final FlutterProject flutterProject = FlutterProject.fromDirectory(fileSystem.currentDirectory);
705-
final BuildableIOSApp buildableIOSApp = BuildableIOSApp(flutterProject.ios, 'flutter', 'My Super Awesome App.app');
705+
final BuildableIOSApp buildableIOSApp = BuildableIOSApp(flutterProject.ios, 'flutter', 'My Super Awesome App');
706706
fileSystem.directory('build/ios/Release-iphoneos/My Super Awesome App.app').createSync(recursive: true);
707707

708708
final LaunchResult launchResult = await iosDevice.startApp(
@@ -741,7 +741,7 @@ void main() {
741741
);
742742
setUpIOSProject(fileSystem, createWorkspace: false);
743743
final FlutterProject flutterProject = FlutterProject.fromDirectory(fileSystem.currentDirectory);
744-
final BuildableIOSApp buildableIOSApp = BuildableIOSApp(flutterProject.ios, 'flutter', 'My Super Awesome App.app');
744+
final BuildableIOSApp buildableIOSApp = BuildableIOSApp(flutterProject.ios, 'flutter', 'My Super Awesome App');
745745
fileSystem.directory('build/ios/Release-iphoneos/My Super Awesome App.app').createSync(recursive: true);
746746

747747
final LaunchResult launchResult = await iosDevice.startApp(
@@ -780,7 +780,7 @@ void main() {
780780
);
781781
setUpIOSProject(fileSystem);
782782
final FlutterProject flutterProject = FlutterProject.fromDirectory(fileSystem.currentDirectory);
783-
final BuildableIOSApp buildableIOSApp = BuildableIOSApp(flutterProject.ios, 'flutter', 'My Super Awesome App.app');
783+
final BuildableIOSApp buildableIOSApp = BuildableIOSApp(flutterProject.ios, 'flutter', 'My Super Awesome App');
784784
fileSystem.directory('build/ios/Release-iphoneos/My Super Awesome App.app').createSync(recursive: true);
785785

786786
final FakeDeviceLogReader deviceLogReader = FakeDeviceLogReader();

0 commit comments

Comments
 (0)