瀏覽代碼

added Target Dependencies in Readme instead of Link Binary

Matt Duff 11 年之前
父節點
當前提交
2c971817db
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -39,7 +39,7 @@ _Due to the current lack of [proper infrastructure](http://cocoapods.org) for Sw
 3. In Xcode, navigate to the target configuration window by clicking on the blue project icon, and selecting the application target under the "Targets" heading in the sidebar.
 3. In Xcode, navigate to the target configuration window by clicking on the blue project icon, and selecting the application target under the "Targets" heading in the sidebar.
 4. Ensure that the deployment target of Alamofire.framework matches that of the application target.
 4. Ensure that the deployment target of Alamofire.framework matches that of the application target.
 5. In the tab bar at the top of that window, open the "Build Phases" panel.
 5. In the tab bar at the top of that window, open the "Build Phases" panel.
-6. Expand the "Link Binary with Libraries" group, and add `Alamofire.framework`.
+6. Expand the "Target Dependencies" group, and add `Alamofire.framework`.
 7. Click on the `+` button at the top left of the panel and select "New Copy Files Phase". Rename this new phase to "Copy Frameworks", set the "Destination" to "Frameworks", and add `Alamofire.framework`.
 7. Click on the `+` button at the top left of the panel and select "New Copy Files Phase". Rename this new phase to "Copy Frameworks", set the "Destination" to "Frameworks", and add `Alamofire.framework`.
 
 
 ---
 ---