From f069469e45fd0bf3c33e7dcf4f7ff363402db517 Mon Sep 17 00:00:00 2001 From: Julian Locke Date: Mon, 2 May 2022 16:19:26 -0400 Subject: [PATCH] 6.3.2 release. --- ObjectiveDropboxOfficial.podspec | 2 +- README.md | 2 +- .../Platform/ObjectiveDropboxOfficial_iOS/Info.plist | 2 +- .../Platform/ObjectiveDropboxOfficial_macOS/Info.plist | 2 +- .../Shared/Handwritten/Resources/DBSDKConstants.m | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ObjectiveDropboxOfficial.podspec b/ObjectiveDropboxOfficial.podspec index ea31c82fb..7166a97f5 100644 --- a/ObjectiveDropboxOfficial.podspec +++ b/ObjectiveDropboxOfficial.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ObjectiveDropboxOfficial' - s.version = '6.3.1' + s.version = '6.3.2' s.summary = 'Dropbox Objective C SDK for APIv2' s.homepage = 'https://www.dropbox.com/developers' s.license = 'MIT' diff --git a/README.md b/README.md index e2e99f337..a401beacc 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ brew install carthage ``` # ObjectiveDropboxOfficial -github "https://github.com/dropbox/dropbox-sdk-obj-c" ~> 6.3.1 +github "https://github.com/dropbox/dropbox-sdk-obj-c" ~> 6.3.2 ``` To integrate the Dropbox Objective-C SDK into your project, take the following steps: diff --git a/Source/ObjectiveDropboxOfficial/Platform/ObjectiveDropboxOfficial_iOS/Info.plist b/Source/ObjectiveDropboxOfficial/Platform/ObjectiveDropboxOfficial_iOS/Info.plist index 3ae927b7d..aa6ba5de0 100644 --- a/Source/ObjectiveDropboxOfficial/Platform/ObjectiveDropboxOfficial_iOS/Info.plist +++ b/Source/ObjectiveDropboxOfficial/Platform/ObjectiveDropboxOfficial_iOS/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 6.3.1 + 6.3.2 CFBundleSignature ???? CFBundleVersion diff --git a/Source/ObjectiveDropboxOfficial/Platform/ObjectiveDropboxOfficial_macOS/Info.plist b/Source/ObjectiveDropboxOfficial/Platform/ObjectiveDropboxOfficial_macOS/Info.plist index 75dcfcd7a..1fdc5f731 100644 --- a/Source/ObjectiveDropboxOfficial/Platform/ObjectiveDropboxOfficial_macOS/Info.plist +++ b/Source/ObjectiveDropboxOfficial/Platform/ObjectiveDropboxOfficial_macOS/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 6.3.1 + 6.3.2 CFBundleSignature ???? CFBundleVersion diff --git a/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Resources/DBSDKConstants.m b/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Resources/DBSDKConstants.m index c392f2fed..3b9212db2 100644 --- a/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Resources/DBSDKConstants.m +++ b/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Resources/DBSDKConstants.m @@ -8,7 +8,7 @@ #import "DBSDKConstants.h" -NSString *const kDBSDKVersion = @"6.3.1"; +NSString *const kDBSDKVersion = @"6.3.2"; NSString *const kDBSDKDefaultUserAgentPrefix = @"OfficialDropboxObjCSDKv2"; NSString *const kDBSDKForegroundSessionId = @"com.dropbox.dropbox_sdk_obj_c_foreground"; NSString *const kDBSDKBackgroundSessionId = @"com.dropbox.dropbox_sdk_obj_c_background";