Replies: 1 comment
-
The command output is JSON so users can use pymobiledevice3 apps list --system --no-color | jq '.[].CFBundleIdentifier' |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The "apps list" command produces a lot of output. It seems that a lot of information contained in the info.plist of the application will be displayed together.
Can you provide a command that displays only simple information like name, bundle_id, version (one line per app), and then another command query the details based on the bundle_id?
Beta Was this translation helpful? Give feedback.
All reactions