Initial commit: Swift UIKit iOS project with MVVM guidelines.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-06 14:44:51 +08:00
commit b20e613fec
13 changed files with 654 additions and 0 deletions

13
.gitignore vendored Normal file
View File

@ -0,0 +1,13 @@
# Xcode
build/
DerivedData/
*.xcuserstate
*.xcscmblueprint
xcuserdata/
# Swift Package Manager
.build/
.swiftpm/
# macOS
.DS_Store