Skip to content

Commit

Permalink
Merge pull request #73 from box/release-v3.0.0-rc.2
Browse files Browse the repository at this point in the history
Release v3.0.0-rc.2
  • Loading branch information
PJSimon authored Oct 30, 2019
2 parents 4ec1c4d + b77aec0 commit 7b95ac6
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 3 deletions.
Binary file modified BoxPreviewSDK.framework.zip
Binary file not shown.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,24 @@
Changelog
=========

## v3.0.0-rc.2 [2019-10-30]

__Breaking Changes:__

- Changed SDK errors from customValue enum cases to specific enum cases


__New Features and Enhancements:__

- Added Xcode 11 + iOS 13 support to Travis CI


## v3.0.0-rc.1 [2019-10-18]

__Breaking Changes:__

- Temporarily removed progress closure for uploads and downloads


__New Features and Enhancements:__

Expand Down
Binary file modified JWTSampleApp.zip
Binary file not shown.
Binary file modified OAuth2SampleApp.zip
Binary file not shown.
3 changes: 2 additions & 1 deletion boxPreviewSDK.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{"3.0.0-alpha.1":"https://github.com/box/box-ios-preview-sdk/releases/download/v3.0.0-alpha.1/BoxPreviewSDK.framework.zip",
"3.0.0-alpha.2":"https://github.com/box/box-ios-preview-sdk/releases/download/v3.0.0-alpha.2/BoxPreviewSDK.framework.zip",
"3.0.0-alpha.3":"https://github.com/box/box-ios-preview-sdk/releases/download/v3.0.0-alpha.3/BoxPreviewSDK.framework.zip",
"3.0.0-rc.1":"https://github.com/box/box-ios-preview-sdk/releases/download/v3.0.0-rc.1/BoxPreviewSDK.framework.zip"}
"3.0.0-rc.1":"https://github.com/box/box-ios-preview-sdk/releases/download/v3.0.0-rc.1/BoxPreviewSDK.framework.zip",
"3.0.0-rc.2":"https://github.com/box/box-ios-preview-sdk/releases/download/v3.0.0-rc.2/BoxPreviewSDK.framework.zip"}
4 changes: 2 additions & 2 deletions docs/usage/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Installing the SDK

__Step 1__: Add to your `Cartfile`
```ogdl
binary "https://raw.githubusercontent.com/box/box-ios-sdk/limited-beta-release/boxSDK.json" == 3.0.0-rc.1
binary "https://raw.githubusercontent.com/box/box-ios-preview-sdk/limited-beta-release/boxPreviewSDK.json" == 3.0.0-rc.1
binary "https://raw.githubusercontent.com/box/box-ios-sdk/limited-beta-release/boxSDK.json" == 3.0.0-rc.2
binary "https://raw.githubusercontent.com/box/box-ios-preview-sdk/limited-beta-release/boxPreviewSDK.json" == 3.0.0-rc.2
```

__Step 2__: Update dependencies
Expand Down

0 comments on commit 7b95ac6

Please sign in to comment.