Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
mobile_scanner
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Julian Steenbakker
2022-10-31 20:26:33 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
74b2f141ba52583da074f9a38d278e41a155dc35
74b2f141
1 parent
834bbd6b
imp: update podfile for ios 11
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
example/ios/Podfile
example/ios/Podfile
View file @
74b2f14
...
...
@@ -37,5 +37,9 @@ end
post_install
do
|
installer
|
installer
.
pods_project
.
targets
.
each
do
|
target
|
flutter_additional_ios_build_settings
(
target
)
target
.
build_configurations
.
each
do
|
config
|
config
.
build_settings
[
'ENABLE_BITCODE'
]
=
'NO'
config
.
build_settings
[
'IPHONEOS_DEPLOYMENT_TARGET'
]
=
'11.0'
end
end
end
...
...
Please
register
or
login
to post a comment