Add initial iOS app configuration with LaunchScreen and Main storyboards, Info.plist, and Podfile

- Created LaunchScreen.storyboard for app launch interface with a splash image.
- Created Main.storyboard for the main app interface using CAPBridgeViewController.
- Added Info.plist with essential app metadata, including display name and storyboard references.
- Introduced Podfile to manage dependencies for Capacitor and Cordova integration.
This commit is contained in:
2025-08-03 02:49:44 +02:00
parent 0da92ead3c
commit c7dcc0cc2d
20 changed files with 1831 additions and 14 deletions

13
frontend/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