Re: ios-sim (and ios-deploy)

2013-07-27 Thread Shazron
Alright support for ios-deploy should be in: https://issues.apache.org/jira/browse/CB-4336 It will only work if you have the proper cert and provisioning profile installed. If you don't the device build will just fail (but not fail cordova/build) -- the other scripts that pertain to device will

Re: ios-sim (and ios-deploy)

2013-07-23 Thread Shazron
The npm packages are pretty basic and install the tools in /usr/local/bin always, and there is no uninstall. On Tue, Jul 23, 2013 at 1:24 PM, Shazron shaz...@gmail.com wrote: This is all moot when new Xcode bits are required when iOS 7 comes out. I would post a Apple login protected link but

Re: ios-sim (and ios-deploy)

2013-07-23 Thread Brian LeRoux
This is awesome: thanks Shaz! On Tue, Jul 23, 2013 at 4:26 PM, Shazron shaz...@gmail.com wrote: The npm packages are pretty basic and install the tools in /usr/local/bin always, and there is no uninstall. On Tue, Jul 23, 2013 at 1:24 PM, Shazron shaz...@gmail.com wrote: This is all moot

Re: ios-sim (and ios-deploy)

2013-07-23 Thread Anis KADRI
Great! I was thrown off by the error message myself last week. I had homebrew installed but I imagine that some devs don't have that installed and it's two more steps to get an app to emulate. On Tue, Jul 23, 2013 at 1:39 PM, Brian LeRoux b...@brian.io wrote: This is awesome: thanks Shaz! On

Re: ios-sim (and ios-deploy)

2013-07-23 Thread Anis KADRI
If it's packaged as an NPM module of course it is possible. It would be great to support uninstall though. On Tue, Jul 23, 2013 at 4:22 PM, Shazron shaz...@gmail.com wrote: I'm wondering about it being a dependency of the the cordova cli, is this possible?

Re: ios-sim (and ios-deploy)

2013-07-23 Thread Anis KADRI
I just read the issue and Fil is rightfully worried about Windows and other OSes. There is a small workaround for that. Run a script on installation that detects the Operating System you're running on and install the ios-sim dependency only if it's Mac OS X. scripts: { install: node