Skip to content

Commit

Permalink
v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arjankowski committed Oct 28, 2021
1 parent 2494837 commit 156fe72
Show file tree
Hide file tree
Showing 497 changed files with 60,625 additions and 3,898 deletions.
2 changes: 1 addition & 1 deletion BoxSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "BoxSDK"
spec.version = "4.4.0"
spec.version = "5.0.0"
spec.summary = "Box Swift SDK"
spec.description = <<-DESC
Official Box Swift SDK.
Expand Down
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ Changelog

__Breaking Changes:__

__New Features and Enhancements:__

__Bug Fixes:__

## v5.0.0 [2021-10-28]

__Breaking Changes:__

- Update PagingIterator to return pages and simplify logic ([#737](https://github.com/box/box-ios-sdk/pull/737))
- Remove insensitive language field `collaborationWhiteList` in BoxClient. Use `collaborationAllowList` instead. ([#790](https://github.com/box/box-ios-sdk/pull/790))

Expand All @@ -13,8 +21,6 @@ __New Features and Enhancements:__
- Replace insensitive event types ([#785](https://github.com/box/box-ios-sdk/pull/785))
- Add SignAPI support ([#792](https://github.com/box/box-ios-sdk/pull/792))

__Bug Fixes:__

## v4.4.0 [2021-04-20]

__Breaking Changes:__
Expand Down
2 changes: 1 addition & 1 deletion SampleApps/JWTSampleApp/Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
git "https://github.com/box/box-ios-sdk.git" ~> 4.0
git "https://github.com/box/box-ios-sdk.git" ~> 5.0
2 changes: 1 addition & 1 deletion SampleApps/OAuth2SampleApp/Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
git "https://github.com/box/box-ios-sdk.git" ~> 4.0
git "https://github.com/box/box-ios-sdk.git" ~> 5.0
14 changes: 7 additions & 7 deletions Sources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>boxOAuthURL</key>
<string>$(boxOAuthURL)</string>
<key>uploadApiBaseURL</key>
<string>$(uploadApiBaseURL)</string>
<key>apiBaseURL</key>
<string>$(apiBaseURL)</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand All @@ -21,10 +15,16 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>4.4.0</string>
<string>5.0.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
<string></string>
<key>apiBaseURL</key>
<string>$(apiBaseURL)</string>
<key>boxOAuthURL</key>
<string>$(boxOAuthURL)</string>
<key>uploadApiBaseURL</key>
<string>$(uploadApiBaseURL)</string>
</dict>
</plist>
265 changes: 256 additions & 9 deletions docs/Classes.html

Large diffs are not rendered by default.

61 changes: 54 additions & 7 deletions docs/Classes/AuthModule.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@
<a title="AuthModule Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">BoxSDK 4.4.0 Docs</a> (100% documented)</p>
<p class="header-right">
<p><a href="../index.html">BoxSDK 5.0.0 Docs</a> (100% documented)</p>
<div class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
</form>
</p>
</div>
</div>
</header>
<div class="content-wrapper">
<p id="breadcrumbs">
<a href="../index.html">BoxSDK Reference</a>
<img id="carat" src="../img/carat.png" />
<img id="carat" src="../img/carat.png" alt=""/>
AuthModule Class Reference
</p>
</div>
Expand Down Expand Up @@ -341,6 +341,27 @@
<li class="nav-group-task">
<a href="../Classes/SharedLink/Permissions.html">– Permissions</a>
</li>
<li class="nav-group-task">
<a href="../Classes/SignRequest.html">SignRequest</a>
</li>
<li class="nav-group-task">
<a href="../Classes/SignRequestPrefillTag.html">SignRequestPrefillTag</a>
</li>
<li class="nav-group-task">
<a href="../Classes/SignRequestSignFiles.html">SignRequestSignFiles</a>
</li>
<li class="nav-group-task">
<a href="../Classes/SignRequestSigner.html">SignRequestSigner</a>
</li>
<li class="nav-group-task">
<a href="../Classes/SignRequestSignerDecision.html">SignRequestSignerDecision</a>
</li>
<li class="nav-group-task">
<a href="../Classes/SignRequestSignerInput.html">SignRequestSignerInput</a>
</li>
<li class="nav-group-task">
<a href="../Classes/SignRequestsModule.html">SignRequestsModule</a>
</li>
<li class="nav-group-task">
<a href="../Classes/SingleTokenSession.html">SingleTokenSession</a>
</li>
Expand Down Expand Up @@ -556,6 +577,18 @@
<li class="nav-group-task">
<a href="../Enums/SharedLinkAccess.html">SharedLinkAccess</a>
</li>
<li class="nav-group-task">
<a href="../Enums/SignRequestSignerDecisionType.html">SignRequestSignerDecisionType</a>
</li>
<li class="nav-group-task">
<a href="../Enums/SignRequestSignerInputType.html">SignRequestSignerInputType</a>
</li>
<li class="nav-group-task">
<a href="../Enums/SignRequestSignerRole.html">SignRequestSignerRole</a>
</li>
<li class="nav-group-task">
<a href="../Enums/SignRequestStatus.html">SignRequestStatus</a>
</li>
<li class="nav-group-task">
<a href="../Enums/StreamPosition.html">StreamPosition</a>
</li>
Expand Down Expand Up @@ -715,6 +748,21 @@
<li class="nav-group-task">
<a href="../Structs/SharedLinkData.html">SharedLinkData</a>
</li>
<li class="nav-group-task">
<a href="../Structs/SignRequestCreateParameters.html">SignRequestCreateParameters</a>
</li>
<li class="nav-group-task">
<a href="../Structs/SignRequestCreateParentFolder.html">SignRequestCreateParentFolder</a>
</li>
<li class="nav-group-task">
<a href="../Structs/SignRequestCreateSigner.html">SignRequestCreateSigner</a>
</li>
<li class="nav-group-task">
<a href="../Structs/SignRequestCreateSourceFile.html">SignRequestCreateSourceFile</a>
</li>
<li class="nav-group-task">
<a href="../Structs/SignRequestCreateSourceFileVersion.html">SignRequestCreateSourceFileVersion</a>
</li>
<li class="nav-group-task">
<a href="../Structs/UploadPartDescription.html">UploadPartDescription</a>
</li>
Expand Down Expand Up @@ -1041,11 +1089,10 @@ <h4>Parameters</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2021 <a class="link" href="https://github.com/box/box-ios-sdk" target="_blank" rel="external">Box</a>. All rights reserved. (Last updated: 2021-07-09)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2021 <a class="link" href="https://github.com/box/box-ios-sdk" target="_blank" rel="external noopener">Box</a>. All rights reserved. (Last updated: 2021-10-28)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
</div>
</body>
</div>
</html>
61 changes: 54 additions & 7 deletions docs/Classes/BoxAPIError.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@
<a title="BoxAPIError Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">BoxSDK 4.4.0 Docs</a> (100% documented)</p>
<p class="header-right">
<p><a href="../index.html">BoxSDK 5.0.0 Docs</a> (100% documented)</p>
<div class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
</form>
</p>
</div>
</div>
</header>
<div class="content-wrapper">
<p id="breadcrumbs">
<a href="../index.html">BoxSDK Reference</a>
<img id="carat" src="../img/carat.png" />
<img id="carat" src="../img/carat.png" alt=""/>
BoxAPIError Class Reference
</p>
</div>
Expand Down Expand Up @@ -341,6 +341,27 @@
<li class="nav-group-task">
<a href="../Classes/SharedLink/Permissions.html">– Permissions</a>
</li>
<li class="nav-group-task">
<a href="../Classes/SignRequest.html">SignRequest</a>
</li>
<li class="nav-group-task">
<a href="../Classes/SignRequestPrefillTag.html">SignRequestPrefillTag</a>
</li>
<li class="nav-group-task">
<a href="../Classes/SignRequestSignFiles.html">SignRequestSignFiles</a>
</li>
<li class="nav-group-task">
<a href="../Classes/SignRequestSigner.html">SignRequestSigner</a>
</li>
<li class="nav-group-task">
<a href="../Classes/SignRequestSignerDecision.html">SignRequestSignerDecision</a>
</li>
<li class="nav-group-task">
<a href="../Classes/SignRequestSignerInput.html">SignRequestSignerInput</a>
</li>
<li class="nav-group-task">
<a href="../Classes/SignRequestsModule.html">SignRequestsModule</a>
</li>
<li class="nav-group-task">
<a href="../Classes/SingleTokenSession.html">SingleTokenSession</a>
</li>
Expand Down Expand Up @@ -556,6 +577,18 @@
<li class="nav-group-task">
<a href="../Enums/SharedLinkAccess.html">SharedLinkAccess</a>
</li>
<li class="nav-group-task">
<a href="../Enums/SignRequestSignerDecisionType.html">SignRequestSignerDecisionType</a>
</li>
<li class="nav-group-task">
<a href="../Enums/SignRequestSignerInputType.html">SignRequestSignerInputType</a>
</li>
<li class="nav-group-task">
<a href="../Enums/SignRequestSignerRole.html">SignRequestSignerRole</a>
</li>
<li class="nav-group-task">
<a href="../Enums/SignRequestStatus.html">SignRequestStatus</a>
</li>
<li class="nav-group-task">
<a href="../Enums/StreamPosition.html">StreamPosition</a>
</li>
Expand Down Expand Up @@ -715,6 +748,21 @@
<li class="nav-group-task">
<a href="../Structs/SharedLinkData.html">SharedLinkData</a>
</li>
<li class="nav-group-task">
<a href="../Structs/SignRequestCreateParameters.html">SignRequestCreateParameters</a>
</li>
<li class="nav-group-task">
<a href="../Structs/SignRequestCreateParentFolder.html">SignRequestCreateParentFolder</a>
</li>
<li class="nav-group-task">
<a href="../Structs/SignRequestCreateSigner.html">SignRequestCreateSigner</a>
</li>
<li class="nav-group-task">
<a href="../Structs/SignRequestCreateSourceFile.html">SignRequestCreateSourceFile</a>
</li>
<li class="nav-group-task">
<a href="../Structs/SignRequestCreateSourceFileVersion.html">SignRequestCreateSourceFileVersion</a>
</li>
<li class="nav-group-task">
<a href="../Structs/UploadPartDescription.html">UploadPartDescription</a>
</li>
Expand Down Expand Up @@ -854,11 +902,10 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2021 <a class="link" href="https://github.com/box/box-ios-sdk" target="_blank" rel="external">Box</a>. All rights reserved. (Last updated: 2021-07-09)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2021 <a class="link" href="https://github.com/box/box-ios-sdk" target="_blank" rel="external noopener">Box</a>. All rights reserved. (Last updated: 2021-10-28)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
</div>
</body>
</div>
</html>
Loading

0 comments on commit 156fe72

Please sign in to comment.