🚚 Rename iOS project

This commit is contained in:
2025-11-01 04:09:51 +08:00
parent 01cc71fd47
commit 71033a7b8b
162 changed files with 737 additions and 387 deletions

View File

@@ -0,0 +1,17 @@
//
// SolianApp.swift
// Solian Watch App
//
// Created by LittleSheep on 2025/10/28.
//
import SwiftUI
@main
struct Solian_Watch_AppApp: App {
var body: some Scene {
WindowGroup {
ContentView()
}
}
}