-
Notifications
You must be signed in to change notification settings - Fork 470
Ship prebuilt binaries on NPM? #136
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
Comments
@auchenberg looks good, but I don't think win32 port will ever be merged into main branch, because it relies on libimobiledevice libraries and it doesn't look like those guys are really interested in win32 platform (though parts of the libraries code is win32-compatible). I decided to go with mingw builds, and it's almost there, just need a minor tweaks #124 |
Aha, but doesn't this non-win32 already rely on I don't know much |
It is for sure and libimobiledevice successfully builds with mingw. Ah yes, just thought electron-prebuilt is used for different purpose. It's too late here, need some sleep. |
Alrighty. Sleep tight @artygus 💤 😴 |
Thanks @auchenberg 😪 |
@artygus @auchenberg Any update on this? Any ETA? |
At Microsoft we are shipping our "protocol adapter" for Edge via NPM. https://github.com/Microsoft/edge-diagnostics-adapter. Makes it super easy to be consumed from node projects. |
@auchenberg @artygus Ok when are we going to do the same for ios-webkit-debug-proxy? It would be easy for node projects like https://github.com/appium/appium depending on this repo. to consume. Looking forward to see this in npm.js |
@auchenberg Any update on this? |
win32 is finally here, gonna craft npm in the next few days |
Did this ever happen? |
never managed to do so, scoop does the job on windows |
In order to simplify the installation of this wonderful component I've been thinking if a similar model to https://github.com/electron-userland/electron-prebuilt to be adapted?
Provide prebuild binaries via NPM instead relying on OSX-specific homebrew?
This could be interesting, specially if @artygus plans to merge in his https://github.com/artygus/ios-webkit-debug-proxy-win32 fork.
The text was updated successfully, but these errors were encountered: