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
d11859fe
Unverified
Commit
d11859fe
authored
Nov 12, 2020
by
Jenn Magder
Committed by
GitHub
Nov 12, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add -miphoneos-version-min=8.0 to App framework stub (#70405)
parent
1c7e34bb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
ios.dart
packages/flutter_tools/lib/src/build_system/targets/ios.dart
+2
-0
ios_test.dart
...ols/test/general.shard/build_system/targets/ios_test.dart
+1
-0
No files found.
packages/flutter_tools/lib/src/build_system/targets/ios.dart
View file @
d11859fe
...
...
@@ -406,6 +406,8 @@ Future<RunResult> createStubAppFramework(File outputFile, String sdkRoot,
stubSource
.
path
,
'-dynamiclib'
,
'-fembed-bitcode-marker'
,
// Keep version in sync with AOTSnapshotter flag
'-miphoneos-version-min=8.0'
,
'-Xlinker'
,
'-rpath'
,
'-Xlinker'
,
'@executable_path/Frameworks'
,
'-Xlinker'
,
'-rpath'
,
'-Xlinker'
,
'@loader_path/Frameworks'
,
'-install_name'
,
'@rpath/App.framework/App'
,
...
...
packages/flutter_tools/test/general.shard/build_system/targets/ios_test.dart
View file @
d11859fe
...
...
@@ -24,6 +24,7 @@ final Platform macPlatform = FakePlatform(operatingSystem: 'macos', environment:
const
List
<
String
>
_kSharedConfig
=
<
String
>[
'-dynamiclib'
,
'-fembed-bitcode-marker'
,
'-miphoneos-version-min=8.0'
,
'-Xlinker'
,
'-rpath'
,
'-Xlinker'
,
...
...
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