So I played around with this for a bit more.
I needed the pass the following into the app to get it to launch without asking me questions
➜ hi cd _tmp
➜ _tmp ls
LICENSE README Resources build tiapp.xml
➜ _tmp titanium build --platform=ios --device-id=D2398AAC-083E-46CB-81C7-64A9F278DC4D
Titanium Command-Line Interface, CLI version 3.4.0, Titanium SDK version 3.4.0.GA
Copyright (c) 2012-2014, Appcelerator, Inc. All Rights Reserved.
Please report bugs to http://jira.appcelerator.org/
... blah blah blah trim a lot of stuff ...
[INFO] Skipping xcodebuild
[INFO] Finished building the application in 861ms
[INFO] Launching iOS Simulator
triple needs to accept arguments and pass them back to Titanium CLI kind of like how Alloy's jake command ended up doing.
So I played around with this for a bit more.
I needed the pass the following into the app to get it to launch without asking me questions
triple needs to accept arguments and pass them back to Titanium CLI kind of like how Alloy's jake command ended up doing.