We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c7a788 + 61ab4d6 commit dad2b5cCopy full SHA for dad2b5c
Sources/DebugMenu/View/InAppDebuggerViewController.swift
@@ -225,7 +225,7 @@ extension InAppDebuggerViewController {
225
>(elementKind: UICollectionView.elementKindSectionHeader) {
226
[weak self] (headerView, elementKind, indexPath) in
227
var configuration = headerView.defaultContentConfiguration()
228
- if #available(iOSApplicationExtension 15.0, *) {
+ if #available(iOS 15.0, *) {
229
#if compiler(>=5.5)
230
configuration.text =
231
self?.dataSource.sectionIdentifier(for: indexPath.section)?.title
0 commit comments