-
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
OSX support #19
Comments
Did you have a try with this plugin in an OSX context ? What issues do you encounter ? |
It wasn't immediately obvious how I would need to update the plugin code to get it going under OSX so I haven't tried it yet. I was looking at using it because I am wrapping a (proprietary) library in a cordova plugin and the library works on OSX so it would be convenient to test the plugin code this way. |
Interested in the same, and just found this issue. Did either of you ever get a chance to look at this since the most recent comment ~8 months ago? Happy to try to help too (though we're using the https://github.com/bitjson/cordova-plugin-swift-support fork only because that's the one that cordova-plugin-qrscanner depends on, no idea why they're apparently preferring to leave their fork divergent rather than attempting to merge upstream? /cc @bitjson -- any interest in merging back here, or explaining in your README the purpose of continuing to maintain a divergent fork? Thanks:) |
Hey @jab – info in this thread: #24 TL;DR: |
@bitjson That link to #24 is really helpful, thanks! (Just sent you a PR to add that info to your README so others can find it more easily in the future.) We'll probably stick to using your fork, since we already depend on cordova-plugin-qrscanner, and it seems better to not depend on both swift-support plugins as long as we can avoid it. While we're here, do you have any interest in adding OS X support to your fork? (I'd ask that by opening a new issue for it in your repo, but it looks like issues are disabled there. Any interest in going into https://github.com/bitjson/cordova-plugin-swift-support/settings and enabling issues?) Thanks again! |
Hey, I close this issue because I think #37 responded to your needs. |
#37 did not fix it but I just submitted a pull request that does |
Pull request is #46 |
The resulting project doesn't build :/ but this gets us closer |
Right now the plugin supports iOS apps only, but Cordova and Swift are also available for OSX
The text was updated successfully, but these errors were encountered: