This repository has been archived by the owner on Jan 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 726
Remerged with 1.5.1 #20
Open
senthilmanick
wants to merge
501
commits into
10p-freddo:master
Choose a base branch
from
ios-control:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Not sure why the PR went to this repo, the maintainer has abandoned it. |
Added support for recursive directory uploads
Update for iPhone SE
Fixes cases where process is not yet running. Signed-off-by: Shazron Abdullah <[email protected]>
…g root_path (some paths weren't working)
Automatically generated using MobileDevice.framework private APIs. Xcode 7.3.1 and OS X 10.11.5.
Bring list of error messages up-to-date.
…he device has been detected
Add missing iPad Air and iPad Mini models, and fixes #244 - ios-deploy will exit when the detection timeout ends even if the device has been detected
Thanks to https://github.com/gusc (Gusts Kaksis) for the patch.
Added support for AppleTV OS
This closes #248 Thanks to https://github.com/gusc
This closes #251
Co-authored-by: Steven An <[email protected]>
…ovisioning profiles. (#549) Co-authored-by: Gabe Giosia <[email protected]>
…ch the device was found (e.g. Wifi, USB, etc) and to correctly start a session before fetching device attributes. Previously without a session, devices connected over wifi would return null for some attributes including BuildVersion and DeviceClass. (#554)
…wifi (#555) Start and connect a session prior to downloading device symbols over wifi because fetching the device class (needed to determine the exact dsc_extractor.bundle to use) over wifi requires a session.
Add a command to check whether a device has enabled developer mode. Developer mode was introduced in iOS 16. When checking devices on older versions the command will print an unsupported error.
Combination of lldb in Xcode-14 and iOS-16 beta currently forwards these events to our handler, which causes premature exit for the non interact script. Crashes and signals have a reason
This reverts commit aa870b5.
…e lldb is not able to print backtrace (#558)
#565) * Xcode does not always contain a dedicated DeveloperDiskImage for each iOS version (e.g. iOS 15.1 and 15.3) so fallback to a DeveloperDiskImage with the same major version but a lower minor version when we don't find an exact match.
…ug server and log it as an event. (#566)
…d caches in parts and they can't be extracted until all of them have been downloaded so download everything first and then extract them instead of alternating between download and extract. (#567)
…icitly providing a bundle id. The bundle id is used to determine the final install location so it can be printed but is not otherwise required. (#569)
* Implement --kill, given pid or bundle id * Change variable name from pid to command_pid
* update it * remove unused file
…ed any thread stopped with exception reason (#601) Co-authored-by: sylar <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updated for japanese systems
Remerged so git can auto merge