-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows support #5
Comments
Indeed, it should be better with this last commit. Please let me know if you could test it, I don't have any Windows installed :( |
It should be either:
or
otherwise it's all OK! Thank you! |
|
Indeed. I've had a module not found though. Let me double check that. Also there is an issue with the Bridging Header Path property being set in the Windows format. |
To understand well, how can you use xcode from Windows ? Are you using a VM and keeping your sources on your local file system ? |
I meant to say that I About |
Hmmm interesting, let me check what happens without an absolute path. yep, |
cordova 6.1.1 without an absolute path, |
is it working on your side with just a simple |
Ah ! Yep I should use |
Should be better right ? |
about the dependency, yes very good! |
Cordova does not seem to set |
Yep that's why I do the job ;) |
:) what about: 1 - when you look for the header file you use the 2 - when you do create the Bridging-Header.file you set |
Yep, that's exactly what I've done. Please let me know if all is fine with this last commit. |
That's almost it. Path separator on Windows is Also Im' not sure about that:
It prevents people to use an absolute path if they wish so. I would get rid of this. Please allow me again, I think we need something like that:
what do you think? thanks ;) |
Just for your information, CB-10072, in
|
Yep he also created an issue on this project about that jira. |
But it doesn't ensure the old cordova versions compatibility and I'd like to keep that. |
ok I understand your points. |
What about this last commit ? |
any custom |
The path to the bridging header is now forced to |
Are we all good now ? 🙏 🙏 🙏 |
That's good for me 👍 |
Oh yeah ! Let's merge it ;) |
And thanks for your precious reviews. |
you're welcome 😌 |
Hi @akofman
I think one cannot prepare their project on Windows as
find . -name ...
isn't a valid command.It'd be nice though if we could.
Thank you
The text was updated successfully, but these errors were encountered: