Ewan Harris
Ewan Harris
I took a stab at seeing how this would work using the existing `--skip-zip` flag on `scons package` and this is [the resulting build](https://github.com/ewanharris/titanium_mobile/runs/5710670914), it looks like it uploading the...
PR that attempts the above here https://github.com/tidev/titanium/pull/559
Marked as ready for review accidentally in the app. @hansemannn this is the scons build code which is less problematic imo, I remember reviewing this and what as changed worked...
@alexlarocca I think you're on the right track there, I think editing [this regex](https://github.com/appcelerator/ioslib/blob/1_7_X/lib/simulator.js#L269) and ensuring the iPod family gets assigned to the right simType [here](https://github.com/appcelerator/ioslib/blob/1_7_X/lib/simulator.js#L292) should have the iPod...
The main problem here would be the time again, the iOS suite runs fairly quick (~10 minutes) whereas for Android it takes a lot longer. At worst ~50 minutes (AVD...
npm@6 dropped support for Node 4 so npm install@latest will fail there. Node 4 is now EOL so 🤷♂️. Let me know if you'd like me to drop Node 4...
@lukeed (sorry for the ping 😬 ) any thoughts on the above?
I would prefer for us to deal with this as planned in Alloy 2 alongside #952 and related tickets. I don't think we should make the commander definition the interface...
@hansemannn it wont make it into the next release (1.14.0) but maybe the one after that. There's still some work (as outlined in the PR) and a lot of testing...
Hey @parkerault I just put up a PR that adds support for this (#416), if you're still interested it would be great if you're able to take a look and...