Skip to content

Commit

Permalink
bump ios deployment target to 12
Browse files Browse the repository at this point in the history
  • Loading branch information
denrase committed Jan 15, 2024
1 parent 0e87c12 commit 774ec13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.18.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

0 comments on commit 774ec13

Please sign in to comment.