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
b372c52b
Unverified
Commit
b372c52b
authored
Dec 05, 2020
by
Jenn Magder
Committed by
GitHub
Dec 05, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused local from xcode_backend (#71752)
parent
2bf8081e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
xcode_backend.sh
packages/flutter_tools/bin/xcode_backend.sh
+0
-5
No files found.
packages/flutter_tools/bin/xcode_backend.sh
View file @
b372c52b
...
...
@@ -275,11 +275,6 @@ ThinAppFrameworks() {
# Adds the App.framework as an embedded binary and the flutter_assets as
# resources.
EmbedFlutterFrameworks
()
{
local
project_path
=
"
${
SOURCE_ROOT
}
/.."
if
[[
-n
"
$FLUTTER_APPLICATION_PATH
"
]]
;
then
project_path
=
"
${
FLUTTER_APPLICATION_PATH
}
"
fi
# Embed App.framework from Flutter into the app (after creating the Frameworks directory
# if it doesn't already exist).
local
xcode_frameworks_dir
=
"
${
TARGET_BUILD_DIR
}
/
${
FRAMEWORKS_FOLDER_PATH
}
"
...
...
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