Add initial iOS project files including LaunchScreen and Main storyboards, Info.plist, and Podfile

- Created LaunchScreen.storyboard with a splash image.
- Created Main.storyboard with a bridge view controller.
- Added Info.plist with essential app configuration.
- Initialized Podfile for CocoaPods dependency management.
This commit is contained in:
2025-08-03 03:23:21 +02:00
parent c5613f2028
commit 2633c07745
17 changed files with 658 additions and 0 deletions

13
ios/.gitignore vendored Normal file
View File

@@ -0,0 +1,13 @@
App/build
App/Pods
App/output
App/App/public
DerivedData
xcuserdata
# Cordova plugins for Capacitor
capacitor-cordova-ios-plugins
# Generated Config files
App/App/capacitor.config.json
App/App/config.xml