-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
@box/box-ios-sdk v5.5.0 release note (#318)
- Loading branch information
1 parent
e5fa63b
commit 543f3e4
Showing
1 changed file
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
--- | ||
applied_at: '2023-08-08' | ||
applies_to: | ||
- sdks | ||
- ios | ||
- mobile | ||
is_impactful: false | ||
is_new_feature: true | ||
release_source_url: 'https://github.com/box/box-ios-sdk/releases/tag/v5.5.0' | ||
collapse: true | ||
--- | ||
|
||
# Box iOS SDK `v5.5.0` released | ||
|
||
### New Features and Enhancements | ||
|
||
* Add missing values in `SignRequestSignerInputContentType` and `SignRequestStatus` along with the tests ([#907][1]) ([`56a8250`][2]) | ||
|
||
### Bug Fixes | ||
|
||
* Identify iPhone Simulator on Apple Silicon ([#902][3]) ([`7731a7f`][4]) | ||
* Make code compatible with macOS. ([#900][5]) ([`3b0016e`][6]) | ||
* Remove use of deprecated string scanner API. ([#901][7]) ([`af5f0e5`][8]) | ||
|
||
[1]: https://github.com/box/box-ios-sdk/issues/907 | ||
|
||
[2]: https://github.com/box/box-ios-sdk/commit/56a82500c0abe648825d8300979601a25f792c84 | ||
|
||
[3]: https://github.com/box/box-ios-sdk/issues/902 | ||
|
||
[4]: https://github.com/box/box-ios-sdk/commit/7731a7f434add74e163a76511fe1e2a3f26517f7 | ||
|
||
[5]: https://github.com/box/box-ios-sdk/issues/900 | ||
|
||
[6]: https://github.com/box/box-ios-sdk/commit/3b0016e44e674db0ea429273c03e5a29177372bf | ||
|
||
[7]: https://github.com/box/box-ios-sdk/issues/901 | ||
|
||
[8]: https://github.com/box/box-ios-sdk/commit/af5f0e52d184fbd27f56d972fb93b3e543547773 |