mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-09-23 03:28:35 +00:00
macos: use xcodeproj
This commit is contained in:
13
macos/Sources/GhosttyApp.swift
Normal file
13
macos/Sources/GhosttyApp.swift
Normal file
@@ -0,0 +1,13 @@
|
||||
import SwiftUI
|
||||
import GhosttyKit
|
||||
|
||||
@main
|
||||
struct GhosttyApp: App {
|
||||
@State private var num = ghostty_hello()
|
||||
|
||||
var body: some Scene {
|
||||
WindowGroup {
|
||||
Text(String(num)).font(.largeTitle)
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user