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
d98fa56a
Unverified
Commit
d98fa56a
authored
Feb 24, 2021
by
Christopher Fujino
Committed by
GitHub
Feb 24, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ios-deploy does not need entitlements (#76731)
parent
acdf4ba8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
codesign.dart
dev/tools/lib/codesign.dart
+1
-1
No files found.
dev/tools/lib/codesign.dart
View file @
d98fa56a
...
...
@@ -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
();
}
...
...
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