Skip to content

Commit

Permalink
Update Podfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ComputerOnFire authored Nov 6, 2021
1 parent ec3924f commit f3c978f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ target 'Runner' do
end

post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '10.0'
installer.pods_project.targets.each do |target|
flutter_additional_ios_build_settings(target)
end
end
end
end

1 comment on commit f3c978f

@ComputerOnFire
Copy link
Member Author

@ComputerOnFire ComputerOnFire commented on f3c978f Nov 6, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the magic fix for iOS 10.0

Please sign in to comment.