From af94840d905219ff46fb04661f64e5208d0a6291 Mon Sep 17 00:00:00 2001 From: vrclvrncknm Date: Thu, 9 May 2013 00:06:59 +0300 Subject: [PATCH] Update README.markdown Changes 'Additional' to 'Other' to match the correct Xcode build setting. --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 861efb4..8336e60 100644 --- a/README.markdown +++ b/README.markdown @@ -16,7 +16,7 @@ In addition to linking to libechonest.a, your app will need to link to the follo * SystemConfiguration.framework * libz.dylib -__NOTE__: You *must* add `-Objc` and `-all_load` to your project's "Additional Linker Flags" settings. (See [Building Objective-C static libraries with categories](http://developer.apple.com/library/mac/#qa/qa1490/_index.html) for why.) +__NOTE__: You *must* add `-Objc` and `-all_load` to your project's "Other Linker Flags" settings. (See [Building Objective-C static libraries with categories](http://developer.apple.com/library/mac/#qa/qa1490/_index.html) for why.) ## Usage