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
2efbc11b
Unverified
Commit
2efbc11b
authored
Sep 05, 2019
by
Ian Hickson
Committed by
GitHub
Sep 05, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Keep Flutter.framework binaries writable so they can be code signed (#39539)" (#39859)
This reverts commit
72cacb40
.
parent
b9d9156f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
.cirrus.yml
.cirrus.yml
+1
-0
xcode_backend.sh
packages/flutter_tools/bin/xcode_backend.sh
+2
-4
No files found.
.cirrus.yml
View file @
2efbc11b
...
...
@@ -532,6 +532,7 @@ task:
-
ulimit -S -n 2048
# https://github.com/flutter/flutter/issues/2976
-
dart --enable-asserts dev/bots/test.dart
-
name
:
add2app-macos
skip
:
true
# https://github.com/flutter/flutter/issues/39507
env
:
SHARD
:
add2app_test
setup_xcpretty_script
:
...
...
packages/flutter_tools/bin/xcode_backend.sh
View file @
2efbc11b
...
...
@@ -142,13 +142,11 @@ BuildApp() {
mkdir
"
${
derived_dir
}
/engine"
RunCommand
cp
-r
--
"
${
flutter_podspec
}
"
"
${
derived_dir
}
/engine"
RunCommand
cp
-r
--
"
${
flutter_framework
}
"
"
${
derived_dir
}
/engine"
# Make non-binary files read-only to discourage editing headers, but allow binary code-signing.
RunCommand find
"
${
derived_dir
}
/engine/Flutter.framework"
-type
f
-exec
grep
-Il
'.'
{}
\;
| xargs
chmod
a-w
RunCommand find
"
${
derived_dir
}
/engine/Flutter.framework"
-type
f
-exec
chmod
a-w
"{}"
\;
else
RunCommand
rm
-rf
--
"
${
derived_dir
}
/Flutter.framework"
RunCommand
cp
-r
--
"
${
flutter_framework
}
"
"
${
derived_dir
}
"
# Make non-binary files read-only to discourage editing headers, but allow binary code-signing.
RunCommand find
"
${
derived_dir
}
/Flutter.framework"
-type
f
-exec
grep
-Il
'.'
{}
\;
| xargs
chmod
a-w
RunCommand find
"
${
derived_dir
}
/Flutter.framework"
-type
f
-exec
chmod
a-w
"{}"
\;
fi
RunCommand
pushd
"
${
project_path
}
"
>
/dev/null
...
...
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