From 62c2e51743cce65161b13b66d6ac341a2bc136ff Mon Sep 17 00:00:00 2001 From: sher999 Date: Sat, 14 Dec 2024 14:39:46 +0530 Subject: [PATCH] bump up minimum macOS deployment target to 10.15 from 10.14 --- macos/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macos/Podfile b/macos/Podfile index 049abe2954..9ec46f8cd5 100644 --- a/macos/Podfile +++ b/macos/Podfile @@ -1,4 +1,4 @@ -platform :osx, '10.14' +platform :osx, '10.15' # CocoaPods analytics sends network stats synchronously affecting flutter build latency. ENV['COCOAPODS_DISABLE_STATS'] = 'true'