- 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.
14 lines
206 B
Plaintext
14 lines
206 B
Plaintext
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
|