Skip to content

Commit

Permalink
10.0.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
julianlocke committed Jan 18, 2024
1 parent 58e5a82 commit a12083d
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,7 @@ For cocoapods, in your Podfile, simply specify `SwiftyDropboxObjC` instead of (o
use_frameworks!

target '<YOUR_PROJECT_NAME>' do
pod 'SwiftyDropboxObjC', '~> 10.0.0'
pod 'SwiftyDropboxObjC', '~> 10.0.1'
end
```

Expand Down
2 changes: 1 addition & 1 deletion Source/SwiftyDropbox/Platform/SwiftyDropbox_iOS/Info.plist
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>10.0.0</string>
<string>10.0.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</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>10.0.0</string>
<string>10.0.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSHumanReadableCopyright</key>
Expand Down
2 changes: 1 addition & 1 deletion Source/SwiftyDropbox/Shared/Handwritten/SDKConstants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
import Foundation

public struct Constants {
public static let versionSDK = "10.0.0"
public static let versionSDK = "10.0.1"
static let kCSRFKey = "kCSRFKeySwiftSDK"
}
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>10.0.0</string>
<string>10.0.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</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>10.0.0</string>
<string>10.0.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSHumanReadableCopyright</key>
Expand Down
2 changes: 1 addition & 1 deletion SwiftyDropbox.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SwiftyDropbox'
s.version = '10.0.0'
s.version = '10.0.1'
s.summary = 'Dropbox Swift SDK for API v2'
s.homepage = 'https://dropbox.com/developers/'
s.license = 'MIT'
Expand Down
4 changes: 2 additions & 2 deletions SwiftyDropboxObjC.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SwiftyDropboxObjC'
s.version = '10.0.0'
s.version = '10.0.1'
s.summary = 'Objective-C Wrapper for Dropbox Swift SDK for API v2'
s.homepage = 'https://dropbox.com/developers/'
s.license = 'MIT'
Expand All @@ -20,5 +20,5 @@ Pod::Spec.new do |s|
s.osx.frameworks = 'AppKit', 'WebKit', 'SystemConfiguration', 'Foundation'
s.ios.frameworks = 'UIKit', 'WebKit', 'SystemConfiguration', 'Foundation'

s.dependency 'SwiftyDropbox', '~> 10.0.0'
s.dependency 'SwiftyDropbox', '~> 10.0.1'
end
12 changes: 6 additions & 6 deletions TestSwiftyDropbox/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- SwiftyDropbox (10.0.1)
- SwiftyDropboxObjC (10.0.1):
- SwiftyDropbox (~> 10.0.1)
- SwiftyDropbox (10.0.0)
- SwiftyDropboxObjC (10.0.0):
- SwiftyDropbox (~> 10.0.0)

DEPENDENCIES:
- SwiftyDropbox (from `../`)
Expand All @@ -14,9 +14,9 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
SwiftyDropbox: 901598e2d05d67256b6be837734b2d946c42d5f1
SwiftyDropboxObjC: e65e6438a946dbf6980c32e4665daa1fe610f34b
SwiftyDropbox: ef7961c2d64e7ac48d4f88d39e6db5554375f774
SwiftyDropboxObjC: b99c342560286cdfca8eeff54ac15515d002deaf

PODFILE CHECKSUM: 590f63b5f6164d49495c7ce09c32e872551a6db9
PODFILE CHECKSUM: e0f6bd11b29f3d698a8cf15c435947aa1ac4eee1

COCOAPODS: 1.14.3

0 comments on commit a12083d

Please sign in to comment.