From 65f0b479b2224e29ba3ff80c38ad9bde3b7b8c81 Mon Sep 17 00:00:00 2001 From: Nick Romano Date: Wed, 30 Oct 2024 16:00:00 -0700 Subject: [PATCH] Bump macOS deployment target for Cocoapods --- ios/FluentIcons.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/FluentIcons.podspec b/ios/FluentIcons.podspec index 385c3422d1..f9708cc7e6 100644 --- a/ios/FluentIcons.podspec +++ b/ios/FluentIcons.podspec @@ -21,7 +21,7 @@ FluentIcons s.source = { :git => 'https://github.com/microsoft/fluentui-system-icons.git', :tag => s.version.to_s } s.ios.deployment_target = '12.0' - s.osx.deployment_target = '10.12' + s.osx.deployment_target = '10.13' # This podspec is symlinked to the root directory of this repo # so all paths will need the prefix `ios/FluentIcons`