libimobiledevice icon indicating copy to clipboard operation
libimobiledevice copied to clipboard

Pls add info and parse key to list apps

Open fleytman opened this issue 3 years ago • 0 comments

xml output from ideviceinstaller -l -o xml shows a lot of information and is difficult to parse without additional applications

What I want:

  1. Command to show app info like ideviceinstaller --app <APPID>
  2. 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

fleytman avatar Apr 26 '22 15:04 fleytman