set min version of macos to 13.0

This commit is contained in:
Henry Hiles 2026-08-12 10:46:32 -04:00
commit 01b13b4764
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
platform :osx, '10.15'
platform :osx, '13.0'
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'