From 809de753fbed180aa9a5d47cb92ec5db2f59998f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20Cisin=CC=81ski?= Date: Wed, 25 Oct 2023 13:59:06 +0200 Subject: [PATCH] v5.2.0 TF-1369 Updating description how to compile the open-source project --- CONTRIBUTING.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4b39679e..f326d8d5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,13 +20,15 @@ We welcome meaningful code contributions to the 2FAS for iOS project. If you are 1. Fork this repository to your own GitHub account 2. Clone the repository to your local machine 3. Copy example Keys.swift from TwoFAS/opensource folder to TwoFAS/Protection (override the encrypted file) -4. Create a new branch for your changes (e.g. `feature/new-login-screen`) -4. Make your changes -5. Check them using swiftlint (there should be no warnings from swiftlint or compiler) -6. Check if Unit Tests are passing -7. Commit them to your branch -8. Push your branch to your fork on GitHub -9. Open a pull request from your branch to the `develop` branch of this repository. Remember to resolve any merge conflicts +4. Copy IconDescriptionDatabaseImpl+Database.swift and ServiceDefinitionDatabaseImpl+Database.swift from TwoFAS/opensource to TwoFAS/Content/Sources (override files) +5. Copy Assets.car from TwoFAS/opensource to TwoFAS/Content/Assets (override the file) +6. Create a new branch for your changes (e.g. `feature/new-login-screen`) +7. Make your changes +8. Check them using swiftlint (there should be no warnings from swiftlint or compiler) +9. Check if Unit Tests are passing +10. Commit them to your branch +11. Push your branch to your fork on GitHub +12. Open a pull request from your branch to the `develop` branch of this repository. Remember to resolve any merge conflicts Please make sure your pull request includes the following: