index
:
MASShortcut
32-bit
Low-Battery-Yup
maintenance-1.x
master
Modern framework for managing global keyboard shortcuts compatible with Mac App Store. More details:
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
MASShortcut.xcodeproj
/
project.pbxproj
Age
Commit message (
Expand
)
Author
2016-10-28
Trying to fix conditional key mask definition on 10.12
Tomáš Znamenáček
2016-10-28
Use modern key mask constants instead of the ones deprecated in 10.12
Tomáš Znamenáček
2016-10-28
Update build warnings as suggested by Xcode 8
Tomáš Znamenáček
2016-08-08
Upgrade Projects to Xcode 7
Vadim Shpakovski
2016-04-14
Add ko, nl, pl, ru, es translations
radex
2016-02-10
Added basic German localization to the demo project.
Tomáš Znamenáček
2016-01-22
Simplified and traditional Chinese localizations.
MichaelRow
2015-10-14
Japanese localization
shinya takahashi
2015-09-10
Added basic localization for German, Spanish, French, Italian, and Japanese.
Tomáš Znamenáček
2015-08-18
Added Czech localization.
Tomáš Znamenáček
2015-03-09
Namespaced the testing build scheme name (Tests → MASShortcutTests).
Tomáš Znamenáček
2015-03-08
module map
Tom Brow
2015-03-08
DEFINES_MODULE = YES
Tom Brow
2015-01-14
Added test for hotkeys and shortcut monitor.
Tomáš Znamenáček
2015-01-12
Added support for older OS X releases back to 10.6 included.
Tomáš Znamenáček
2015-01-09
Remove Xcode warnings and fix the hard-coded shortcut.
Vadim Shpakovski
2015-01-09
Removed an obsolete reference to the XCTest framework.
Tomáš Znamenáček
2015-01-07
Treat build warnings as errors.
Tomáš Znamenáček
2015-01-07
Updated header settings.
Tomáš Znamenáček
2015-01-07
Added a simplified binding API for MASShortcutView.
Tomáš Znamenáček
2015-01-07
Added a custom transformer to store shortcuts as dictionaries.
Tomáš Znamenáček
2015-01-07
Refactored the shortcut dispatcher and bindings to user defaults.
Tomáš Znamenáček
2015-01-07
Organized classes into Xcode folders.
Tomáš Znamenáček
2015-01-07
Introduced a standalone MASShortcutValidator class to validate shortcuts.
Tomáš Znamenáček
2015-01-07
Converted keycode macros to plain functions.
Tomáš Znamenáček
2015-01-07
Introduced a separate header file for keycode definitions.
Tomáš Znamenáček
2015-01-07
Added a unit testing target.
Tomáš Znamenáček
2015-01-07
Deleted an unneccessary prefix header for the framework target.
Tomáš Znamenáček
2015-01-07
Created an umbrella header.
Tomáš Znamenáček
2015-01-07
Repackaged the code as a framework and included the demo.
Tomáš Znamenáček