diff --git a/Examples/DBRoulette/iOS/CarthageProject/DBRoulette/Cartfile.resolved b/Examples/DBRoulette/iOS/CarthageProject/DBRoulette/Cartfile.resolved index c23cbc344..4b482668c 100644 --- a/Examples/DBRoulette/iOS/CarthageProject/DBRoulette/Cartfile.resolved +++ b/Examples/DBRoulette/iOS/CarthageProject/DBRoulette/Cartfile.resolved @@ -1 +1 @@ -github "dropbox/dropbox-sdk-obj-c" "7.0.0" +github "dropbox/dropbox-sdk-obj-c" "7.1.0" diff --git a/Examples/DBRoulette/iOS/CocoaPodsProject/DBRoulette/Podfile.lock b/Examples/DBRoulette/iOS/CocoaPodsProject/DBRoulette/Podfile.lock index acb65ff1f..42e1a8155 100644 --- a/Examples/DBRoulette/iOS/CocoaPodsProject/DBRoulette/Podfile.lock +++ b/Examples/DBRoulette/iOS/CocoaPodsProject/DBRoulette/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - ObjectiveDropboxOfficial (6.0.0) + - ObjectiveDropboxOfficial (6.3.2) DEPENDENCIES: - ObjectiveDropboxOfficial @@ -9,8 +9,8 @@ SPEC REPOS: - ObjectiveDropboxOfficial SPEC CHECKSUMS: - ObjectiveDropboxOfficial: bca5b00db1989dd1999c04a70ac4f5e782cc1e54 + ObjectiveDropboxOfficial: 1b9ca679750487f770fda3f38c106d6e17fe2d73 PODFILE CHECKSUM: 4d2f0f91f48989221c9f8ec5525875a7a6320274 -COCOAPODS: 1.10.1 +COCOAPODS: 1.11.3 diff --git a/ObjectiveDropboxOfficial.podspec b/ObjectiveDropboxOfficial.podspec index 997a237d8..cfcf33804 100644 --- a/ObjectiveDropboxOfficial.podspec +++ b/ObjectiveDropboxOfficial.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ObjectiveDropboxOfficial' - s.version = '7.1.0' + s.version = '7.1.1' s.summary = 'Dropbox Objective C SDK for APIv2' s.homepage = 'https://www.dropbox.com/developers' s.license = 'MIT' @@ -13,7 +13,7 @@ Pod::Spec.new do |s| s.requires_arc = true - s.osx.deployment_target = '10.10' + s.osx.deployment_target = '10.13' s.ios.deployment_target = '11.0' s.public_header_files = 'Source/ObjectiveDropboxOfficial/Shared/**/*.h', 'Source/ObjectiveDropboxOfficial/Headers/Umbrella/*.h' diff --git a/README.md b/README.md index afcf2ac1f..5beb1e3b3 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,7 @@ brew install carthage ``` # ObjectiveDropboxOfficial -github "https://github.com/dropbox/dropbox-sdk-obj-c" ~> 7.1.0 +github "https://github.com/dropbox/dropbox-sdk-obj-c" ~> 7.1.1 ``` 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 ab160d0d9..dc36f5cbe 100644 --- a/Source/ObjectiveDropboxOfficial/Platform/ObjectiveDropboxOfficial_iOS/Info.plist +++ b/Source/ObjectiveDropboxOfficial/Platform/ObjectiveDropboxOfficial_iOS/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 7.1.0 + 7.1.1 CFBundleSignature ???? CFBundleVersion diff --git a/Source/ObjectiveDropboxOfficial/Platform/ObjectiveDropboxOfficial_macOS/Info.plist b/Source/ObjectiveDropboxOfficial/Platform/ObjectiveDropboxOfficial_macOS/Info.plist index be24f3984..d14b5ed20 100644 --- a/Source/ObjectiveDropboxOfficial/Platform/ObjectiveDropboxOfficial_macOS/Info.plist +++ b/Source/ObjectiveDropboxOfficial/Platform/ObjectiveDropboxOfficial_macOS/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 7.1.0 + 7.1.1 CFBundleSignature ???? CFBundleVersion diff --git a/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Resources/DBSDKConstants.m b/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Resources/DBSDKConstants.m index aab4f110a..07321b428 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 = @"7.1.0"; +NSString *const kDBSDKVersion = @"7.1.1"; NSString *const kDBSDKDefaultUserAgentPrefix = @"OfficialDropboxObjCSDKv2"; NSString *const kDBSDKForegroundSessionId = @"com.dropbox.dropbox_sdk_obj_c_foreground"; NSString *const kDBSDKBackgroundSessionId = @"com.dropbox.dropbox_sdk_obj_c_background";