You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fprintf(stderr, " --family <device family> The device type that should be simulated (defaults to `iphone')\n");
136
136
fprintf(stderr, " --retina Start a retina device\n");
137
137
fprintf(stderr, " --tall In combination with --retina flag, start the tall version of the retina device (e.g. iPhone 5 (4-inch))\n");
138
+
fprintf(stderr, " --64bit In combination with --retina flag and the --tall flag, start the 64bit version of the tall retina device (e.g. iPhone 5S (4-inch 64bit))\n");
138
139
fprintf(stderr, " --uuid <uuid> A UUID identifying the session (is that correct?)\n");
139
140
fprintf(stderr, " --env <environment file path> A plist file containing environment key-value pairs that should be set\n");
140
141
fprintf(stderr, " --setenv NAME=VALUE Set an environment variable\n");
0 commit comments