Skip to content

Commit

Permalink
launchscreen: rename images properly
Browse files Browse the repository at this point in the history
  • Loading branch information
bagage committed Jan 25, 2016
1 parent 0c0c9b2 commit 8ecec74
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 15 deletions.
26 changes: 13 additions & 13 deletions Resources/Images.xcassets/LaunchImage.launchimage/Contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"orientation" : "portrait",
"idiom" : "iphone",
"filename" : "linphone_splashscreen@2x.png",
"filename" : "linphone-640x960.png",
"extent" : "full-screen",
"minimum-system-version" : "7.0",
"scale" : "2x"
Expand All @@ -12,90 +12,90 @@
"extent" : "full-screen",
"idiom" : "iphone",
"subtype" : "retina4",
"filename" : "linphone_splashscreen-568h@2x.png",
"filename" : "linphone-640x1136.png",
"minimum-system-version" : "7.0",
"orientation" : "portrait",
"scale" : "2x"
},
{
"orientation" : "portrait",
"idiom" : "ipad",
"filename" : "linphone_splashscreen~ipad.png",
"filename" : "linphone-768x1024.png",
"extent" : "full-screen",
"minimum-system-version" : "7.0",
"scale" : "1x"
},
{
"orientation" : "landscape",
"idiom" : "ipad",
"filename" : "linphone_splashscreen-Landscape~ipad.png",
"filename" : "linphone-1024x768.png",
"extent" : "full-screen",
"minimum-system-version" : "7.0",
"scale" : "1x"
},
{
"orientation" : "portrait",
"idiom" : "ipad",
"filename" : "linphone_splashscreen~ipad@2x.png",
"filename" : "linphone-1536x2048.png",
"extent" : "full-screen",
"minimum-system-version" : "7.0",
"scale" : "2x"
},
{
"orientation" : "landscape",
"idiom" : "ipad",
"filename" : "linphone_splashscreen-Landscape~ipad@2x.png",
"filename" : "linphone-2048x1536.png",
"extent" : "full-screen",
"minimum-system-version" : "7.0",
"scale" : "2x"
},
{
"orientation" : "portrait",
"idiom" : "iphone",
"filename" : "linphone_splashscreen.png",
"filename" : "linphone-320x480.png",
"extent" : "full-screen",
"scale" : "1x"
},
{
"orientation" : "portrait",
"idiom" : "iphone",
"filename" : "linphone_splashscreen@2x.png",
"filename" : "linphone-640x960.png",
"extent" : "full-screen",
"scale" : "2x"
},
{
"orientation" : "portrait",
"idiom" : "iphone",
"filename" : "linphone_splashscreen-568h@2x.png",
"filename" : "linphone-640x1136.png",
"extent" : "full-screen",
"subtype" : "retina4",
"scale" : "2x"
},
{
"orientation" : "portrait",
"idiom" : "ipad",
"filename" : "linphone_splashscreen-Portrait.png",
"filename" : "linphone-768x1004.png",
"extent" : "to-status-bar",
"scale" : "1x"
},
{
"orientation" : "landscape",
"idiom" : "ipad",
"filename" : "linphone_splashscreen-Landscape.png",
"filename" : "linphone-1024x748.png",
"extent" : "to-status-bar",
"scale" : "1x"
},
{
"orientation" : "portrait",
"idiom" : "ipad",
"filename" : "linphone_splashscreen-Portrait@2x.png",
"filename" : "linphone-1536x2008.png",
"extent" : "to-status-bar",
"scale" : "2x"
},
{
"orientation" : "landscape",
"idiom" : "ipad",
"filename" : "linphone_splashscreen-Landscape@2x.png",
"filename" : "linphone-2048x1496.png",
"extent" : "to-status-bar",
"scale" : "2x"
}
Expand Down
2 changes: 0 additions & 2 deletions linphone-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@
<string>remote-notification</string>
<string>voip</string>
</array>
<key>UILaunchImageFile~iphone</key>
<string>linphone_splashscreen</string>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
Expand Down

0 comments on commit 8ecec74

Please sign in to comment.