From 4d37880b7c09d898b5dffc983180014bb3ced2b5 Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Sun, 31 Mar 2019 23:41:07 +0200 Subject: [PATCH] Mention constants in testing steps Fixes #52 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 366e4057..9d04fa28 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,13 @@ For the VPN to work properly, the app requires: both in the main app and the tunnel extension target. +Make sure to also update the following constants in `Passepartout/Sources/GroupConstants.swift` according to your developer account and your target bundle identifiers: + + public static let teamId + public static let appId + public static let appGroup + public static let tunnelIdentifier + ## License This project is licensed under the [GPLv3][license-content].