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
225b52bc
Commit
225b52bc
authored
Feb 08, 2018
by
asiva
Committed by
Siva
Feb 08, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix iOS build which broke after the change to fuse --strong option into
--preview-dart-2.
parent
08858662
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
8 deletions
+0
-8
xcode_backend.sh
packages/flutter_tools/bin/xcode_backend.sh
+0
-7
xcodeproj.dart
packages/flutter_tools/lib/src/ios/xcodeproj.dart
+0
-1
No files found.
packages/flutter_tools/bin/xcode_backend.sh
View file @
225b52bc
...
...
@@ -93,11 +93,6 @@ BuildApp() {
preview_dart_2_flag
=
"--preview-dart-2"
fi
local
strong_flag
=
""
if
[[
-n
"
$STRONG
"
]]
;
then
strong_flag
=
"--strong"
fi
if
[[
"
$CURRENT_ARCH
"
!=
"x86_64"
]]
;
then
local
aot_flags
=
""
if
[[
"
$build_mode
"
==
"debug"
]]
;
then
...
...
@@ -113,7 +108,6 @@ BuildApp() {
${
aot_flags
}
\
${
local_engine_flag
}
\
${
preview_dart_2_flag
}
\
${
strong_flag
}
\
if
[[
$?
-ne
0
]]
;
then
EchoError
"Failed to build
${
project_path
}
."
...
...
@@ -146,7 +140,6 @@ BuildApp() {
${
precompilation_flag
}
\
${
local_engine_flag
}
\
${
preview_dart_2_flag
}
\
${
strong_flag
}
\
if
[[
$?
-ne
0
]]
;
then
EchoError
"Failed to package
${
project_path
}
."
...
...
packages/flutter_tools/lib/src/ios/xcodeproj.dart
View file @
225b52bc
...
...
@@ -56,7 +56,6 @@ void updateXcodeGeneratedProperties({
if
(
previewDart2
)
{
localsBuffer
.
writeln
(
'PREVIEW_DART_2=true'
);
localsBuffer
.
writeln
(
'STRONG=true'
);
}
// Add dependency to CocoaPods' generated project only if plugins are used.
...
...
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