Browse Source

added Target Dependencies in Readme instead of Link Binary

Matt Duff 11 năm trước cách đây
mục cha
commit
2c971817db
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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.
 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.
-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`.
 
 ---