Skip to content

Commit 9485504

Browse files
authored
Bump macOS deployment target for Cocoapods (#773)
1 parent df58194 commit 9485504

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ios/FluentIcons.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ FluentIcons
2121
s.source = { :git => 'https://github.com/microsoft/fluentui-system-icons.git', :tag => s.version.to_s }
2222

2323
s.ios.deployment_target = '12.0'
24-
s.osx.deployment_target = '10.12'
24+
s.osx.deployment_target = '10.13'
2525

2626
# This podspec is symlinked to the root directory of this repo
2727
# so all paths will need the prefix `ios/FluentIcons`

0 commit comments

Comments
 (0)