-
Notifications
You must be signed in to change notification settings - Fork 988
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
Plans to open source mobile apps? #354
Comments
Just some notes on this if folks are considering submitting PRs/etc: Apple won't let you compile this code and run it on your personal iOS device as a developer, unless you have a paid developer account ($99/yr, iirc). They also don't support NetworkExtensions(s) in the simulator, so you can't even run it there. That makes iOS dev for VPN clients uniquely pay-to-play in their ecosystem. The core of Nebula, including the code that runs on mobile, is the golang codebase at github.com/slackhq/nebula. This mobile repo is just a presentation layer for the golang code we run on every platform. Because of this, we can't commit to reviewing or merging PRs/etc for this codebase. We do absolutely want your suggestions and feedback, but the overhead of supporting something we have to manually test on physical devices would limit the time we have to spend on other things. The source is open and you can do whatever you want with it, as long as you respect the license. If Apple's policy changes, or if you have an overwhelmingly important change, we are happy to chat about it! |
@rawdigits Thanks for your reply! You mentioned that the source is open and we can do whatever you want with it, as long as we respect the license. But for the mobile app, there seems to be no license. DefinedNet/mobile_nebula#142 Would you consider adding an open source license to mobile_nebula, like MIT or GPLv3? |
@exercismnow it is something we are considering but don't have an answer for at the moment. |
Ref #241
Thanks for releasing Android and iOS apps! Any plans to open source them at some point?
The text was updated successfully, but these errors were encountered: