Skip to content

Commit

Permalink
Bump macOS deployment target for Cocoapods (#773)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickromano authored Oct 30, 2024
1 parent df58194 commit 9485504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/FluentIcons.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 9485504

Please sign in to comment.