Skip to content

Commit

Permalink
Merge pull request #1372 from krille-chan/krille/fix-build-ios
Browse files Browse the repository at this point in the history
build: Increase iOS minimum deployment target to 13.0
  • Loading branch information
krille-chan authored Sep 29, 2024
2 parents c636bc5 + 6f9d58d commit ee31a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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, '12.1'
platform :ios, '13.0'

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

0 comments on commit ee31a4d

Please sign in to comment.