Commit 2f7b5f6
authored
chore: update iOS min supported version to 15.1 (#2799)
## Description
This is not a breaking change, because we support `react-native` 0.76+
anyway, and it has iOS min
deployment target [set to
15.1](react-native-community/discussions-and-proposals#812)
This is needed because I work with @maciejstosio on an issue with
`backButtonDisplayMode` & it has been introduced
in iOS 14.0. The workaround I've found works only on iOS >= 14.0,
therefore it would be nice to not have to
add any ifdefs in source code.
## Changes
Bumped the min. supported iOS version to 15.1 from 11.0.
I've left the new-arch-condition in the podspec code, despite the fact
that it is not needed,
so that it is clear where do we change things when it becomes needed.
tvOS version is left unchanged for now (most likely it should also be
updated!).
## Test code and steps to reproduce
The app should build and run on any device with 15.1 or newer iOS
version.
## Checklist
- [ ] Ensured that CI passes1 parent 82f1124 commit 2f7b5f6
2 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1733 | 1733 | | |
1734 | 1734 | | |
1735 | 1735 | | |
1736 | | - | |
| 1736 | + | |
1737 | 1737 | | |
1738 | 1738 | | |
1739 | 1739 | | |
| |||
1754 | 1754 | | |
1755 | 1755 | | |
1756 | 1756 | | |
1757 | | - | |
| 1757 | + | |
1758 | 1758 | | |
1759 | | - | |
| 1759 | + | |
1760 | 1760 | | |
1761 | 1761 | | |
1762 | 1762 | | |
| |||
2075 | 2075 | | |
2076 | 2076 | | |
2077 | 2077 | | |
2078 | | - | |
| 2078 | + | |
2079 | 2079 | | |
2080 | 2080 | | |
2081 | 2081 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments