From 05844f1ae5c6beccd0e137d6fbbd4ba5eac53648 Mon Sep 17 00:00:00 2001 From: Stephen Cobbe Date: Tue, 27 Feb 2018 11:37:24 -0800 Subject: [PATCH] 3.5.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 +- spec | 2 +- stone | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ObjectiveDropboxOfficial.podspec b/ObjectiveDropboxOfficial.podspec index 94d44d54d..6233970ab 100644 --- a/ObjectiveDropboxOfficial.podspec +++ b/ObjectiveDropboxOfficial.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ObjectiveDropboxOfficial' - s.version = '3.4.0' + s.version = '3.5.0' s.summary = 'Dropbox Objective C SDK for APIv2' s.homepage = 'https://dropbox.com/developers/' s.license = 'MIT' diff --git a/README.md b/README.md index 8b7695d1c..9cac54df5 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,7 @@ brew install carthage ``` # ObjectiveDropboxOfficial -github "https://github.com/dropbox/dropbox-sdk-obj-c" ~> 3.4.0 +github "https://github.com/dropbox/dropbox-sdk-obj-c" ~> 3.5.0 ``` Then, run the following command to checkout and build the Dropbox Objective-C SDK repository: diff --git a/Source/ObjectiveDropboxOfficial/Platform/ObjectiveDropboxOfficial_iOS/Info.plist b/Source/ObjectiveDropboxOfficial/Platform/ObjectiveDropboxOfficial_iOS/Info.plist index b7dc84051..229b1147e 100644 --- a/Source/ObjectiveDropboxOfficial/Platform/ObjectiveDropboxOfficial_iOS/Info.plist +++ b/Source/ObjectiveDropboxOfficial/Platform/ObjectiveDropboxOfficial_iOS/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.4.0 + 3.5.0 CFBundleSignature ???? CFBundleVersion diff --git a/Source/ObjectiveDropboxOfficial/Platform/ObjectiveDropboxOfficial_macOS/Info.plist b/Source/ObjectiveDropboxOfficial/Platform/ObjectiveDropboxOfficial_macOS/Info.plist index d9b3fc153..d145bdf90 100644 --- a/Source/ObjectiveDropboxOfficial/Platform/ObjectiveDropboxOfficial_macOS/Info.plist +++ b/Source/ObjectiveDropboxOfficial/Platform/ObjectiveDropboxOfficial_macOS/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.4.0 + 3.5.0 CFBundleSignature ???? CFBundleVersion diff --git a/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Resources/DBSDKConstants.m b/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Resources/DBSDKConstants.m index 780b7d899..1176be167 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 kV2SDKVersion = @"3.4.0"; +NSString *const kV2SDKVersion = @"3.5.0"; NSString *const kV2SDKDefaultUserAgentPrefix = @"OfficialDropboxObjCSDKv2"; NSString *const kForegroundSessionId = @"com.dropbox.dropbox_sdk_obj_c_foreground"; NSString *const kBackgroundSessionId = @"com.dropbox.dropbox_sdk_obj_c_background"; diff --git a/spec b/spec index 5389e5b7e..318810d03 160000 --- a/spec +++ b/spec @@ -1 +1 @@ -Subproject commit 5389e5b7e28c871f5a2dade2546dea0704087ea4 +Subproject commit 318810d037acbbc1d6f20574adb308520870a38b diff --git a/stone b/stone index 0f3bca654..2c70654b9 160000 --- a/stone +++ b/stone @@ -1 +1 @@ -Subproject commit 0f3bca65484e0c199f0e2bb0470128088a21d829 +Subproject commit 2c70654b902a7d8679ffc4eb8a3fff8792571971