Skip to content

Commit

Permalink
change deployment target to the required iOS 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Almoullim committed Sep 2, 2019
1 parent 5a03c43 commit d89f92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/background_location.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ Flutter background location plugin for Android and iOS
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'

s.ios.deployment_target = '8.0'
s.ios.deployment_target = '10.0'
end

0 comments on commit d89f92f

Please sign in to comment.