2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-13 18:55:34 +00:00

working towards building for iOS

This commit is contained in:
Oliver Walters
2021-08-18 20:45:11 +10:00
parent 9f811f1dbf
commit 52dc6f688f
7 changed files with 72 additions and 26 deletions

View File

@ -38,5 +38,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'] = '9.0'
end
end
end
end