Fix Transporter app name in log after upload (#107414)
This commit is contained in:
parent
1854ff3a0d
commit
341b62d28e
@ -214,7 +214,7 @@ class BuildIOSArchiveCommand extends _BuildIOSSubCommand {
|
||||
if (isAppStoreUpload) {
|
||||
globals.printStatus('To upload to the App Store either:');
|
||||
globals.printStatus(
|
||||
'1. Drag and drop the "$relativeOutputPath/*.ipa" bundle into the Apple Transport macOS app https://apps.apple.com/us/app/transporter/id1450874784',
|
||||
'1. Drag and drop the "$relativeOutputPath/*.ipa" bundle into the Apple Transporter macOS app https://apps.apple.com/us/app/transporter/id1450874784',
|
||||
indent: 4,
|
||||
);
|
||||
globals.printStatus(
|
||||
|
@ -351,6 +351,7 @@ void main() {
|
||||
expect(testLogger.statusText, contains('Building App Store IPA'));
|
||||
expect(testLogger.statusText, contains('Built IPA to /build/ios/ipa'));
|
||||
expect(testLogger.statusText, contains('To upload to the App Store'));
|
||||
expect(testLogger.statusText, contains('Apple Transporter macOS app'));
|
||||
expect(fakeProcessManager, hasNoRemainingExpectations);
|
||||
}, overrides: <Type, Generator>{
|
||||
FileSystem: () => fileSystem,
|
||||
|
Loading…
x
Reference in New Issue
Block a user