Without wanting to say that it makes _much_ sense or is worth the effort I tried this two weeks ago because I needed the iOS app on a manager's iPhone but the project's iOS devs were not available. I wanted to add the iOS platform, zip the platforms/ios folder and send it to another iOS developer (no Cordova there) to build it there.
Maybe a deeper - low priority - goal here would be to have the same node scripts on most platforms. Am 02.02.2014 00:06 schrieb "Jesse" <purplecabb...@gmail.com>: > Bas, keep in mind that anyone can enter an issue in JIRA, it doesn't > necessarily mean that it is valid, or thought through, it is just a > request. > Andrew's comment on the issue itself points some of this out. > It may make more sense to start with issues that have be created by a core > contributor. > You probably chose this issue because it was unassigned, choosing an > assigned bug ( but not in-progress ) may be better as well, just be sure to > reassign it to yourself, and mark it in-progress. > > @purplecabbage > risingj.com > > > On Sat, Feb 1, 2014 at 2:46 PM, Steven Gill <stevengil...@gmail.com> > wrote: > > > Why do we want to allow IOS create on windows? Xcode(a mac) is a > > requirement for development for iOS. I don't understand why this > > functionality is needed. WP stuff needs a windows machine to > > run/build/emulate. Hence why those commands are only available on a > windows > > machine. > > > > > > On Sat, Feb 1, 2014 at 1:05 PM, Bas Bosman <cord...@nazgul.nu> wrote: > > > > > I've been looking into this. (JIRA CB-5706) > > > > > > The current create and update scripts for iOS are shell and Python > > script. > > > Both of which aren't available on Windows without jumping through a lot > > of > > > hoops. > > > > > > Converting the scripts to JavaScript, modeled after the Android > scripts, > > > will fix the issues of not being able to run them on Windows as we > > already > > > have a Node dependency. > > > > > > But the bigger problem is check_reqs. That will never succeed on > Windows > > > as there's no XCode there. > > > > > > Maybe add an optional --force parameter that will allow people to > ignore > > > the check_reqs result? > > > > > > Before creating a JIRA issue for that I wanted to solicit some opinions > > > here. Is this a valid course of action? Are there better alternatives? > > > > > > Bas > > > > > > > > >