diff options
| author | Tomáš Znamenáček | 2015-01-16 09:42:37 +0100 | 
|---|---|---|
| committer | Tomáš Znamenáček | 2015-01-16 09:42:37 +0100 | 
| commit | 1baa2bae9d63093d64239992dc702b10d149b7c5 (patch) | |
| tree | fecee8c7784665e84faaca1e3182464efdc32012 | |
| parent | bdb64f0177a9bac79002ac929d0328b32f10143c (diff) | |
| download | MASShortcut-1baa2bae9d63093d64239992dc702b10d149b7c5.tar.bz2 | |
Removed section about ARC support from README.
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.)
| -rw-r--r-- | README.md | 4 | 
1 files changed, 0 insertions, 4 deletions
| @@ -106,10 +106,6 @@ _observableKeyPath = [@"values." stringByAppendingString:kPreferenceGlobalShortc  #import <MASShortcut/Shortcut.h>  ``` -# Non-ARC Version - -If you like retain/release, please check out these forks: [heardrwt/MASShortcut](https://github.com/heardrwt/MASShortcut) and [chendo/MASShortcut](https://github.com/chendo/MASShortcut). However, the preferred way is to enable the `-fobjc-arc` in Xcode source options. -  # Copyright  MASShortcut is licensed under the 2-clause BSD license. | 
