dropbox / dropbox/dropbox-sdk-obj-c

Please redistribute the sdk as a simple framework

Open
#147 2 comments 2 reactions 0 assignees View on GitHub
enhancement
Dominant language
Objective-C
Stars
186
Forks
118
Avg merge
3m
Merged PRs (30d)
9

Description

v1 sdk was distributed as a framework.

Installation was (https://www.dropbox.com/developers-v1/core/sdks/ios)

Open your project in Xcode.
1. Navigate to where you uncompressed the SDK and drag the DropboxSDK.framework folder into your project in Xcode.
2. Make sure Copy items ... is selected.
3. Press Finish button.
4. Ensure that you have Security.framework and QuartzCore.framework added to your project. To do this, select your project file in the file explorer, select your target, and select the Build Phases sub-tab. Under Link Binary with Libraries, press the + button, select Security.framework, and press Add. Repeat for QuartzCore.framework.

Now it has 3 methods but I found each of them harder then the previous. Maybe cocoapods is simpler but why depend on it? Also I find it kind of scary that it modifies project file, I would like to control changes to the project.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.