mobile

ios

get info

get info from plist

$ /usr/libexec/PlistBuddy -c "Print :CFBundleIdentifier" package/Info.plist
com.mycompany.myapp.demo

$ /usr/libexec/PlistBuddy -c print package/Info.plist | grep CFBundleVersion
    CFBundleVersion = 185

get ipa file information

check version

  • mobileprovision

  • get version

  • details

get uuid

idevice

  • list real devices

  • list simulator & devices

list apps

List the 3rd part apps

list default apps

install app

restart device

get provision

idevicepair

ideviceprovision

environment

get info

get bundle id from *.ipa

get imei

get andriod version

show list

list installed apps

list all apps

list connected device

install & uninstall

install

uninstall

  • e.g.:

Last updated

Was this helpful?