Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

help.txt 2.4KB

123456789101112131415161718192021222324252627282930313233
  1. Usage: ios-sim <command> <options> [--args ...]
  2. Commands:
  3. showsdks List the available iOS SDK versions
  4. showdevicetypes List the available device types
  5. launch <application path> Launch the application at the specified path on the iOS Simulator
  6. start Launch iOS Simulator without an app
  7. install <application path> Install the application at the specified path on the iOS Simulator without launching the app
  8. Options:
  9. --version Print the version of ios-sim
  10. --help Show this help text
  11. --exit Exit after startup
  12. --log <log file path> The path where log of the app running in the Simulator will be redirected to
  13. --devicetypeid <device type> The id of the device type that should be simulated (Xcode6+). Use 'showdevicetypes' to list devices.
  14. e.g "com.apple.CoreSimulator.SimDeviceType.Resizable-iPhone6, 8.0"
  15. Removed in version 4.x:
  16. --stdout <stdout file path> The path where stdout of the simulator will be redirected to (defaults to stdout of ios-sim)
  17. --stderr <stderr file path> The path where stderr of the simulator will be redirected to (defaults to stderr of ios-sim)
  18. --sdk <sdkversion> The iOS SDK version to run the application on (defaults to the latest)
  19. --family <device family> The device type that should be simulated (defaults to `iphone')
  20. --retina Start a retina device
  21. --tall In combination with --retina flag, start the tall version of the retina device (e.g. iPhone 5 (4-inch))
  22. --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))
  23. Unimplemented since version 4.x:
  24. --verbose Set the output level to verbose
  25. --timeout <seconds> The timeout time to wait for a response from the Simulator. Default value: 30 seconds
  26. --args <...> All following arguments will be passed on to the application
  27. --env <environment file path> A plist file containing environment key-value pairs that should be set
  28. --setenv NAME=VALUE Set an environment variable