Skip to content

Commit c2fcd1f

Browse files
author
Julian Locke
committed
7.1.1 release.
1 parent 7e35784 commit c2fcd1f

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "dropbox/dropbox-sdk-obj-c" "7.0.0"
1+
github "dropbox/dropbox-sdk-obj-c" "7.1.0"
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- ObjectiveDropboxOfficial (6.0.0)
2+
- ObjectiveDropboxOfficial (6.3.2)
33

44
DEPENDENCIES:
55
- ObjectiveDropboxOfficial
@@ -9,8 +9,8 @@ SPEC REPOS:
99
- ObjectiveDropboxOfficial
1010

1111
SPEC CHECKSUMS:
12-
ObjectiveDropboxOfficial: bca5b00db1989dd1999c04a70ac4f5e782cc1e54
12+
ObjectiveDropboxOfficial: 1b9ca679750487f770fda3f38c106d6e17fe2d73
1313

1414
PODFILE CHECKSUM: 4d2f0f91f48989221c9f8ec5525875a7a6320274
1515

16-
COCOAPODS: 1.10.1
16+
COCOAPODS: 1.11.3

ObjectiveDropboxOfficial.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'ObjectiveDropboxOfficial'
3-
s.version = '7.1.0'
3+
s.version = '7.1.1'
44
s.summary = 'Dropbox Objective C SDK for APIv2'
55
s.homepage = 'https://www.dropbox.com/developers'
66
s.license = 'MIT'
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
1313

1414
s.requires_arc = true
1515

16-
s.osx.deployment_target = '10.10'
16+
s.osx.deployment_target = '10.13'
1717
s.ios.deployment_target = '11.0'
1818

1919
s.public_header_files = 'Source/ObjectiveDropboxOfficial/Shared/**/*.h', 'Source/ObjectiveDropboxOfficial/Headers/Umbrella/*.h'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ brew install carthage
168168

169169
```
170170
# ObjectiveDropboxOfficial
171-
github "https://github.com/dropbox/dropbox-sdk-obj-c" ~> 7.1.0
171+
github "https://github.com/dropbox/dropbox-sdk-obj-c" ~> 7.1.1
172172
```
173173

174174
To integrate the Dropbox Objective-C SDK into your project, take the following steps:

Source/ObjectiveDropboxOfficial/Platform/ObjectiveDropboxOfficial_iOS/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>FMWK</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>7.1.0</string>
20+
<string>7.1.1</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>

Source/ObjectiveDropboxOfficial/Platform/ObjectiveDropboxOfficial_macOS/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>7.1.0</string>
18+
<string>7.1.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Source/ObjectiveDropboxOfficial/Shared/Handwritten/Resources/DBSDKConstants.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
#import "DBSDKConstants.h"
1010

11-
NSString *const kDBSDKVersion = @"7.1.0";
11+
NSString *const kDBSDKVersion = @"7.1.1";
1212
NSString *const kDBSDKDefaultUserAgentPrefix = @"OfficialDropboxObjCSDKv2";
1313
NSString *const kDBSDKForegroundSessionId = @"com.dropbox.dropbox_sdk_obj_c_foreground";
1414
NSString *const kDBSDKBackgroundSessionId = @"com.dropbox.dropbox_sdk_obj_c_background";

0 commit comments

Comments
 (0)