Commit cb1a6ec0 authored by justincohen's avatar justincohen Committed by Commit bot

Bump iossim default device to 'iPhone 5s'.

iOS builds now default to 64-bit (codereview.chromium.org/1021513002). Bump
default device to iPhone 5s, which supports 64-bit binaries.

BUG=None
TEST=iossim works without passing any device flags.

Review URL: https://codereview.chromium.org/1070753004

Cr-Commit-Position: refs/heads/master@{#324283}
parent e474a782
...@@ -850,7 +850,8 @@ int main(int argc, char* const argv[]) { ...@@ -850,7 +850,8 @@ int main(int argc, char* const argv[]) {
NSString* appPath = nil; NSString* appPath = nil;
NSString* appName = nil; NSString* appName = nil;
NSString* sdkVersion = nil; NSString* sdkVersion = nil;
NSString* deviceName = IsRunningWithXcode6OrLater() ? @"iPhone 5" : @"iPhone"; NSString* deviceName =
IsRunningWithXcode6OrLater() ? @"iPhone 5s" : @"iPhone";
NSString* simHomePath = nil; NSString* simHomePath = nil;
NSMutableArray* appArgs = [NSMutableArray array]; NSMutableArray* appArgs = [NSMutableArray array];
NSMutableDictionary* appEnv = [NSMutableDictionary dictionary]; NSMutableDictionary* appEnv = [NSMutableDictionary dictionary];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment