Commit Graph

  • 320e3b531a Add iPhone 13 / new iPads / Apple TV 4K 2 master Luke Street 2021-09-24 19:35:39 -04:00
  • 4292f673c5 Make "Disconnected..." message verbose-only (#532) Christopher Fujino 2021-09-16 14:47:50 -07:00
  • cf0c5525e3 Make "Skipping" log messages verbose only (#531) Christopher Fujino 2021-09-16 14:44:50 -07:00
  • f0f0b2b000 Fix an invalid casting from char * to NSString *. (#537) Ivan Hernandez 2021-09-16 15:12:30 -04:00
  • 76796cb470 Remove an erronous comma that is causing an unused data argument in a format string. Ivan Hernandez 2021-09-14 16:16:26 -04:00
  • 0f2ffb1e56 Second commit to add the ability to download OS symbols from an Apple… (#535) Ivan Hernandez 2021-09-14 15:18:46 -04:00
  • f973cb3e04 Add a 'symbols' command line flag that takes a path to a directory. This command will download the dyld cache files containing the system libraries compressed into one file and store them in the given directory. This commit does the same thing that Xcode does when a device is plugged in and Xcode is 'Preparing debugger support for iPhone'. This is only the first part of downloading symbols from a device. A subsequent commit will extract the libraries the dyld cache files. (#534) Ivan Hernandez 2021-09-13 14:22:46 -04:00
  • c7c50a6a55 Prioritize using the Xcode path set in the DEVELOPER_DIR environment variable when available. (#533) Ivan Hernandez 2021-09-01 15:59:07 -04:00
  • 4405d291e2 Support building with Bazel (#530) Thi Doãn 2021-08-19 03:21:15 +09:00
  • 0ea640092d Speed up copy_find_path by specifying maxdepth in find (#526) Nisarg Jhaveri 2021-07-26 18:32:31 +05:30
  • 1bae6a263a Print uploaded files in verbose mode (#520) Eugene 2021-07-19 16:21:43 +03:00
  • 357d176179 Fix some compiler warnings, cleaner build logs (#517) Nisarg Jhaveri 2021-06-03 06:43:23 +05:30
  • 30f31fa7ed Log DeviceDisconnected event when running with --json (#516) Nisarg Jhaveri 2021-06-03 06:39:00 +05:30
  • df7d9f1e9c Show finer progress when installing (#515) Nisarg Jhaveri 2021-06-03 06:31:23 +05:30
  • a9be896dae Add new iPads (#512) Gabe Giosia 2021-06-02 20:58:28 -04:00
  • 2028584e0f Add new iPads gabebear-add-ipads Gabe Giosia 2021-05-21 19:09:43 -04:00
  • 7734420b60 Allow --nolldb to run without providing an app bundle. This can be used when we intend to debug a process that is already installed or is already running on the device. The user must run lldb on their own, manually connect the debugserver and attach or launch a process to debug on the device. (#507) Ivan Hernandez 2021-04-07 16:44:25 -04:00
  • 8dfad9b6b1 Add support for more friendly usages of --key (#501) ryanluoo 2021-02-23 19:29:51 +08:00
  • 928d4feaa7 Print the installation path of the app bundle on the actual device after installation. Prints by default when using JSON output because new JSON fields are presumably backwards compatible and will be ignored by any existing parsing logic. Requires --verbose when not using JSON to maintain formaat of existing output. (#503) Ivan Hernandez 2021-02-19 10:50:01 -05:00
  • 972a328581 add basic support for watchos (#502) Ukalnins 2021-02-19 17:24:02 +02:00
  • 71f3617dc5 Incremented version to 1.11.4 1.11.4 Ivan Hernandez 2021-01-25 08:53:55 -05:00
  • 23b9278f15 Add -k/--key option. Allow getting more properties of the app (#497) ryanluoo 2021-01-25 21:38:40 +08:00
  • 00a39c8180 Show iOS version and build version in "Device found" message (#491) marc hoffman 2020-12-14 09:39:51 -04:00
  • 944329c5e7 Show connection type in "Disconnected" messages (#490) marc hoffman 2020-11-20 17:43:55 -04:00
  • 9233ad0127 Always emit "Symbol Path: ", even when running --nolldb (#488) marc hoffman 2020-11-19 12:14:15 -04:00
  • 18d75972c1 Typo in description (#489) 0x3c3e 2020-11-19 01:28:25 +03:00
  • a4d56c4c85 Incremented version to 1.11.3 1.11.3 Ivan Hernandez 2020-10-22 20:12:10 -04:00
  • 5308dfeeb9 Allocate ref on stack instead of the type itself for AFC service startup (#485) Ukalnins 2020-10-20 18:17:22 +03:00
  • 862f0c2f85 fix script generation to not comment out the first line (#481) Ukalnins 2020-10-19 23:33:11 +03:00
  • a9e59d2746 Add new iPad and iPhone models. (#483) Ivan Hernandez 2020-10-19 16:30:41 -04:00
  • b7e0b0047b Incremented version to 1.11.2 1.11.2 Ivan Hernandez 2020-09-18 14:42:08 -04:00
  • fad42f7bf4 fix missing output when lldb is buffering output (#474) Ukalnins 2020-09-07 14:07:06 +03:00
  • 5322de73b9 add ability to execute custom scripts and commands (#472) Ukalnins 2020-09-01 17:42:58 +03:00
  • ee3aec1a30 fix handling of utf8 in output/error paths (#473) Ukalnins 2020-09-01 17:08:32 +03:00
  • e72292943d Incremented version to 1.11.2-beta.1 1.11.2-beta.1 Ivan Hernandez 2020-08-31 11:36:58 -04:00
  • 67cef1bf24 Incremented version to 1.11.2 Ivan Hernandez 2020-08-31 11:19:58 -04:00
  • 8092250a3c fix communication with debuggserver on ios-14 (#471) Ukalnins 2020-08-31 18:02:06 +03:00
  • 5276058e79 Incremented version to 1.11.1 1.11.1 Gabe Giosia 2020-08-19 10:55:55 -04:00
  • dd6b949c2d Mark betas as only having "preliminary testing" Gabe Giosia 2020-08-19 10:23:55 -04:00
  • 89c509bf25 Fix Large Incremental Installs (#470) Ivan Hernandez 2020-08-19 09:44:37 -04:00
  • 3b4f01181c Update the help output Gabe Giosia 2020-08-13 10:28:34 -04:00
  • ff9e97cd4c Update README.md Gabe Giosia 2020-07-27 15:28:17 -04:00
  • e3a798cc34 Update README.md Gabe Giosia 2020-07-27 11:20:45 -04:00
  • 8371c38e19 Update README.md Gabe Giosia 2020-07-27 11:20:22 -04:00
  • a3d65faba7 Remove ElCaptain message and add nodeJS versions Gabe Giosia 2020-07-27 11:10:33 -04:00
  • 2377abc560 Removing "Filing an issue" from CONTRIBUTING Gabe Giosia 2020-07-27 11:03:02 -04:00
  • 9f7fe09b05 Add Documentation for command in #453 Gabe Giosia 2020-07-27 09:53:31 -04:00
  • 2d1b059508 Change versions that were tested Gabe Giosia 2020-07-27 09:28:57 -04:00
  • e8e321c421 Incremented version to 1.11.0-beta.1 1.11.0-beta.1 Gabe Giosia 2020-07-09 10:27:29 -04:00
  • fcbba00cd6 Incremented version to 1.11.0 1.11.0 Gabe Giosia 2020-07-09 10:15:19 -04:00
  • c1050a9d8e fix lldb script on xcode 12 (#464) Ukalnins 2020-06-27 00:12:40 +03:00
  • dadab259fc Fix a few unused variable warnings. (#463) Ivan Hernandez 2020-06-23 10:46:39 -04:00
  • 55b011d939 Exit early from install/transfer callbacks if the dictionary contains an error. (#461) Ryan McPherson 2020-05-05 11:30:00 -07:00
  • c2c0f8d35f Add iPhone SE 2G (#460) Gabe Giosia 2020-05-01 16:12:05 -04:00
  • d3e898f883 handle errors during debugserver startup and add helper function to start session (#459) Ukalnins 2020-04-23 21:21:23 +03:00
  • 72cbd8dcf4 Add --json support for list_bundle_id (#457) ryanluoo 2020-04-05 17:11:25 +08:00
  • 575cd60c31 fix: remove extra space ryanluoo 2020-04-01 20:26:44 +08:00
  • 3ad4726b01 Add -F/--non-recursively option that controls whether to walk the directory recursively; add --json support for list_file (#454) ryanluoo 2020-04-01 18:09:43 +08:00
  • b264c95f8b Add --file_system/-f option that allows to access the raw file system (#453) ryanluoo 2020-03-27 21:12:33 +08:00
  • deda9552ea Add new iPad models Gabe Giosia 2020-03-26 16:50:04 -04:00
  • 3b1419b7c9 Change progress values during incremental installation to follow the same convention that standard installations follow (#451) Ivan Hernandez 2020-02-14 13:06:33 -05:00
  • 661efae1c6 Only grab terminal when necessery and restore when done (#414) Ukalnins 2020-01-22 18:05:24 +02:00
  • b789f9be72 remove building of dummy ios-deploy-lib (#448) Gabe Giosia 2020-01-22 11:01:04 -05:00
  • cb9b9bdd24 remove unsused ios-deploy-lib Gabe Giosia 2020-01-19 21:58:01 -05:00
  • a479ca2326 Update AMDeviceCreateHouseArrestService() to have types for options (#447) Gabe Giosia 2020-01-19 21:37:57 -05:00
  • f0175101d4 Fix the error when try to access some apps' sandbox by using a different command to start house arrest service (#446) ryanluoo 2020-01-20 10:29:40 +08:00
  • 84e29ebee1 Print Disconnect message when a device connection is lost (#442) maxtardif 2020-01-19 11:41:06 +01:00
  • e3e4b0aaec Log the values of ProductVersion and BuildVersion when running in verbose mode. (#444) Steve Hunt 2020-01-17 21:15:13 +00:00
  • e6f7777328 Use arch when looking for device support path (#441) Jaime Bernardo 2020-01-17 21:14:33 +00:00
  • b55ad124bd Rmtree command (#440) Steve Hunt 2020-01-15 14:34:48 +00:00
  • db36af10f5 Add NDEBUG option to release flags so assertions are disabled in release builds. (#439) Ivan Hernandez 2020-01-09 14:33:53 -05:00
  • 2f5162f9ba Fix json output for the installation callback and add json output when finding DeveloperDiskImage.dmg fails. (#438) Ivan Hernandez 2020-01-08 15:11:16 -05:00
  • e4697e80cc fixing up static analyzer leak warnings (#436) Gabe Giosia 2020-01-08 10:48:08 -05:00
  • 49aba90fbe Update README to mention incremental installation. (#437) Ivan Hernandez 2020-01-07 23:21:39 -05:00
  • 3a3e2985aa Add --app_deltas option that can be used to specify a directory to store data to enable incremental installs. (#434) Ivan Hernandez 2020-01-06 20:59:36 -05:00
  • 52f7597996 Merge pull request #428 from ios-control/gabebear-patch-1 Gabe Giosia 2019-12-11 16:50:25 -05:00
  • b87554cb7e Merge branch 'master' into gabebear-patch-1 Gabe Giosia 2019-12-11 16:47:24 -05:00
  • b7b17daa8a Merge pull request #429 from ios-control/gabebear-patch-2 Gabe Giosia 2019-12-10 16:45:15 -05:00
  • e2fff6efe1 Merge branch 'master' into gabebear-patch-1 Gabe Giosia 2019-12-10 10:11:29 -05:00
  • 688f9ed424 Merge branch 'master' into gabebear-patch-2 Gabe Giosia 2019-12-10 10:11:18 -05:00
  • 414e60f307 Merge pull request #430 from ios-control/gabebear-patch-3 Gabe Giosia 2019-12-10 10:11:02 -05:00
  • ef2b073df3 Add npmjs and homebrew steps to releasing. Gabe Giosia 2019-12-10 10:08:31 -05:00
  • 3714fc19f5 Add npm uninstall step Gabe Giosia 2019-12-10 05:00:42 -05:00
  • 94c8fad0e7 Remove node/npm from normal instructions in README Gabe Giosia 2019-12-10 04:48:58 -05:00
  • 41f221417c Remove El Capitan check Gabe Giosia 2019-12-09 21:33:25 -05:00
  • 0640c4304a Merge pull request #427 from ios-control/1.10.0 1.10.0 Gabe Giosia 2019-12-09 11:45:37 -08:00
  • 849c61e12a bumping version to non-beta 1.10.0 Gabriel Giosia 2019-12-09 14:39:47 -05:00
  • 5747cc5712 Merge pull request #426 from ios-control/1.10.0-beta.4 1.10.0-beta4 Gabe Giosia 2019-12-05 16:31:59 -08:00
  • 5ce2f8a249 Updating to 1.10.0-beta4 Gabe Giosia 2019-12-05 16:25:35 -08:00
  • 890339154a Merge pull request #423 from Ukalnins/fix_test_compilation Gabe Giosia 2019-12-05 15:36:17 -08:00
  • 384d004c3e Merge branch 'master' into fix_test_compilation Gabe Giosia 2019-12-05 15:33:42 -08:00
  • 0d270581c1 Merge pull request #424 from mlavergn/patch-1 Gabe Giosia 2019-12-05 05:57:56 -08:00
  • 37b6efb3f0 Remove duped iPad Pro 11 entries in device_db.h Marc Lavergne 2019-12-04 21:10:34 -05:00
  • cca545fb7a #422 copy fix from #387 also to test scheme Ukalnins 2019-12-04 14:27:23 +02:00
  • 784090b76f Merge pull request #421 from gabebear/patch-10 Gabe Giosia 2019-11-19 12:27:57 -05:00
  • da2c2545e4 iPad 7th gen is arm64(A10), not arm64e Gabe Giosia 2019-11-15 17:29:56 -05:00
  • eb3565905e Update Device Definitions Gabe Giosia 2019-11-15 17:20:39 -05:00
  • a6e61f44a9 Incremented version to 1.10.0-beta.3 1.10.0-beta.3 Shazron Abdullah 2019-08-15 13:54:22 +08:00
  • 9171a1fd6d Error when people pass args or envs with nolldb. (#407) Gabe Giosia 2019-08-15 01:39:24 -04:00
  • 4728e05d8c fix: Always send unsigned error codes in JSON (#406) Gabe Giosia 2019-08-07 20:48:12 -04:00