Skip to content

Commit a395222

Browse files
chore: release v5.6.0 (#925)
1 parent cbef168 commit a395222

File tree

529 files changed

+6560
-1062
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

529 files changed

+6560
-1062
lines changed

BoxSDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "BoxSDK"
3-
spec.version = "5.5.0"
3+
spec.version = "5.6.0"
44
spec.summary = "Box Swift SDK"
55
spec.description = <<-DESC
66
Official Box Swift SDK.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
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.
44

5+
## [5.6.0](https://github.com/box/box-ios-sdk/compare/v5.5.0...v5.6.0) (2024-04-05)
6+
7+
8+
### New Features and Enhancements
9+
10+
* Add privacy manifest files ([#924](https://github.com/box/box-ios-sdk/issues/924)) ([cbef168](https://github.com/box/box-ios-sdk/commit/cbef168bb872941899be26116c647ac29f5dd44b))
11+
* Add support for `visionOS` ([#916](https://github.com/box/box-ios-sdk/issues/916)) ([a05b243](https://github.com/box/box-ios-sdk/commit/a05b2433f1b2d0c1ec72f946e0706d03a4548703))
12+
* 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))
13+
* 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))
14+
515
## [5.5.0](https://github.com/box/box-ios-sdk/compare/v5.4.2...v5.5.0) (2023-08-08)
616

717

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ let package = Package(
3434
path: "Tests"
3535
)
3636
],
37-
swiftLanguageVersions: [.v5]
37+
swiftLanguageVersions: [.v5]
3838
)

Sources/Core/MimeTypeProvider.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ enum MimeTypeProvider {
3232
return defaultMimeType
3333
}
3434

35-
if #available(iOS 14, macOS 11.0, *) {
35+
if #available(iOS 14, macOS 11.0, *) {
3636
return UTType(filenameExtension: pathExtension)?.preferredMIMEType ?? defaultMimeType
3737
}
3838
else {

Sources/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>5.5.0</string>
18+
<string>5.6.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

docs/Classes.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a title="Classes Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="index.html">BoxSDK 5.5.0 Docs</a> (99% documented)</p>
20+
<p><a href="index.html">BoxSDK 5.6.0 Docs</a> (99% documented)</p>
2121
<div class="header-right">
2222
<form role="search" action="search.json">
2323
<input type="text" placeholder="Search documentation" data-typeahead>
@@ -616,6 +616,9 @@
616616
<li class="nav-group-task">
617617
<a href="Enums/SharedLinkAccess.html">SharedLinkAccess</a>
618618
</li>
619+
<li class="nav-group-task">
620+
<a href="Enums/SignRequestSignatureColor.html">SignRequestSignatureColor</a>
621+
</li>
619622
<li class="nav-group-task">
620623
<a href="Enums/SignRequestSignerDecisionType.html">SignRequestSignerDecisionType</a>
621624
</li>
@@ -4289,7 +4292,7 @@ <h4>Declaration</h4>
42894292
</section>
42904293
</section>
42914294
<section id="footer">
4292-
<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>
4295+
<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>
42934296
<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>
42944297
</section>
42954298
</article>

docs/Classes/AuthModule.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a title="AuthModule Class Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="../index.html">BoxSDK 5.5.0 Docs</a> (99% documented)</p>
20+
<p><a href="../index.html">BoxSDK 5.6.0 Docs</a> (99% documented)</p>
2121
<div class="header-right">
2222
<form role="search" action="../search.json">
2323
<input type="text" placeholder="Search documentation" data-typeahead>
@@ -616,6 +616,9 @@
616616
<li class="nav-group-task">
617617
<a href="../Enums/SharedLinkAccess.html">SharedLinkAccess</a>
618618
</li>
619+
<li class="nav-group-task">
620+
<a href="../Enums/SignRequestSignatureColor.html">SignRequestSignatureColor</a>
621+
</li>
619622
<li class="nav-group-task">
620623
<a href="../Enums/SignRequestSignerDecisionType.html">SignRequestSignerDecisionType</a>
621624
</li>
@@ -1161,7 +1164,7 @@ <h4>Parameters</h4>
11611164
</section>
11621165
</section>
11631166
<section id="footer">
1164-
<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>
1167+
<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>
11651168
<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>
11661169
</section>
11671170
</article>

docs/Classes/BoxAPIError.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a title="BoxAPIError Class Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="../index.html">BoxSDK 5.5.0 Docs</a> (99% documented)</p>
20+
<p><a href="../index.html">BoxSDK 5.6.0 Docs</a> (99% documented)</p>
2121
<div class="header-right">
2222
<form role="search" action="../search.json">
2323
<input type="text" placeholder="Search documentation" data-typeahead>
@@ -616,6 +616,9 @@
616616
<li class="nav-group-task">
617617
<a href="../Enums/SharedLinkAccess.html">SharedLinkAccess</a>
618618
</li>
619+
<li class="nav-group-task">
620+
<a href="../Enums/SignRequestSignatureColor.html">SignRequestSignatureColor</a>
621+
</li>
619622
<li class="nav-group-task">
620623
<a href="../Enums/SignRequestSignerDecisionType.html">SignRequestSignerDecisionType</a>
621624
</li>
@@ -974,7 +977,7 @@ <h4>Declaration</h4>
974977
</section>
975978
</section>
976979
<section id="footer">
977-
<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>
980+
<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>
978981
<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>
979982
</section>
980983
</article>

docs/Classes/BoxClient.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a title="BoxClient Class Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="../index.html">BoxSDK 5.5.0 Docs</a> (99% documented)</p>
20+
<p><a href="../index.html">BoxSDK 5.6.0 Docs</a> (99% documented)</p>
2121
<div class="header-right">
2222
<form role="search" action="../search.json">
2323
<input type="text" placeholder="Search documentation" data-typeahead>
@@ -616,6 +616,9 @@
616616
<li class="nav-group-task">
617617
<a href="../Enums/SharedLinkAccess.html">SharedLinkAccess</a>
618618
</li>
619+
<li class="nav-group-task">
620+
<a href="../Enums/SignRequestSignatureColor.html">SignRequestSignatureColor</a>
621+
</li>
619622
<li class="nav-group-task">
620623
<a href="../Enums/SignRequestSignerDecisionType.html">SignRequestSignerDecisionType</a>
621624
</li>
@@ -3020,7 +3023,7 @@ <h4>Return Value</h4>
30203023
</section>
30213024
</section>
30223025
<section id="footer">
3023-
<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>
3026+
<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>
30243027
<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>
30253028
</section>
30263029
</article>

docs/Classes/BoxCollection.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a title="BoxCollection Class Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="../index.html">BoxSDK 5.5.0 Docs</a> (99% documented)</p>
20+
<p><a href="../index.html">BoxSDK 5.6.0 Docs</a> (99% documented)</p>
2121
<div class="header-right">
2222
<form role="search" action="../search.json">
2323
<input type="text" placeholder="Search documentation" data-typeahead>
@@ -616,6 +616,9 @@
616616
<li class="nav-group-task">
617617
<a href="../Enums/SharedLinkAccess.html">SharedLinkAccess</a>
618618
</li>
619+
<li class="nav-group-task">
620+
<a href="../Enums/SignRequestSignatureColor.html">SignRequestSignatureColor</a>
621+
</li>
619622
<li class="nav-group-task">
620623
<a href="../Enums/SignRequestSignerDecisionType.html">SignRequestSignerDecisionType</a>
621624
</li>
@@ -1090,7 +1093,7 @@ <h4>Parameters</h4>
10901093
</section>
10911094
</section>
10921095
<section id="footer">
1093-
<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>
1096+
<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>
10941097
<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>
10951098
</section>
10961099
</article>

0 commit comments

Comments
 (0)