Skip to content

Instantly share code, notes, and snippets.

@radex
Created September 17, 2014 19:04
Show Gist options
  • Save radex/014046a3befcf0b6204a to your computer and use it in GitHub Desktop.
Save radex/014046a3befcf0b6204a to your computer and use it in GitHub Desktop.
{
"name": "MASShortcut",
"version": "1.2.3",
"summary": "Modern framework for managing global keyboard shortcuts compatible with Mac App Store.",
"description": " Some time ago Cocoa developers used a brilliant framework ShortcutRecorder for managing keyboard shortcuts in application preferences. However, it became incompatible with a new plugin architecture of Xcode 4. \n\n The project MASShortcut introduces modern API and user interface for recording, storing and using global keyboard shortcuts. All code is compatible with Xcode 4.3, Mac OS X 10.7 and the sandboxed environment.\n",
"homepage": "http://blog.shpakovski.com/2012/07/global-keyboard-shortcuts-in-cocoa.html",
"license": "BSD",
"authors": {
"Vadim Shpakovski": "vadim@shpakovski.com"
},
"source": {
"git": "https://github.com/shpakovski/MASShortcut.git",
"commit": "8e196a14a09a7a16d19c6cf9c3985eea7f7b7554"
},
"platforms": {
"osx": "10.7"
},
"source_files": "*.{h,m}",
"frameworks": "Carbon",
"requires_arc": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment