Skip to content

Commit 2ef186e

Browse files
author
Pranay Sowdaboina
committed
4.8.1 release.
1 parent ebc4221 commit 2ef186e

File tree

7 files changed

+186
-186
lines changed

7 files changed

+186
-186
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ To install the Dropbox Swift SDK via Carthage, you need to create a `Cartfile` i
131131

132132
```
133133
# SwiftyDropbox
134-
github "https://github.com/dropbox/SwiftyDropbox" ~> 4.8.0
134+
github "https://github.com/dropbox/SwiftyDropbox" ~> 4.8.1
135135
```
136136

137137
Then, run the following command to install the dependency to checkout and build the Dropbox Swift SDK repository:

Source/SwiftyDropbox/Platform/SwiftyDropbox_iOS/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>4.8.0</string>
18+
<string>4.8.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

Source/SwiftyDropbox/Platform/SwiftyDropbox_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>4.8.0</string>
18+
<string>4.8.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSHumanReadableCopyright</key>

Source/SwiftyDropbox/Shared/Handwritten/SDKConstants.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
import Foundation
66

77
struct Constants {
8-
static let versionSDK = "4.8.0"
8+
static let versionSDK = "4.8.1"
99
static let kCSERFKey = "kCSERFKeySwiftSDK"
1010
}

Source/SwiftyDropbox/SwiftyDropbox.xcodeproj/project.pbxproj

Lines changed: 176 additions & 176 deletions
Large diffs are not rendered by default.

SwiftyDropbox.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'SwiftyDropbox'
3-
s.version = '4.8.0'
3+
s.version = '4.8.1'
44
s.summary = 'Dropbox Swift SDK for API v2'
55
s.homepage = 'https://dropbox.com/developers/'
66
s.license = 'MIT'

TestSwiftyDropbox/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PODS:
2-
- Alamofire (4.5.1)
3-
- SwiftyDropbox (4.7.0):
4-
- Alamofire (~> 4.5.0)
2+
- Alamofire (4.7.3)
3+
- SwiftyDropbox (4.8.0):
4+
- Alamofire (~> 4.7.3)
55

66
DEPENDENCIES:
77
- SwiftyDropbox (from `../`)
@@ -15,8 +15,8 @@ EXTERNAL SOURCES:
1515
:path: "../"
1616

1717
SPEC CHECKSUMS:
18-
Alamofire: 2d95912bf4c34f164fdfc335872e8c312acaea4a
19-
SwiftyDropbox: a59f1082a4d997e3d39892ef44e5a9d3d512e76a
18+
Alamofire: c7287b6e5d7da964a70935e5db17046b7fde6568
19+
SwiftyDropbox: 0bfc74a9836d2cf5dda411359cc38f932fc1514f
2020

2121
PODFILE CHECKSUM: f1cc2bd4e2b8e73913fb7bdce2c11926bb11e047
2222

0 commit comments

Comments
 (0)