From 7ff66f8ed1da1db9c4921da8dad6718084c99aec Mon Sep 17 00:00:00 2001 From: Julian Locke Date: Tue, 30 Aug 2022 17:33:30 -0400 Subject: [PATCH] 7.0.0 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 9715c3e9c..3501e350f 100644 --- a/ObjectiveDropboxOfficial.podspec +++ b/ObjectiveDropboxOfficial.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ObjectiveDropboxOfficial' - s.version = '6.3.2' + s.version = '7.0.0' 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 bb8bb0700..31db01f47 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,7 @@ brew install carthage ``` # ObjectiveDropboxOfficial -github "https://github.com/dropbox/dropbox-sdk-obj-c" ~> 6.3.2 +github "https://github.com/dropbox/dropbox-sdk-obj-c" ~> 7.0.0 ``` 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 aa6ba5de0..b9a8d82bd 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.2 + 7.0.0 CFBundleSignature ???? CFBundleVersion diff --git a/Source/ObjectiveDropboxOfficial/Platform/ObjectiveDropboxOfficial_macOS/Info.plist b/Source/ObjectiveDropboxOfficial/Platform/ObjectiveDropboxOfficial_macOS/Info.plist index 1fdc5f731..813aac2dc 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.2 + 7.0.0 CFBundleSignature ???? CFBundleVersion diff --git a/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Resources/DBSDKConstants.m b/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Resources/DBSDKConstants.m index 3b9212db2..6d08d776a 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.2"; +NSString *const kDBSDKVersion = @"7.0.0"; NSString *const kDBSDKDefaultUserAgentPrefix = @"OfficialDropboxObjCSDKv2"; NSString *const kDBSDKForegroundSessionId = @"com.dropbox.dropbox_sdk_obj_c_foreground"; NSString *const kDBSDKBackgroundSessionId = @"com.dropbox.dropbox_sdk_obj_c_background";