From 1baa2bae9d63093d64239992dc702b10d149b7c5 Mon Sep 17 00:00:00 2001 From: Tomáš Znamenáček Date: Fri, 16 Jan 2015 09:42:37 +0100 Subject: 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.) --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index f4978ff..c79dbee 100644 --- a/README.md +++ b/README.md @@ -106,10 +106,6 @@ _observableKeyPath = [@"values." stringByAppendingString:kPreferenceGlobalShortc #import ``` -# 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. -- cgit v1.2.3