Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
341b62d2
Unverified
Commit
341b62d2
authored
Aug 11, 2022
by
Xavier H
Committed by
GitHub
Aug 11, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Transporter app name in log after upload (#107414)
parent
1854ff3a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
build_ios.dart
packages/flutter_tools/lib/src/commands/build_ios.dart
+1
-1
build_ipa_test.dart
...er_tools/test/commands.shard/hermetic/build_ipa_test.dart
+1
-0
No files found.
packages/flutter_tools/lib/src/commands/build_ios.dart
View file @
341b62d2
...
...
@@ -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 Transport
er
macOS app https://apps.apple.com/us/app/transporter/id1450874784'
,
indent:
4
,
);
globals
.
printStatus
(
...
...
packages/flutter_tools/test/commands.shard/hermetic/build_ipa_test.dart
View file @
341b62d2
...
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment