Files
Test-CI-CD/iosApp/iosApp/iOSApp.swift
T
lamtruong28 e091288388
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1m29s
Add all files to develop branch
2026-08-05 22:15:55 +07:00

10 lines
135 B
Swift

import SwiftUI
@main
struct iOSApp: App {
var body: some Scene {
WindowGroup {
ContentView()
}
}
}