Skip to content

Commit

Permalink
update to min ios version 12
Browse files Browse the repository at this point in the history
  • Loading branch information
buenaflor committed Jan 15, 2024
1 parent 9b28718 commit 2859c29
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion flutter/example/ios/Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Uncomment this line to define a global platform for your project
platform :ios, '11.0'
platform :ios, '12.0'

# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
Expand Down
2 changes: 1 addition & 1 deletion flutter/ios/sentry_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Sentry SDK for Flutter with support to native through sentry-cocoa.
s.dependency 'Sentry/HybridSDK', '8.10.0'
s.ios.dependency 'Flutter'
s.osx.dependency 'FlutterMacOS'
s.ios.deployment_target = '11.0'
s.ios.deployment_target = '12.0'
# Flutter 3.7 requires 10.14
s.osx.deployment_target = '10.13'

Expand Down
2 changes: 1 addition & 1 deletion min_version_test/ios/Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Uncomment this line to define a global platform for your project
# platform :ios, '11.0'
platform :ios, '12.0'

# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
Expand Down

0 comments on commit 2859c29

Please sign in to comment.