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:
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>IDEDidComputeMac32BitWarning</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
Reference in New Issue
Block a user