Skip to content

Commit

Permalink
7.1.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
julianlocke committed Mar 14, 2023
1 parent 7e35784 commit c2fcd1f
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "dropbox/dropbox-sdk-obj-c" "7.0.0"
github "dropbox/dropbox-sdk-obj-c" "7.1.0"
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- ObjectiveDropboxOfficial (6.0.0)
- ObjectiveDropboxOfficial (6.3.2)

DEPENDENCIES:
- ObjectiveDropboxOfficial
Expand All @@ -9,8 +9,8 @@ SPEC REPOS:
- ObjectiveDropboxOfficial

SPEC CHECKSUMS:
ObjectiveDropboxOfficial: bca5b00db1989dd1999c04a70ac4f5e782cc1e54
ObjectiveDropboxOfficial: 1b9ca679750487f770fda3f38c106d6e17fe2d73

PODFILE CHECKSUM: 4d2f0f91f48989221c9f8ec5525875a7a6320274

COCOAPODS: 1.10.1
COCOAPODS: 1.11.3
4 changes: 2 additions & 2 deletions ObjectiveDropboxOfficial.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand All @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>7.1.0</string>
<string>7.1.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>7.1.0</string>
<string>7.1.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit c2fcd1f

Please sign in to comment.