Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.