- Created new app icon images for various sizes and added them to the asset catalog. - Added launch images for different resolutions (1x, 2x, 3x) in the asset catalog. - Updated the LaunchScreen storyboard to use the new launch images. - Created a README for the launch image assets directory. - Updated Info.plist to reference the new launch storyboard. - Added a bridging header for Swift compatibility. - Created initial test file for Runner application. - Initialized project structure with necessary files and configurations.
24 lines
391 B
JSON
24 lines
391 B
JSON
{
|
|
"images" : [
|
|
{
|
|
"idiom" : "universal",
|
|
"filename" : "LaunchImage.png",
|
|
"scale" : "1x"
|
|
},
|
|
{
|
|
"idiom" : "universal",
|
|
"filename" : "LaunchImage@2x.png",
|
|
"scale" : "2x"
|
|
},
|
|
{
|
|
"idiom" : "universal",
|
|
"filename" : "LaunchImage@3x.png",
|
|
"scale" : "3x"
|
|
}
|
|
],
|
|
"info" : {
|
|
"version" : 1,
|
|
"author" : "xcode"
|
|
}
|
|
}
|