Skip to content
GitLab
Menu
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
mirror
flutter
Commits
1d9032c7
Unverified
Commit
1d9032c7
authored
4 years ago
by
Christopher Fujino
Committed by
GitHub
4 years ago
Browse files
Options
Download
Email Patches
Plain Diff
cp codesign test fix (#81518)
parent
2e4e899b
flutter-1.26-candidate.17
2.0.6
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dev/tools/lib/codesign.dart
+1
-1
dev/tools/lib/codesign.dart
with
1 addition
and
1 deletion
+1
-1
dev/tools/lib/codesign.dart
+
1
-
1
View file @
1d9032c7
...
...
@@ -147,7 +147,6 @@ class CodesignCommand extends Command<void> {
'artifacts/engine/ios-release/gen_snapshot_armv7'
,
'artifacts/engine/ios/gen_snapshot_arm64'
,
'artifacts/engine/ios/gen_snapshot_armv7'
,
'artifacts/ios-deploy/ios-deploy'
,
'artifacts/libimobiledevice/idevicescreenshot'
,
'artifacts/libimobiledevice/idevicesyslog'
,
'artifacts/libimobiledevice/libimobiledevice-1.0.6.dylib'
,
...
...
@@ -178,6 +177,7 @@ class CodesignCommand extends Command<void> {
'artifacts/engine/ios-release/Flutter.xcframework/ios-x86_64-simulator/Flutter.framework/Flutter'
,
'artifacts/engine/ios/Flutter.xcframework/ios-armv7_arm64/Flutter.framework/Flutter'
,
'artifacts/engine/ios/Flutter.xcframework/ios-x86_64-simulator/Flutter.framework/Flutter'
,
'artifacts/ios-deploy/ios-deploy'
,
]
.
map
((
String
relativePath
)
=
>
fileSystem
.
path
.
join
(
framework
.
cacheDirectory
,
relativePath
))
.
toList
();
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Projects
Groups
Snippets