From 787386c66d576e58b68749b868235f63b67266e6 Mon Sep 17 00:00:00 2001 From: Islam <2553451+qalandarov@users.noreply.github.com> Date: Wed, 1 Oct 2025 13:49:19 +0100 Subject: [PATCH] Shared schemes (#738) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update .gitignore to not ignored shared settings `xcshareddata/` should be added to the repo to sync the scheme settings (like running parallel tests or turning on code coverage…) * Add `bitchat (iOS)` shared scheme * Parallelized and randomized test execution * Gather code coverage for `bitchat_iOS` target --- .gitignore | 6 +- .../xcschemes/bitchat (iOS).xcscheme | 131 ++++++++++++++++++ 2 files changed, 133 insertions(+), 4 deletions(-) create mode 100644 bitchat.xcodeproj/xcshareddata/xcschemes/bitchat (iOS).xcscheme diff --git a/.gitignore b/.gitignore index d1081291..982394b0 100644 --- a/.gitignore +++ b/.gitignore @@ -9,9 +9,6 @@ plans/ CLAUDE.md AGENTS.md -## User settings -xcuserdata/ - ## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9) *.xcscmblueprint *.xccheckout @@ -57,7 +54,8 @@ iOSInjectionProject/ ## Xcode project *.xcodeproj/project.xcworkspace/ -*.xcodeproj/xcshareddata/ +## Xcode User settings +xcuserdata/ ## Python __pycache__/ diff --git a/bitchat.xcodeproj/xcshareddata/xcschemes/bitchat (iOS).xcscheme b/bitchat.xcodeproj/xcshareddata/xcschemes/bitchat (iOS).xcscheme new file mode 100644 index 00000000..6c461299 --- /dev/null +++ b/bitchat.xcodeproj/xcshareddata/xcschemes/bitchat (iOS).xcscheme @@ -0,0 +1,131 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +