Skip to content

Commit

Permalink
v3.2.0 (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
sujaygarlanka authored Feb 13, 2020
1 parent c5cf069 commit 4cadf61
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 10 deletions.
4 changes: 2 additions & 2 deletions BoxPreviewSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "BoxPreviewSDK"
spec.version = "3.1.0"
spec.version = "3.2.0"
spec.summary = "Box Preview SDK"
spec.description = <<-DESC
This SDK makes it easy to present Box files.
Expand All @@ -13,7 +13,7 @@ Pod::Spec.new do |spec|
spec.source = { :git => "https://github.com/box/box-ios-preview-sdk.git", :tag => "v"+spec.version.to_s }
spec.swift_versions = ["5.0", "5.1"]
spec.requires_arc = true
spec.dependency "BoxSDK", "~> 3.0"
spec.dependency "BoxSDK", "~> 4.0"

spec.default_subspec = "Core"
spec.subspec "Core" do |ss|
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

# Next Release
## v3.2.0 [2020-02-13]

__Breaking Changes:__

Expand Down
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
git "https://github.com/box/box-ios-sdk.git" ~> 3.0
git "https://github.com/box/box-ios-sdk.git" ~> 4.0
10 changes: 9 additions & 1 deletion Package.resolved
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
{
"object": {
"pins": [

{
"package": "BoxSDK",
"repositoryURL": "https://github.com/box/box-ios-sdk.git",
"state": {
"branch": null,
"revision": "feacd35520c8456ac5eb06acbe7a58c59c5f33f1",
"version": "4.0.0"
}
}
]
},
"version": 1
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ let package = Package(
],
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/box/box-ios-sdk.git", .upToNextMajor(from: "3.0.0"))
.package(url: "https://github.com/box/box-ios-sdk.git", .upToNextMajor(from: "4.0.0"))
],
targets: [
.target(
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Installing the SDK
__Step 1__: Add to your `Cartfile`

```ogdl
git "https://github.com/box/box-ios-sdk.git" ~> 3.0
git "https://github.com/box/box-ios-sdk.git" ~> 4.0
git "https://github.com/box/box-ios-preview-sdk.git" ~> 3.0
```

Expand Down
2 changes: 1 addition & 1 deletion SampleApps/JWTSampleApp/Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
git "https://github.com/box/box-ios-sdk.git" ~> 3.0
git "https://github.com/box/box-ios-sdk.git" ~> 4.0
git "https://github.com/box/box-ios-preview-sdk.git" ~> 3.0
2 changes: 1 addition & 1 deletion SampleApps/OAuth2SampleApp/Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
git "https://github.com/box/box-ios-sdk.git" ~> 3.0
git "https://github.com/box/box-ios-sdk.git" ~> 4.0
git "https://github.com/box/box-ios-preview-sdk.git" ~> 3.0
2 changes: 1 addition & 1 deletion Sources/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>3.1.0</string>
<string>3.2.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 4cadf61

Please sign in to comment.