cocoabits / MASShortcut

Modern framework for managing global keyboard shortcuts compatible with Mac App Store. More details:
http://blog.shpakovski.com/2012/07/global-keyboard-shortcuts-in-cocoa.html
BSD 2-Clause "Simplified" License
1.52k stars 220 forks source link

Availability warnings blocking CocoaPods release #131

Closed zoul closed 5 years ago

zoul commented 5 years ago

When running bundle exec pod lib lint, I get a bunch of warnings like this:

MASShortcutView.m:81:15: warning: 'invalidateIntrinsicContentSize' is only available on macOS 10.7 or newer [-Wunguarded-availability]
MASShortcutView.m:91:15: warning: 'invalidateIntrinsicContentSize' is only available on macOS 10.7 or newer [-Wunguarded-availability]

I think this is a regression introduced in #125.