Great job appium team! Thanks for all of the help!!
@wilforeal:
I've been running the 1.3 (ios8 branch up to this point) of appium in concert with using the Appium client dmg app inspector of 1.2.
What I do
a) I use an appium.txt of my choosing.
b) I start up the appium server
c) In a separate terminal, I run appium ruby console (arc) from the same directory as appium.txt above. (assumes appium server installed) https://rubygems.org/gems/appium_console
d) I launch appium client (extracted dmg).
e) I Click the magnifying glass - and inspect away.
What I like about this method is that I never have to muck with my appium dmg client settings. Real good for the workflow.
Cheers.