Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mozilla-mobile/guardian-vpn-ios
Mozilla VPN for iOS
https://github.com/mozilla-mobile/guardian-vpn-ios
vpn
Last synced: about 4 hours ago
JSON representation
Mozilla VPN for iOS
- Host: GitHub
- URL: https://github.com/mozilla-mobile/guardian-vpn-ios
- Owner: mozilla-mobile
- License: mpl-2.0
- Created: 2019-09-12T16:48:35.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2021-02-09T13:59:44.000Z (almost 4 years ago)
- Last Synced: 2024-05-09T08:11:08.223Z (9 months ago)
- Topics: vpn
- Language: Swift
- Homepage: https://vpn.mozilla.org
- Size: 7.21 MB
- Stars: 52
- Watchers: 22
- Forks: 16
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Mozilla VPN (iOS)
This project contains an application for iOS. It uses components from the [WireGuard](http://www.wireguard.com/) project as a git submodule.## Environment Setup
Install Carthage, swiftlint and go:
```
$ brew install swiftlint go carthage
```## Cloning
If the repository is already cloned without the submodule (if the `WireGuard` directory is empty), run:
```
$ git submodule update --init
```## Building
Build Carthage dependencies from the repository root directory:
```
$ carthage bootstrap --platform iOS --no-use-binaries --cache-builds
```## Releasing
Update the version/build for both the app and the network extension targets.