Skip to content

Commit

Permalink
2.0.3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Cobbe committed Dec 8, 2016
1 parent 9bfbb5b commit 9dd6e8c
Show file tree
Hide file tree
Showing 7 changed files with 5,836 additions and 5,830 deletions.
2 changes: 1 addition & 1 deletion ObjectiveDropboxOfficial.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ObjectiveDropboxOfficial'
s.version = '2.0.2'
s.version = '2.0.3'
s.summary = 'Dropbox Objective C SDK for APIv2'
s.homepage = 'https://dropbox.com/developers/'
s.license = 'MIT'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ brew install carthage

```
# ObjectiveDropboxOfficial
github "https://github.com/dropbox/dropbox-sdk-obj-c" ~> 2.0.2
github "https://github.com/dropbox/dropbox-sdk-obj-c" ~> 2.0.3
```

Then, run the following command to checkout and build the Dropbox Objective-C SDK repository:
Expand Down
11,652 changes: 5,828 additions & 5,824 deletions Source/ObjectiveDropboxOfficial/ObjectiveDropboxOfficial.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.0.2</string>
<string>2.0.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.0.2</string>
<string>2.0.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,7 @@
#import "DBTasks.h"
#import "DBTasksStorage.h"
#import "DBTransportClient.h"
#import "DBTransportClientBase.h"
#import "DBTransportClientProtocol.h"
#import "DropboxClient.h"
#import "DropboxTeamClient.h"
4 changes: 2 additions & 2 deletions TestObjectiveDropbox/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- ObjectiveDropboxOfficial (2.0.2)
- ObjectiveDropboxOfficial (2.0.3)

DEPENDENCIES:
- ObjectiveDropboxOfficial (from `../`)
Expand All @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
ObjectiveDropboxOfficial: 95dbb4e5d2aadf3fed2f15f23af302d9d384dfed
ObjectiveDropboxOfficial: '02668c6b322bb9a85cdcb8d8e54cdf2ddc804db4'

PODFILE CHECKSUM: 33a8da1bdf84207f63036d83e1c0340814bb2519

Expand Down

0 comments on commit 9dd6e8c

Please sign in to comment.