File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Source/ObjectiveDropboxOfficial
ObjectiveDropboxOfficial_iOS
ObjectiveDropboxOfficial_macOS
Shared/Handwritten/Resources Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'ObjectiveDropboxOfficial'
3- s . version = '6.3.1 '
3+ s . version = '6.3.2 '
44 s . summary = 'Dropbox Objective C SDK for APIv2'
55 s . homepage = 'https://www.dropbox.com/developers'
66 s . license = 'MIT'
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ brew install carthage
170170
171171```
172172# ObjectiveDropboxOfficial
173- github "https://github.com/dropbox/dropbox-sdk-obj-c" ~> 6.3.1
173+ github "https://github.com/dropbox/dropbox-sdk-obj-c" ~> 6.3.2
174174```
175175
176176To integrate the Dropbox Objective-C SDK into your project, take the following steps:
Original file line number Diff line number Diff line change 1717 <key >CFBundlePackageType </key >
1818 <string >FMWK </string >
1919 <key >CFBundleShortVersionString </key >
20- <string >6.3.1 </string >
20+ <string >6.3.2 </string >
2121 <key >CFBundleSignature </key >
2222 <string >???? </string >
2323 <key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >6.3.1 </string >
18+ <string >6.3.2 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 88
99#import " DBSDKConstants.h"
1010
11- NSString *const kDBSDKVersion = @" 6.3.1 " ;
11+ NSString *const kDBSDKVersion = @" 6.3.2 " ;
1212NSString *const kDBSDKDefaultUserAgentPrefix = @" OfficialDropboxObjCSDKv2" ;
1313NSString *const kDBSDKForegroundSessionId = @" com.dropbox.dropbox_sdk_obj_c_foreground" ;
1414NSString *const kDBSDKBackgroundSessionId = @" com.dropbox.dropbox_sdk_obj_c_background" ;
You can’t perform that action at this time.
0 commit comments