Added note that CFNetwork is only required on iOS. fixes #615

This commit is contained in:
Blake Watters
2012-03-30 09:05:16 -04:00
parent b726be36f4
commit 0e498ad326

View File

@@ -79,7 +79,7 @@ button and confirm that your "Build Location" is the "Derived Data Location".
1. Open target settings editor for the target you want to link RestKit into
1. Add direct dependency on the **RestKit** aggregate target
1. Link against required frameworks:
1. **CFNetwork.framework**
1. **CFNetwork.framework** on iOS
1. **CoreData.framework**
1. **Security.framework**
1. **MobileCoreServices.framework** on iOS or **CoreServices.framework** on OS X