Skip to content

New features, bug fixes

Compare
Choose a tag to compare
@shazron shazron released this 01 Aug 22:25
· 441 commits to master since this release
  1. added an ability to pass arguments with space character to the application by using "--args" command
    ./ios-deploy ... --args ""TEST_FILTER=some text here" arg2 arg3" (see PR #43)
  2. Implement file listing and upload features from phildrip/fruitstrap. It is useful for configuration management during test automation (see PR #42)
  3. Added functions and changed device descriptions to include the model,
    device name and connection type. WiFi support and checks added (see PR #48)