Skip to content

Commit

Permalink
Merge pull request Alamofire#168 from mattcantstop/master
Browse files Browse the repository at this point in the history
added Target Dependencies in Readme instead of Link Binary
  • Loading branch information
mattt committed Oct 13, 2014
2 parents c851117 + 2c97181 commit 5934114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

---
Expand Down

0 comments on commit 5934114

Please sign in to comment.