List Selection and JSON datasource
This commit is contained in:
@@ -22,18 +22,9 @@ import WebKit
|
||||
|
||||
@main
|
||||
struct Clemens_PlaygroundApp: App {
|
||||
|
||||
private var url = "https://fressnapf-dev-gameassets.gamegame-server.de/"
|
||||
|
||||
var body: some Scene {
|
||||
WindowGroup {
|
||||
VStack {
|
||||
// Use this for >= Xcode 26 and remove commentary in "NewWebView.swift"
|
||||
// NewWebView(url)
|
||||
|
||||
// Use this for < Xcode 26
|
||||
OldWebView(url)
|
||||
}
|
||||
GameSelection()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user