@@ -12,7 +12,7 @@ struct AppView: View {
1212 window. backgroundColor = . brown
1313 }
1414 #elseif os(macOS)
15- . introspect( . window, on: . macOS( . v10_15, . v11, . v12, . v13, . v14) ) { window in
15+ . introspect( . window, on: . macOS( . v10_15, . v11, . v12, . v13, . v14, . v15 ) ) { window in
1616 window. backgroundColor = . lightGray
1717 }
1818 #endif
@@ -92,7 +92,7 @@ struct ListShowcase: View {
9292 collectionView. subviews. dropFirst ( 1 ) . first? . backgroundColor = . cyan
9393 }
9494 #elseif os(macOS)
95- . introspect( . list, on: . macOS( . v10_15, . v11, . v12, . v13, . v14) ) { tableView in
95+ . introspect( . list, on: . macOS( . v10_15, . v11, . v12, . v13, . v14, . v15 ) ) { tableView in
9696 tableView. backgroundColor = . cyan
9797 }
9898 #endif
@@ -117,7 +117,7 @@ struct ListShowcase: View {
117117 collectionView. subviews. dropFirst ( 1 ) . first? . backgroundColor = . cyan
118118 }
119119 #elseif os(macOS)
120- . introspect( . list, on: . macOS( . v10_15, . v11, . v12, . v13, . v14) , scope: . ancestor) { tableView in
120+ . introspect( . list, on: . macOS( . v10_15, . v11, . v12, . v13, . v14, . v15 ) , scope: . ancestor) { tableView in
121121 tableView. backgroundColor = . cyan
122122 }
123123 #endif
@@ -155,7 +155,7 @@ struct ScrollViewShowcase: View {
155155 scrollView. layer. backgroundColor = UIColor . cyan. cgColor
156156 }
157157 #elseif os(macOS)
158- . introspect( . scrollView, on: . macOS( . v10_15, . v11, . v12, . v13, . v14) ) { scrollView in
158+ . introspect( . scrollView, on: . macOS( . v10_15, . v11, . v12, . v13, . v14, . v15 ) ) { scrollView in
159159 scrollView. drawsBackground = true
160160 scrollView. backgroundColor = . cyan
161161 }
@@ -177,7 +177,7 @@ struct ScrollViewShowcase: View {
177177 scrollView. layer. backgroundColor = UIColor . cyan. cgColor
178178 }
179179 #elseif os(macOS)
180- . introspect( . scrollView, on: . macOS( . v10_15, . v11, . v12, . v13, . v14) , scope: . ancestor) { scrollView in
180+ . introspect( . scrollView, on: . macOS( . v10_15, . v11, . v12, . v13, . v14, . v15 ) , scope: . ancestor) { scrollView in
181181 scrollView. drawsBackground = true
182182 scrollView. backgroundColor = . cyan
183183 }
@@ -310,7 +310,7 @@ struct GenericViewShowcase: View {
310310 view. backgroundColor = . cyan
311311 }
312312 #elseif os(macOS)
313- . introspect( . view, on: . macOS( . v10_15, . v11, . v12, . v13, . v14) ) { view in
313+ . introspect( . view, on: . macOS( . v10_15, . v11, . v12, . v13, . v14, . v15 ) ) { view in
314314 view. layer? . backgroundColor = NSColor . cyan. cgColor
315315 }
316316 #endif
@@ -322,11 +322,11 @@ struct GenericViewShowcase: View {
322322 . view,
323323 on: . iOS( . v13, . v14, . v15, . v16, . v17, . v18) , . tvOS( . v13, . v14, . v15, . v16, . v17, . v18) , . visionOS( . v1, . v2)
324324 ) { view in
325- view. backgroundColor = . lightGray
325+ view. backgroundColor = . yellow
326326 }
327327 #elseif os(macOS)
328- . introspect( . view, on: . macOS( . v10_15, . v11, . v12, . v13, . v14) ) { view in
329- view. layer? . backgroundColor = NSColor . lightGray . cgColor
328+ . introspect( . view, on: . macOS( . v10_15, . v11, . v12, . v13, . v14, . v15 ) ) { view in
329+ view. layer? . backgroundColor = NSColor . yellow . cgColor
330330 }
331331 #endif
332332
@@ -339,7 +339,7 @@ struct GenericViewShowcase: View {
339339 view. backgroundColor = . blue
340340 }
341341 #elseif os(macOS)
342- . introspect( . view, on: . macOS( . v10_15, . v11, . v12, . v13, . v14) ) { view in
342+ . introspect( . view, on: . macOS( . v10_15, . v11, . v12, . v13, . v14, . v15 ) ) { view in
343343 view. layer? . backgroundColor = NSColor . blue. cgColor
344344 }
345345 #endif
@@ -353,7 +353,7 @@ struct GenericViewShowcase: View {
353353 view. backgroundColor = . red
354354 }
355355 #elseif os(macOS)
356- . introspect( . view, on: . macOS( . v10_15, . v11, . v12, . v13, . v14) ) { view in
356+ . introspect( . view, on: . macOS( . v10_15, . v11, . v12, . v13, . v14, . v15 ) ) { view in
357357 view. layer? . backgroundColor = NSColor . red. cgColor
358358 }
359359 #endif
@@ -380,7 +380,7 @@ struct SimpleElementsShowcase: View {
380380 textField. backgroundColor = . red
381381 }
382382 #elseif os(macOS)
383- . introspect( . textField, on: . macOS( . v10_15, . v11, . v12, . v13, . v14) ) { textField in
383+ . introspect( . textField, on: . macOS( . v10_15, . v11, . v12, . v13, . v14, . v15 ) ) { textField in
384384 textField. backgroundColor = . red
385385 }
386386 #endif
@@ -395,7 +395,7 @@ struct SimpleElementsShowcase: View {
395395 textField. backgroundColor = . green
396396 }
397397 #elseif os(macOS)
398- . introspect( . textField, on: . macOS( . v10_15, . v11, . v12, . v13, . v14) ) { textField in
398+ . introspect( . textField, on: . macOS( . v10_15, . v11, . v12, . v13, . v14, . v15 ) ) { textField in
399399 textField. backgroundColor = . green
400400 }
401401 #endif
@@ -413,7 +413,7 @@ struct SimpleElementsShowcase: View {
413413 toggle. backgroundColor = . red
414414 }
415415 #elseif os(macOS)
416- . introspect( . toggle, on: . macOS( . v10_15, . v11, . v12, . v13, . v14) ) { toggle in
416+ . introspect( . toggle, on: . macOS( . v10_15, . v11, . v12, . v13, . v14, . v15 ) ) { toggle in
417417 toggle. layer? . backgroundColor = NSColor . red. cgColor
418418 }
419419 #endif
@@ -427,7 +427,7 @@ struct SimpleElementsShowcase: View {
427427 toggle. backgroundColor = . green
428428 }
429429 #elseif os(macOS)
430- . introspect( . toggle, on: . macOS( . v10_15, . v11, . v12, . v13, . v14) ) { toggle in
430+ . introspect( . toggle, on: . macOS( . v10_15, . v11, . v12, . v13, . v14, . v15 ) ) { toggle in
431431 toggle. layer? . backgroundColor = NSColor . green. cgColor
432432 }
433433 #endif
@@ -440,7 +440,7 @@ struct SimpleElementsShowcase: View {
440440 slider. backgroundColor = . red
441441 }
442442 #elseif os(macOS)
443- . introspect( . slider, on: . macOS( . v10_15, . v11, . v12, . v13, . v14) ) { slider in
443+ . introspect( . slider, on: . macOS( . v10_15, . v11, . v12, . v13, . v14, . v15 ) ) { slider in
444444 slider. layer? . backgroundColor = NSColor . red. cgColor
445445 }
446446 #endif
@@ -451,7 +451,7 @@ struct SimpleElementsShowcase: View {
451451 slider. backgroundColor = . green
452452 }
453453 #elseif os(macOS)
454- . introspect( . slider, on: . macOS( . v10_15, . v11, . v12, . v13, . v14) ) { slider in
454+ . introspect( . slider, on: . macOS( . v10_15, . v11, . v12, . v13, . v14, . v15 ) ) { slider in
455455 slider. layer? . backgroundColor = NSColor . green. cgColor
456456 }
457457 #endif
@@ -466,7 +466,7 @@ struct SimpleElementsShowcase: View {
466466 stepper. backgroundColor = . red
467467 }
468468 #elseif os(macOS)
469- . introspect( . stepper, on: . macOS( . v10_15, . v11, . v12, . v13, . v14) ) { stepper in
469+ . introspect( . stepper, on: . macOS( . v10_15, . v11, . v12, . v13, . v14, . v15 ) ) { stepper in
470470 stepper. layer? . backgroundColor = NSColor . red. cgColor
471471 }
472472 #endif
@@ -479,7 +479,7 @@ struct SimpleElementsShowcase: View {
479479 stepper. backgroundColor = . green
480480 }
481481 #elseif os(macOS)
482- . introspect( . stepper, on: . macOS( . v10_15, . v11, . v12, . v13, . v14) ) { stepper in
482+ . introspect( . stepper, on: . macOS( . v10_15, . v11, . v12, . v13, . v14, . v15 ) ) { stepper in
483483 stepper. layer? . backgroundColor = NSColor . green. cgColor
484484 }
485485 #endif
@@ -495,7 +495,7 @@ struct SimpleElementsShowcase: View {
495495 datePicker. backgroundColor = . red
496496 }
497497 #elseif os(macOS)
498- . introspect( . datePicker, on: . macOS( . v10_15, . v11, . v12, . v13, . v14) ) { datePicker in
498+ . introspect( . datePicker, on: . macOS( . v10_15, . v11, . v12, . v13, . v14, . v15 ) ) { datePicker in
499499 datePicker. layer? . backgroundColor = NSColor . red. cgColor
500500 }
501501 #endif
@@ -517,7 +517,7 @@ struct SimpleElementsShowcase: View {
517517 datePicker. backgroundColor = . red
518518 }
519519 #elseif os(macOS)
520- . introspect( . picker( style: . segmented) , on: . macOS( . v10_15, . v11, . v12, . v13, . v14) ) { datePicker in
520+ . introspect( . picker( style: . segmented) , on: . macOS( . v10_15, . v11, . v12, . v13, . v14, . v15 ) ) { datePicker in
521521 datePicker. layer? . backgroundColor = NSColor . red. cgColor
522522 }
523523 #endif
0 commit comments