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
Navaron Bracke
2024-10-11 09:12:47 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4185d04ad25782c3e7881e344804ed7a4d74ec99
4185d04a
1 parent
e91262cb
fix indent
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
example/ios/Podfile
example/ios/Podfile
View file @
4185d04
...
...
@@ -40,8 +40,8 @@ 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
[
'IPHONEOS_DEPLOYMENT_TARGET'
]
=
'15.5.0'
end
target
.
build_configurations
.
each
do
|
config
|
config
.
build_settings
[
'IPHONEOS_DEPLOYMENT_TARGET'
]
=
'15.5.0'
end
end
end
...
...
Please
register
or
login
to post a comment