Skip to content
This repository has been archived by the owner on Nov 2, 2019. It is now read-only.

Add missing git submodule command to README #13

Merged
merged 1 commit into from
Jul 15, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ Swift-taylored experience to integrate your app with Facebook. Including:
Note that you will have to manage updating this solution (as well as the dependencies on the Facebook SDK for iOS) on your own.

- Clone the repository.
- Run the following command in the root directory of the repository: `git submodule update --init --recursive`
- Add `FacebookSwift.xcodeproj` as a sub-project to your applications' project.
- Add the `FacebookCore.framework`, `FacebookLogin.framework`, and `FacebookShare.framework` build products from the sub-project to your applications `Link Frameworks and Libraries` and `Embedded Binaries` sections.

Expand Down