Skip to content

Commit

Permalink
chore: release v5.6.0 (#925)
Browse files Browse the repository at this point in the history
  • Loading branch information
box-sdk-build authored Apr 5, 2024
1 parent cbef168 commit a395222
Show file tree
Hide file tree
Showing 529 changed files with 6,560 additions and 1,062 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 = "5.5.0"
spec.version = "5.6.0"
spec.summary = "Box Swift SDK"
spec.description = <<-DESC
Official Box Swift SDK.
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [5.6.0](https://github.com/box/box-ios-sdk/compare/v5.5.0...v5.6.0) (2024-04-05)


### New Features and Enhancements

* Add privacy manifest files ([#924](https://github.com/box/box-ios-sdk/issues/924)) ([cbef168](https://github.com/box/box-ios-sdk/commit/cbef168bb872941899be26116c647ac29f5dd44b))
* Add support for `visionOS` ([#916](https://github.com/box/box-ios-sdk/issues/916)) ([a05b243](https://github.com/box/box-ios-sdk/commit/a05b2433f1b2d0c1ec72f946e0706d03a4548703))
* Add support for additional fields in `SignRequest` ([#919](https://github.com/box/box-ios-sdk/issues/919)) ([36f464c](https://github.com/box/box-ios-sdk/commit/36f464c23a161f5d0fcc6858c3615d884ce8ee07))
* Make fields from `TokenInfo` publicly available ([#920](https://github.com/box/box-ios-sdk/issues/920)) ([eb26f47](https://github.com/box/box-ios-sdk/commit/eb26f47bbde6749f44f149e95b3610e41c16d2f2))

## [5.5.0](https://github.com/box/box-ios-sdk/compare/v5.4.2...v5.5.0) (2023-08-08)


Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ let package = Package(
path: "Tests"
)
],
swiftLanguageVersions: [.v5]
swiftLanguageVersions: [.v5]
)
2 changes: 1 addition & 1 deletion Sources/Core/MimeTypeProvider.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ enum MimeTypeProvider {
return defaultMimeType
}

if #available(iOS 14, macOS 11.0, *) {
if #available(iOS 14, macOS 11.0, *) {
return UTType(filenameExtension: pathExtension)?.preferredMIMEType ?? defaultMimeType
}
else {
Expand Down
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>5.5.0</string>
<string>5.6.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
7 changes: 5 additions & 2 deletions docs/Classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="Classes Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">BoxSDK 5.5.0 Docs</a> (99% documented)</p>
<p><a href="index.html">BoxSDK 5.6.0 Docs</a> (99% documented)</p>
<div class="header-right">
<form role="search" action="search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down Expand Up @@ -616,6 +616,9 @@
<li class="nav-group-task">
<a href="Enums/SharedLinkAccess.html">SharedLinkAccess</a>
</li>
<li class="nav-group-task">
<a href="Enums/SignRequestSignatureColor.html">SignRequestSignatureColor</a>
</li>
<li class="nav-group-task">
<a href="Enums/SignRequestSignerDecisionType.html">SignRequestSignerDecisionType</a>
</li>
Expand Down Expand Up @@ -4289,7 +4292,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2023 <a class="link" href="https://github.com/box/box-ios-sdk" target="_blank" rel="external noopener">Box</a>. All rights reserved. (Last updated: 2023-08-08)</p>
<p>&copy; 2024 <a class="link" href="https://github.com/box/box-ios-sdk" target="_blank" rel="external noopener">Box</a>. All rights reserved. (Last updated: 2024-04-05)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
7 changes: 5 additions & 2 deletions docs/Classes/AuthModule.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="AuthModule Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">BoxSDK 5.5.0 Docs</a> (99% documented)</p>
<p><a href="../index.html">BoxSDK 5.6.0 Docs</a> (99% documented)</p>
<div class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down Expand Up @@ -616,6 +616,9 @@
<li class="nav-group-task">
<a href="../Enums/SharedLinkAccess.html">SharedLinkAccess</a>
</li>
<li class="nav-group-task">
<a href="../Enums/SignRequestSignatureColor.html">SignRequestSignatureColor</a>
</li>
<li class="nav-group-task">
<a href="../Enums/SignRequestSignerDecisionType.html">SignRequestSignerDecisionType</a>
</li>
Expand Down Expand Up @@ -1161,7 +1164,7 @@ <h4>Parameters</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2023 <a class="link" href="https://github.com/box/box-ios-sdk" target="_blank" rel="external noopener">Box</a>. All rights reserved. (Last updated: 2023-08-08)</p>
<p>&copy; 2024 <a class="link" href="https://github.com/box/box-ios-sdk" target="_blank" rel="external noopener">Box</a>. All rights reserved. (Last updated: 2024-04-05)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
7 changes: 5 additions & 2 deletions docs/Classes/BoxAPIError.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="BoxAPIError Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">BoxSDK 5.5.0 Docs</a> (99% documented)</p>
<p><a href="../index.html">BoxSDK 5.6.0 Docs</a> (99% documented)</p>
<div class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down Expand Up @@ -616,6 +616,9 @@
<li class="nav-group-task">
<a href="../Enums/SharedLinkAccess.html">SharedLinkAccess</a>
</li>
<li class="nav-group-task">
<a href="../Enums/SignRequestSignatureColor.html">SignRequestSignatureColor</a>
</li>
<li class="nav-group-task">
<a href="../Enums/SignRequestSignerDecisionType.html">SignRequestSignerDecisionType</a>
</li>
Expand Down Expand Up @@ -974,7 +977,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2023 <a class="link" href="https://github.com/box/box-ios-sdk" target="_blank" rel="external noopener">Box</a>. All rights reserved. (Last updated: 2023-08-08)</p>
<p>&copy; 2024 <a class="link" href="https://github.com/box/box-ios-sdk" target="_blank" rel="external noopener">Box</a>. All rights reserved. (Last updated: 2024-04-05)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
7 changes: 5 additions & 2 deletions docs/Classes/BoxClient.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="BoxClient Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">BoxSDK 5.5.0 Docs</a> (99% documented)</p>
<p><a href="../index.html">BoxSDK 5.6.0 Docs</a> (99% documented)</p>
<div class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down Expand Up @@ -616,6 +616,9 @@
<li class="nav-group-task">
<a href="../Enums/SharedLinkAccess.html">SharedLinkAccess</a>
</li>
<li class="nav-group-task">
<a href="../Enums/SignRequestSignatureColor.html">SignRequestSignatureColor</a>
</li>
<li class="nav-group-task">
<a href="../Enums/SignRequestSignerDecisionType.html">SignRequestSignerDecisionType</a>
</li>
Expand Down Expand Up @@ -3020,7 +3023,7 @@ <h4>Return Value</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2023 <a class="link" href="https://github.com/box/box-ios-sdk" target="_blank" rel="external noopener">Box</a>. All rights reserved. (Last updated: 2023-08-08)</p>
<p>&copy; 2024 <a class="link" href="https://github.com/box/box-ios-sdk" target="_blank" rel="external noopener">Box</a>. All rights reserved. (Last updated: 2024-04-05)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
7 changes: 5 additions & 2 deletions docs/Classes/BoxCollection.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="BoxCollection Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">BoxSDK 5.5.0 Docs</a> (99% documented)</p>
<p><a href="../index.html">BoxSDK 5.6.0 Docs</a> (99% documented)</p>
<div class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down Expand Up @@ -616,6 +616,9 @@
<li class="nav-group-task">
<a href="../Enums/SharedLinkAccess.html">SharedLinkAccess</a>
</li>
<li class="nav-group-task">
<a href="../Enums/SignRequestSignatureColor.html">SignRequestSignatureColor</a>
</li>
<li class="nav-group-task">
<a href="../Enums/SignRequestSignerDecisionType.html">SignRequestSignerDecisionType</a>
</li>
Expand Down Expand Up @@ -1090,7 +1093,7 @@ <h4>Parameters</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2023 <a class="link" href="https://github.com/box/box-ios-sdk" target="_blank" rel="external noopener">Box</a>. All rights reserved. (Last updated: 2023-08-08)</p>
<p>&copy; 2024 <a class="link" href="https://github.com/box/box-ios-sdk" target="_blank" rel="external noopener">Box</a>. All rights reserved. (Last updated: 2024-04-05)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
7 changes: 5 additions & 2 deletions docs/Classes/BoxNetworkAgent.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="BoxNetworkAgent Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">BoxSDK 5.5.0 Docs</a> (99% documented)</p>
<p><a href="../index.html">BoxSDK 5.6.0 Docs</a> (99% documented)</p>
<div class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down Expand Up @@ -616,6 +616,9 @@
<li class="nav-group-task">
<a href="../Enums/SharedLinkAccess.html">SharedLinkAccess</a>
</li>
<li class="nav-group-task">
<a href="../Enums/SignRequestSignatureColor.html">SignRequestSignatureColor</a>
</li>
<li class="nav-group-task">
<a href="../Enums/SignRequestSignerDecisionType.html">SignRequestSignerDecisionType</a>
</li>
Expand Down Expand Up @@ -1002,7 +1005,7 @@ <h4>Parameters</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2023 <a class="link" href="https://github.com/box/box-ios-sdk" target="_blank" rel="external noopener">Box</a>. All rights reserved. (Last updated: 2023-08-08)</p>
<p>&copy; 2024 <a class="link" href="https://github.com/box/box-ios-sdk" target="_blank" rel="external noopener">Box</a>. All rights reserved. (Last updated: 2024-04-05)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
7 changes: 5 additions & 2 deletions docs/Classes/BoxNetworkTask.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="BoxNetworkTask Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">BoxSDK 5.5.0 Docs</a> (99% documented)</p>
<p><a href="../index.html">BoxSDK 5.6.0 Docs</a> (99% documented)</p>
<div class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down Expand Up @@ -616,6 +616,9 @@
<li class="nav-group-task">
<a href="../Enums/SharedLinkAccess.html">SharedLinkAccess</a>
</li>
<li class="nav-group-task">
<a href="../Enums/SignRequestSignatureColor.html">SignRequestSignatureColor</a>
</li>
<li class="nav-group-task">
<a href="../Enums/SignRequestSignerDecisionType.html">SignRequestSignerDecisionType</a>
</li>
Expand Down Expand Up @@ -1001,7 +1004,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2023 <a class="link" href="https://github.com/box/box-ios-sdk" target="_blank" rel="external noopener">Box</a>. All rights reserved. (Last updated: 2023-08-08)</p>
<p>&copy; 2024 <a class="link" href="https://github.com/box/box-ios-sdk" target="_blank" rel="external noopener">Box</a>. All rights reserved. (Last updated: 2024-04-05)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
7 changes: 5 additions & 2 deletions docs/Classes/BoxRequest.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="BoxRequest Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">BoxSDK 5.5.0 Docs</a> (99% documented)</p>
<p><a href="../index.html">BoxSDK 5.6.0 Docs</a> (99% documented)</p>
<div class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down Expand Up @@ -616,6 +616,9 @@
<li class="nav-group-task">
<a href="../Enums/SharedLinkAccess.html">SharedLinkAccess</a>
</li>
<li class="nav-group-task">
<a href="../Enums/SignRequestSignatureColor.html">SignRequestSignatureColor</a>
</li>
<li class="nav-group-task">
<a href="../Enums/SignRequestSignerDecisionType.html">SignRequestSignerDecisionType</a>
</li>
Expand Down Expand Up @@ -1282,7 +1285,7 @@ <h4>Parameters</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2023 <a class="link" href="https://github.com/box/box-ios-sdk" target="_blank" rel="external noopener">Box</a>. All rights reserved. (Last updated: 2023-08-08)</p>
<p>&copy; 2024 <a class="link" href="https://github.com/box/box-ios-sdk" target="_blank" rel="external noopener">Box</a>. All rights reserved. (Last updated: 2024-04-05)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
7 changes: 5 additions & 2 deletions docs/Classes/BoxRequest/BodyType.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="BodyType Enumeration Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../../index.html">BoxSDK 5.5.0 Docs</a> (99% documented)</p>
<p><a href="../../index.html">BoxSDK 5.6.0 Docs</a> (99% documented)</p>
<div class="header-right">
<form role="search" action="../../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down Expand Up @@ -616,6 +616,9 @@
<li class="nav-group-task">
<a href="../../Enums/SharedLinkAccess.html">SharedLinkAccess</a>
</li>
<li class="nav-group-task">
<a href="../../Enums/SignRequestSignatureColor.html">SignRequestSignatureColor</a>
</li>
<li class="nav-group-task">
<a href="../../Enums/SignRequestSignerDecisionType.html">SignRequestSignerDecisionType</a>
</li>
Expand Down Expand Up @@ -1055,7 +1058,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2023 <a class="link" href="https://github.com/box/box-ios-sdk" target="_blank" rel="external noopener">Box</a>. All rights reserved. (Last updated: 2023-08-08)</p>
<p>&copy; 2024 <a class="link" href="https://github.com/box/box-ios-sdk" target="_blank" rel="external noopener">Box</a>. All rights reserved. (Last updated: 2024-04-05)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
7 changes: 5 additions & 2 deletions docs/Classes/BoxSDK.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="BoxSDK Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">BoxSDK 5.5.0 Docs</a> (99% documented)</p>
<p><a href="../index.html">BoxSDK 5.6.0 Docs</a> (99% documented)</p>
<div class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down Expand Up @@ -616,6 +616,9 @@
<li class="nav-group-task">
<a href="../Enums/SharedLinkAccess.html">SharedLinkAccess</a>
</li>
<li class="nav-group-task">
<a href="../Enums/SignRequestSignatureColor.html">SignRequestSignatureColor</a>
</li>
<li class="nav-group-task">
<a href="../Enums/SignRequestSignerDecisionType.html">SignRequestSignerDecisionType</a>
</li>
Expand Down Expand Up @@ -2283,7 +2286,7 @@ <h4>Return Value</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2023 <a class="link" href="https://github.com/box/box-ios-sdk" target="_blank" rel="external noopener">Box</a>. All rights reserved. (Last updated: 2023-08-08)</p>
<p>&copy; 2024 <a class="link" href="https://github.com/box/box-ios-sdk" target="_blank" rel="external noopener">Box</a>. All rights reserved. (Last updated: 2024-04-05)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
Loading

0 comments on commit a395222

Please sign in to comment.