Files
weather-app/frontend/ios/App/App/Assets.xcassets/Splash.imageset/Contents.json
theis.gaedigk c7dcc0cc2d 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.
2025-08-03 02:49:44 +02:00

23 lines
403 B
JSON

{
"images" : [
{
"idiom" : "universal",
"filename" : "splash-2732x2732-2.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "splash-2732x2732-1.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "splash-2732x2732.png",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}