Skip to content

Commit

Permalink
A few small doc updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Cobbe committed Sep 12, 2016
1 parent 81c918f commit c072724
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ Then navigate to **Build Phases** > **+** > **New Copy Files Phase**. In the new

Finally, you can also integrate the Dropbox Objective-C SDK into your project manually without using a dependency manager.

Drag the `ObjectiveDropboxOfficial.xcodeproj` project into your project as a subproject.
Drag the `dropbox-sdk-obj-c/Source/ObjectiveDropboxOfficial.xcodeproj` project into your project as a subproject.

In the Project Navigator in Xcode, select your project, and then navigate to your project's build target > **General** > **Embedded Binaries** > **+** and then add `ObjectiveDropboxOfficial.framework`.
Then, in the Project Navigator in Xcode, select your project, and then navigate to your project's build target > **General** > **Embedded Binaries** > **+** and then add `ObjectiveDropboxOfficial.framework`.

## Configure your project

Expand Down
4 changes: 2 additions & 2 deletions Source/ObjectiveDropboxOfficial.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3661,11 +3661,11 @@
F26B756B1D7F6AF700714F70 = {
isa = PBXGroup;
children = (
F26B75771D7F6AF700714F70 /* ObjectiveDropboxOfficial */,
F27DE9E31D7FF909003B1CEE /* ObjectiveDropboxOfficial_macOS */,
F27DE9B31D7FF0A5003B1CEE /* Frameworks */,
F20909581D7F6CBF00ABD910 /* PlatformNeutral */,
F2090CC31D7F6CC000ABD910 /* PlatformDependent */,
F26B75771D7F6AF700714F70 /* ObjectiveDropboxOfficial */,
F26B75761D7F6AF700714F70 /* Products */,
);
sourceTree = "<group>";
Expand Down Expand Up @@ -3703,8 +3703,8 @@
F27DE9E31D7FF909003B1CEE /* ObjectiveDropboxOfficial_macOS */ = {
isa = PBXGroup;
children = (
F2B9D2F11D8149810087EAAF /* Info.plist */,
F2B9D2F21D8149810087EAAF /* ObjectiveDropboxOfficial_macOS.h */,
F2B9D2F11D8149810087EAAF /* Info.plist */,
);
path = ObjectiveDropboxOfficial_macOS;
sourceTree = "<group>";
Expand Down
2 changes: 1 addition & 1 deletion stone
Submodule stone updated from 679bd1 to ef0a32

0 comments on commit c072724

Please sign in to comment.