Skip to content

Commit

Permalink
3.9.4 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jiuyangzhao committed Dec 20, 2018
1 parent 4a0284a commit c2e653b
Show file tree
Hide file tree
Showing 6 changed files with 8,763 additions and 8,763 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 = '3.9.3'
s.version = '3.9.4'
s.summary = 'Dropbox Objective C SDK for APIv2'
s.homepage = 'https://www.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 @@ -167,7 +167,7 @@ brew install carthage

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

Then, run the following command to checkout and build the Dropbox Objective-C SDK repository:
Expand Down
17,516 changes: 8,758 additions & 8,758 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>3.9.3</string>
<string>3.9.4</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>3.9.3</string>
<string>3.9.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#import "DBSDKConstants.h"

NSString *const kV2SDKVersion = @"3.9.3";
NSString *const kV2SDKVersion = @"3.9.4";
NSString *const kV2SDKDefaultUserAgentPrefix = @"OfficialDropboxObjCSDKv2";
NSString *const kForegroundSessionId = @"com.dropbox.dropbox_sdk_obj_c_foreground";
NSString *const kBackgroundSessionId = @"com.dropbox.dropbox_sdk_obj_c_background";
Expand Down

0 comments on commit c2e653b

Please sign in to comment.