We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66f6d9e commit bdcdbceCopy full SHA for bdcdbce
1 file changed
PlayAways/ExtensionHandler.swift
@@ -22,11 +22,11 @@ final class ExtensionHandler {
22
23
switch platform {
24
case "macos":
25
- options = .macOSWithPanel
+ options = .macOS
26
case "tvos":
27
- options = .tvOSWithPanel
+ options = .tvOS
28
default:
29
- options = .iOSWithPanel
+ options = .iOS
30
}
31
32
self?.router?.createPlayground(with: options, contents: buffer)
0 commit comments