Is it possible to push an IPA to a device via the command line?
The IPA was built from the command line using xcodebuild
and signed with a developer certificate. The device is not jail broken and was provisioned for development. In the case of a Bundle being delivered, I fix it up per Ad-Hoc and App Store IPAs with xcrun.
I am aware of fruitstrap. I don't want strip the App Bundle from the IPA (fruitstrap requirement), and I don't want the 'debug hook' provided by fruitstrap.
The question is similar to Install application in iphone device through command line, but I need Apple tools.
So far, I've only found manual methods using iTunes. (And as @fanneyward offered - mobile safari).