Skip to content

Commit 0b355e3

Browse files
author
Qiming Yuan
committed
3.8.1 release.
1 parent ef0c38f commit 0b355e3

File tree

6 files changed

+7950
-7950
lines changed

6 files changed

+7950
-7950
lines changed

ObjectiveDropboxOfficial.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'ObjectiveDropboxOfficial'
3-
s.version = '3.8.0'
3+
s.version = '3.8.1'
44
s.summary = 'Dropbox Objective C SDK for APIv2'
55
s.homepage = 'https://dropbox.com/developers/'
66
s.license = 'MIT'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ brew install carthage
167167

168168
```
169169
# ObjectiveDropboxOfficial
170-
github "https://github.com/dropbox/dropbox-sdk-obj-c" ~> 3.8.0
170+
github "https://github.com/dropbox/dropbox-sdk-obj-c" ~> 3.8.1
171171
```
172172

173173
Then, run the following command to checkout and build the Dropbox Objective-C SDK repository:

Source/ObjectiveDropboxOfficial/ObjectiveDropboxOfficial.xcodeproj/project.pbxproj

Lines changed: 7945 additions & 7945 deletions
Large diffs are not rendered by default.

Source/ObjectiveDropboxOfficial/Platform/ObjectiveDropboxOfficial_iOS/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>FMWK</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>3.8.0</string>
20+
<string>3.8.1</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>

Source/ObjectiveDropboxOfficial/Platform/ObjectiveDropboxOfficial_macOS/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>3.8.0</string>
18+
<string>3.8.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Source/ObjectiveDropboxOfficial/Shared/Handwritten/Resources/DBSDKConstants.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
#import "DBSDKConstants.h"
1010

11-
NSString *const kV2SDKVersion = @"3.8.0";
11+
NSString *const kV2SDKVersion = @"3.8.1";
1212
NSString *const kV2SDKDefaultUserAgentPrefix = @"OfficialDropboxObjCSDKv2";
1313
NSString *const kForegroundSessionId = @"com.dropbox.dropbox_sdk_obj_c_foreground";
1414
NSString *const kBackgroundSessionId = @"com.dropbox.dropbox_sdk_obj_c_background";

0 commit comments

Comments
 (0)