aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
AgeCommit message (Collapse)Author
2016-07-14Added Makefile to build from the command lineSanjay Madan
2015-09-10Updated localization and accessibility status in README.Tomáš Znamenáček
2015-08-18Mentioned Carthage in the installation options.Tomáš Znamenáček
2015-08-18Use an absolute URL for the demo screenshot.Tomáš Znamenáček
An absolute URL works better on the CocoaPods website.
2015-03-08add Carthage compatibility flag to READMETom Brow
2015-03-04Updated README and CHANGES.Tomáš Znamenáček
2015-01-19Mentioned installation via Git submodules.Tomáš Znamenáček
2015-01-19Linked to the API documentation.Tomáš Znamenáček
2015-01-19Added a list of features and a screenshot of the demo project.Tomáš Znamenáček
2015-01-16Removed section about ARC support from README.Tomáš Znamenáček
There are now two officially supported ways to use MASShortcut: through including the Xcode project in your app’s workspace and linking against MASShortcut.framework, and through CocoaPods. Both options work well in both ARC and MRC projects with no additional settings needed. (I use MASShortcut in a MRC project myself.)
2015-01-13Fix README.Vadim Shpakovski
2015-01-13Added explicit instructions for use in SwiftAral Balkan
The explicit Cocoa import had tripped me up. Would be good to save someone the same hassle.
2015-01-13Added the Travis build status badge to the README.Tomáš Znamenáček
2015-01-09Markup fixes in README.Tomáš Znamenáček
2015-01-09Added a note about Shortcut Recorder compatibility (#54).Tomáš Znamenáček
2015-01-09Added CocoaPods installation instructions (#54).Tomáš Znamenáček
2015-01-07Whitespace fixes.Tomáš Znamenáček
2015-01-07Updated documentation.Tomáš Znamenáček
2015-01-07Updated documentation to point to the Demo target.Tomáš Znamenáček
2014-01-06update READMEJonathan Rahn
2014-01-06Silence compiler warning "No previous prototype for function..." and added ↵Jonathan Rahn
an explicit typecast, update README with a hint to the view's height
2013-06-16Improving README.1.2.1Vadim Shpakovski
2013-04-16Adding syntax highlighting to the usage section.1.2Vadim Shpakovski
2013-04-16Switching to NSUserDefaultsController.Vadim Shpakovski
NSUserDefaults does not support KVO officially.
2013-04-15Update README.mdCory Bohon
2013-04-15Update README.mdCory Bohon
2013-04-15Update README.mdCory Bohon
Updated the documentation to cover NSUserDefaults observing.
2013-02-07State clearly that the license is the 2-clause BSDTomoki Aonuma
LICENSE is taken from http://en.wikipedia.org/wiki/BSD_licenses
2012-12-13Update README.mdVadim Shpakovski
Adds one more non-ARC repository reference.
2012-11-13Updates READMEVadim Shpakovski
Now there is a link to the non-ARC compatible fork.
2012-07-08Improves README.Vadim Shpakovski
2012-07-07Improves README.Vadim Shpakovski
2012-07-06Improves README.Vadim Shpakovski
2012-07-06Improves README.Vadim Shpakovski
2012-07-06Initial commit with my sources from CodeBox.Vadim Shpakovski