https://github.com/mozilla-mobile/guardian-vpn-ios
Mozilla VPN for iOS
https://github.com/mozilla-mobile/guardian-vpn-ios
vpn
Last synced: about 1 year 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 6 years ago)
- Default Branch: develop
- Last Pushed: 2021-02-09T13:59:44.000Z (over 5 years ago)
- Last Synced: 2025-03-25T16:51:38.066Z (about 1 year ago)
- Topics: vpn
- Language: Swift
- Homepage: https://vpn.mozilla.org
- Size: 7.21 MB
- Stars: 52
- Watchers: 21
- 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.