Commit 06f38ba
authored
Increase deprecation check minimum to iOS 14 and macOS 13 (flutter#7431)
Bump Xcode analyze minimum check version iOS 13 -> iOS 14 and macOS 12.3 -> macOS 13.
- Hit StoreKit2 deprecations. Exclude `in_app_purchase_storekit` to work around StoreKit 1 deprecation warnings. Added a TODO to remove the exclusion when StoreKit2 is adopted (this should happen in the next few weeks) flutter#116383.
- Hit flutter#153587, fixed in flutter/packages#7513
- Hit flutter#125901 which was `#pragma`'d out in flutter/packages#6221
See related flutter/plugins#5778 and flutter#1028351 parent 2a0f254 commit 06f38ba
3 files changed
Lines changed: 4 additions & 2 deletions
File tree
- .ci/targets
- script/configs
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
0 commit comments