0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 38 minutes ago. based on code collected about 8 hours ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add support for listing, downloading, installing, and uninstalling provisioning profiles. More... about 2 years ago
restore behaviour where DEVELOPER_DIR pointing not Xcode.app still works (#544) More... over 2 years ago
Skip removing FIFOs from device (#528) More... over 2 years ago
Correct read_dir nlink/blocks reporting (#540) More... over 2 years ago
Add iPhone 13 / new iPads / Apple TV 4K 2 (#539) More... over 2 years ago
Make "Disconnected..." message verbose-only (#532) More... over 2 years ago
Make "Skipping" log messages verbose only (#531) More... over 2 years ago
Fix an invalid casting from char * to NSString *. (#537) More... over 2 years ago
Remove an erronous comma that is causing an unused data argument in a format string. More... over 2 years ago
Second commit to add the ability to download OS symbols from an Apple… (#535) More... over 2 years ago
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) More... over 2 years ago
Prioritize using the Xcode path set in the DEVELOPER_DIR environment variable when available. (#533) More... over 2 years ago
Support building with Bazel (#530) More... over 2 years ago
Speed up copy_find_path by specifying maxdepth in find (#526) More... almost 3 years ago
Print uploaded files in verbose mode (#520) More... almost 3 years ago
Fix some compiler warnings, cleaner build logs (#517) More... almost 3 years ago
Log DeviceDisconnected event when running with --json (#516) More... almost 3 years ago
Show finer progress when installing (#515) More... almost 3 years ago
Add new iPads (#512) More... almost 3 years ago
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) More... about 3 years ago
Add support for more friendly usages of --key (#501) More... about 3 years ago
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) More... about 3 years ago
add basic support for watchos (#502) More... about 3 years ago
Incremented version to 1.11.4 More... over 3 years ago
Add -k/--key option. Allow getting more properties of the app (#497) More... over 3 years ago
Show iOS version and build version in "Device found" message (#491) More... over 3 years ago
Show connection type in "Disconnected" messages (#490) More... over 3 years ago
Always emit "Symbol Path: ", even when running `--nolldb` (#488) More... over 3 years ago
Typo in description (#489) More... over 3 years ago
Incremented version to 1.11.3 More... over 3 years ago