Skip to content

Commit b65cc39

Browse files
committed
Merge branch 'release/v3.1-16'
2 parents 95eb66c + efd46ff commit b65cc39

File tree

6 files changed

+35
-0
lines changed

6 files changed

+35
-0
lines changed

iMEGA/Images.xcassets/LaunchImage.launchimage/Contents.json

+33
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11
{
22
"images" : [
3+
{
4+
"orientation" : "portrait",
5+
"idiom" : "iphone",
6+
"filename" : "splashImage~iphone.png",
7+
"extent" : "full-screen",
8+
"minimum-system-version" : "7.0",
9+
"scale" : "2x"
10+
},
11+
{
12+
"extent" : "full-screen",
13+
"idiom" : "iphone",
14+
"subtype" : "retina4",
15+
"filename" : "splashImage@2x~iphone.png",
16+
"minimum-system-version" : "7.0",
17+
"orientation" : "portrait",
18+
"scale" : "2x"
19+
},
20+
{
21+
"orientation" : "portrait",
22+
"idiom" : "ipad",
23+
"filename" : "splashImage~ipad.png",
24+
"extent" : "full-screen",
25+
"minimum-system-version" : "7.0",
26+
"scale" : "1x"
27+
},
28+
{
29+
"orientation" : "portrait",
30+
"idiom" : "ipad",
31+
"filename" : "splashImage@2x~ipad.png",
32+
"extent" : "full-screen",
33+
"minimum-system-version" : "7.0",
34+
"scale" : "2x"
35+
},
336
{
437
"orientation" : "portrait",
538
"idiom" : "iphone",
Loading
Loading
Loading
Loading

iMEGA/Info.plist

+2
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@
9393
<array>
9494
<string>armv7</string>
9595
</array>
96+
<key>UIRequiresFullScreen</key>
97+
<true/>
9698
<key>UIStatusBarTintParameters</key>
9799
<dict>
98100
<key>UINavigationBar</key>

0 commit comments

Comments
 (0)