From 2f7d9814f559cea30ff5a0c0d97789e9051be8ba Mon Sep 17 00:00:00 2001 From: Winfried Auner <18383180+wAuner@users.noreply.github.com> Date: Thu, 27 Jan 2022 13:18:27 +0100 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa6a152..77dc96b 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ Building requires Xcode 13 or later (C++20) and an Apple developer account. You Once you received the ES entitlement you can create your provisioning profiles for development and distribution. To avoid issues with signing and provisioning some configuration options have been offloaded into configuration files. -Once you've cloned the repo you need to create a `Debug.xcconfig` and optionally a `Release.xcconfig` based on the included template files and fill in the specified values. +Once you've cloned the repo you need to create a `Shared.xcconfig`, a `Debug.xcconfig` and optionally a `Release.xcconfig` based on the included template files and fill in the specified values. This prevents leaking personal information into the repository. Note: Please do not change these values in the project editor if you want to contribute.