From d82404bc499bce29be6a789c06666a2e227fe06d Mon Sep 17 00:00:00 2001 From: weizs0r Date: Fri, 27 Sep 2024 12:52:07 +0100 Subject: [PATCH] Update README.md some parts readme used British English, others American English spelling. Changed all the American to match code and keep consistent --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index db897f1558..84efda5bc6 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Copyright (c) 2023 Proton Technologies AG ## Dependencies -This project uses Swift Package Manager for all of it's dependencies. Allow Xcode to resolve packages before running any target. +This project uses Swift Package Manager for all of its dependencies. Allow Xcode to resolve packages before running any target. ### Third-party dependencies @@ -23,7 +23,7 @@ This project uses Swift Package Manager for all of it's dependencies. Allow Xcod A set of secrets is required in order to build the project. These include URLs and keys, and are kept in files named `ObfuscatedConstants.swift`. -These files are kept in a seperate repository, which requires some additional setup to keep synchronised. +These files are kept in a seperate repository, which requires some additional setup to keep synchronized. Firstly, invoke the script located at `scripts/credentials.sh` with the `setup` command. Provide the path where you wish the secrets repository to be cloned locally using the `-p` argument, and the url of the repository using the `-r` argument. @@ -36,7 +36,7 @@ Then, to verify that setup has been successful: ./scripts/credentials.sh checkout ``` -If setup correctly, obfuscated constants will be automatically synchronised during the Generate Obfuscated Constants build phase of each app. +If setup correctly, obfuscated constants will be automatically synchronized during the Generate Obfuscated Constants build phase of each app. ## Package Structure