File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed
CarthageProject/DBRoulette
CocoaPodsProject/DBRoulette
Source/ObjectiveDropboxOfficial
ObjectiveDropboxOfficial_iOS
ObjectiveDropboxOfficial_macOS
Shared/Handwritten/Resources Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
- github "dropbox/dropbox-sdk-obj-c" "7.0 .0"
1
+ github "dropbox/dropbox-sdk-obj-c" "7.1 .0"
Original file line number Diff line number Diff line change 1
1
PODS:
2
- - ObjectiveDropboxOfficial (6.0.0 )
2
+ - ObjectiveDropboxOfficial (6.3.2 )
3
3
4
4
DEPENDENCIES:
5
5
- ObjectiveDropboxOfficial
@@ -9,8 +9,8 @@ SPEC REPOS:
9
9
- ObjectiveDropboxOfficial
10
10
11
11
SPEC CHECKSUMS:
12
- ObjectiveDropboxOfficial: bca5b00db1989dd1999c04a70ac4f5e782cc1e54
12
+ ObjectiveDropboxOfficial: 1b9ca679750487f770fda3f38c106d6e17fe2d73
13
13
14
14
PODFILE CHECKSUM: 4d2f0f91f48989221c9f8ec5525875a7a6320274
15
15
16
- COCOAPODS: 1.10.1
16
+ COCOAPODS: 1.11.3
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'ObjectiveDropboxOfficial'
3
- s . version = '7.1.0 '
3
+ s . version = '7.1.1 '
4
4
s . summary = 'Dropbox Objective C SDK for APIv2'
5
5
s . homepage = 'https://www.dropbox.com/developers'
6
6
s . license = 'MIT'
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
13
13
14
14
s . requires_arc = true
15
15
16
- s . osx . deployment_target = '10.10 '
16
+ s . osx . deployment_target = '10.13 '
17
17
s . ios . deployment_target = '11.0'
18
18
19
19
s . public_header_files = 'Source/ObjectiveDropboxOfficial/Shared/**/*.h' , 'Source/ObjectiveDropboxOfficial/Headers/Umbrella/*.h'
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ brew install carthage
168
168
169
169
```
170
170
# 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
172
172
```
173
173
174
174
To integrate the Dropbox Objective-C SDK into your project, take the following steps:
Original file line number Diff line number Diff line change 17
17
<key >CFBundlePackageType </key >
18
18
<string >FMWK </string >
19
19
<key >CFBundleShortVersionString </key >
20
- <string >7.1.0 </string >
20
+ <string >7.1.1 </string >
21
21
<key >CFBundleSignature </key >
22
22
<string >???? </string >
23
23
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >7.1.0 </string >
18
+ <string >7.1.1 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 8
8
9
9
#import " DBSDKConstants.h"
10
10
11
- NSString *const kDBSDKVersion = @" 7.1.0 " ;
11
+ NSString *const kDBSDKVersion = @" 7.1.1 " ;
12
12
NSString *const kDBSDKDefaultUserAgentPrefix = @" OfficialDropboxObjCSDKv2" ;
13
13
NSString *const kDBSDKForegroundSessionId = @" com.dropbox.dropbox_sdk_obj_c_foreground" ;
14
14
NSString *const kDBSDKBackgroundSessionId = @" com.dropbox.dropbox_sdk_obj_c_background" ;
You can’t perform that action at this time.
0 commit comments