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:
13
ios/.gitignore
vendored
Normal file
13
ios/.gitignore
vendored
Normal 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
|
Reference in New Issue
Block a user