Skip to content

Releases: ios-control/ios-deploy

New features, bug fixes

01 Aug 22:25
Compare
Choose a tag to compare
  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)

npm version bump

13 May 01:09
Compare
Choose a tag to compare

To fix #36 and publish using node v0.10 (instead of 0.11)

Added uninstall flag. Uninstalls before it installs the app to clear existing data.

09 May 23:56
Compare
Choose a tag to compare

-r / --uninstall
uninstall the app before install (do not use with -m; app cache and data are cleared)

Added non-interactive, port flags. Removed python wrapper.

27 Mar 22:28
Compare
Choose a tag to compare
  • Two flags added:
    (-p/--port) flag (port used for device debugging, default is 12345)
    (-I/--noninteractive) flag (start in non interactive mode - quit when app crashes or exits)
  • Python wrapper shell removed.
  • App does not hang when being called from a shell script now

Support latest Xcode versions

21 Mar 00:05
Compare
Choose a tag to compare

Symbol location is dynamically calculated for lldb. This cuts down on startup time to ~5s (from 70s)

Support lldb

22 Oct 21:18
Compare
Choose a tag to compare

support npm uninstall

29 Jul 22:53
Compare
Choose a tag to compare
1.0.3

v1.0.3 - support npm uninstall

fixed bugs with latest Xcode (#2)

27 Jul 07:38
Compare
Choose a tag to compare

bug fixes related to DeveloperDiskImage.dmg and gdb

1.0.1

21 Jul 19:59
Compare
Choose a tag to compare

npm install