libimobiledevice
libimobiledevice copied to clipboard
Pls add info and parse key to list apps
xml output from
ideviceinstaller -l -o xml
shows a lot of information and is difficult to parse without additional applications
What I want:
- Command to show app info like
ideviceinstaller --app <APPID> - Show only searched keys like
ideviceinstaller --app <APPID> --key "CFBundleShortVersionString" --key "CFBundleIdentifier --key "CFBundleVersion"with output like
CFBundleIdentifier: com.google.ios.youtube
CFBundleShortVersionString: 17.16.4
CFBundleVersion: 17.16.4