Unverified Commit 69acc0f5 authored by stuartmorgan's avatar stuartmorgan Committed by GitHub

Update the macOS Podfile template platform version (#38651)

Change the target macOS version from 10.13 to 10.11, per decision on
target platform.

Part of #33200
parent 7cb83c15
# Using a CDN with CocoaPods 1.7.2 or later can save a lot of time on pod installation, but it's experimental rather than the default.
# source 'https://cdn.cocoapods.org/'
platform :osx, '10.13'
platform :osx, '10.11'
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment