We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
renamed:
1 parent 0fc43a2 commit 8be441aCopy full SHA for 8be441a
Sources/SwiftWin32/App and Environment/TraitCollection.swift
@@ -60,7 +60,7 @@ public enum UserInterfaceIdiom: Int {
60
/// An interface designed for a phone.
61
case phone
62
63
- @available(*, deprecated, message: "Use UserInterfaceIdiom.tablet")
+ @available(*, deprecated, renamed: "UserInterfaceIdiom.tablet")
64
case pad
65
66
/// An interface designed for a TV.
@@ -69,7 +69,7 @@ public enum UserInterfaceIdiom: Int {
69
/// An interface designed for a car display.
70
case car
71
72
- @available(*, deprecated, message: "Use UserInterfaceIdiom.desktop")
+ @available(*, deprecated, renamed: "UserInterfaceIdiom.desktop")
73
case mac
74
75
/// An interface designed for a tablet.
0 commit comments