Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Print the installation path of the app bundle on the actual device af… #503

Merged
merged 2 commits into from Feb 19, 2021

Conversation

ivanhernandez13
Copy link

…ter 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.

…ter 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.
if (bundle_id != NULL) {
install_bundle_id = CFStringCreateWithCString(NULL, bundle_id, kCFStringEncodingUTF8);
} else {
CFStringRef extracted_bundle_id = copy_bundle_id(url);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn't this need a CFRelease()?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NVM, see below it will be released... have you run the analyzer on this change?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep did run analyzer, no new issues reported.

@ivanhernandez13 ivanhernandez13 merged commit 928d4fe into ios-control:master Feb 19, 2021
ivanhernandez13 added a commit to ivanhernandez13/ios-deploy that referenced this pull request Dec 6, 2022
…quires explicitly 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.
ivanhernandez13 added a commit that referenced this pull request Dec 8, 2022
…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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants