mirror of
https://github.com/inventree/inventree-app.git
synced 2026-09-18 15:24:30 +00:00
Implement multi-note support (#883)
* Implement multi-note support Ref: https://github.com/inventree/InvenTree/pull/11971 * Bump iOS target
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ 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'] = '12.0'
|
||||
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '15.0'
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user