3 Commits
Author SHA1 Message Date
furyhawk e0ca242e3b feat: add location permissions and usage descriptions for bus stop proximity 2026-06-06 19:50:18 +08:00
furyhawk fbf86ffe16 feat: add Package.resolved for Swift Package Manager configuration 2026-06-06 19:50:18 +08:00
furyhawk d448ee2854 Add initial iOS project setup with LaunchScreen and Main storyboards, Info.plist, and SPM configuration
- Created LaunchScreen.storyboard for app launch interface.
- Added Main.storyboard for the main app interface with a bridge view controller.
- Initialized Info.plist with necessary app configuration settings.
- Set up .gitignore for SPM dependencies and build artifacts.
- Created Package.swift for managing SPM dependencies, including Capacitor and Cordova.
- Added README.md for CapApp-SPM package documentation.
- Implemented a simple CapApp-SPM.swift file to indicate the app is a Capacitor app.
- Introduced debug.xcconfig to manage debug configuration settings.
2026-06-06 19:50:18 +08:00