Skip to content

Commit

Permalink
Merge pull request #9534 from hansemannn/TIMOB-25269-NEW-6_3_X
Browse files Browse the repository at this point in the history
[TIMOB-25269] (6_3_X) iOS: Use final iPhone X launch-image names
  • Loading branch information
ewieberappc committed Oct 31, 2017
2 parents 3bfa933 + 2436862 commit 99d536d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion iphone/Classes/TiRootViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ - (UIImage*)defaultImageForOrientation:(UIDeviceOrientation) orientation resulti
image = [UIImage imageNamed:@"LaunchImage-1100-Portrait-2436h@3x"];
} else if (UIDeviceOrientationIsLandscape(orientation)) {
// Landscape
image = [UIImage imageNamed:@"LaunchImage-1100-2436h@3x"];
image = [UIImage imageNamed:@"LaunchImage-1100-Landscape-2436h@3x"];
}
if (image != nil) {
*imageOrientation = orientation;
Expand Down
2 changes: 1 addition & 1 deletion iphone/cli/commands/_build.js
Original file line number Diff line number Diff line change
Expand Up @@ -3929,7 +3929,7 @@ iOSBuilder.prototype.writeInfoPlist = function writeInfoPlist() {
[{
'orientation': 'Portrait',
'minimum-system-version': '11.0',
'name': 'Default',
'name': 'Default-Portrait',
'subtype': '2436h',
'scale': [ '3x' ],
'size': '{375, 812}'
Expand Down

0 comments on commit 99d536d

Please sign in to comment.