From 089a8a08c43a087d8cf2e99ea838956feec107f4 Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Sat, 30 Jan 2021 22:58:33 +0000 Subject: [PATCH] Update readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 71e4f99..8ffa88f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,11 @@ Requires an Apple Developer account for the App Groups and Network Extension entitlements. -You will need to provision an app group and update bundle IDs throughout the Xcode project as appropriate. +You will need to provision an app group and update bundle IDs throughout the Xcode project as appropriate. You can find them all by asking `git`: + +``` +git grep "eu.neilalexander.yggdrasil" +``` To build, install Go 1.13 or later, and then install `gomobile`: