diff --git a/BoxPreviewSDK.framework.zip b/BoxPreviewSDK.framework.zip index 46f0b6b..9fdcbe9 100644 Binary files a/BoxPreviewSDK.framework.zip and b/BoxPreviewSDK.framework.zip differ diff --git a/CHANGELOG.md b/CHANGELOG.md index 51017c4..27531ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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:__ diff --git a/JWTSampleApp.zip b/JWTSampleApp.zip index 7177931..a7a58bc 100644 Binary files a/JWTSampleApp.zip and b/JWTSampleApp.zip differ diff --git a/OAuth2SampleApp.zip b/OAuth2SampleApp.zip index 865529e..9d3665b 100644 Binary files a/OAuth2SampleApp.zip and b/OAuth2SampleApp.zip differ diff --git a/boxPreviewSDK.json b/boxPreviewSDK.json index 8ccd212..f422c9e 100644 --- a/boxPreviewSDK.json +++ b/boxPreviewSDK.json @@ -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"} diff --git a/docs/usage/getting-started.md b/docs/usage/getting-started.md index 030cc1c..f5eacce 100644 --- a/docs/usage/getting-started.md +++ b/docs/usage/getting-started.md @@ -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