From 4ff9af6718e8866b61915157c226f4531ba1577e Mon Sep 17 00:00:00 2001 From: David Pollock Date: Wed, 21 Jan 2026 10:20:38 +1100 Subject: [PATCH 1/6] Test staging sample app build --- fastlane/Fastfile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index a90ef5cf..415430cd 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -171,14 +171,15 @@ platform :ios do workspace: options[:app].workspace, }) + build_instrumented_tests_packages({ + app: options[:app]], + environment: options[:environment] + }) if !options[:app].ui_test_scheme.nil? + revert_staging_environment( app: options[:app], sdk_root_path: @project_root_path ) if options[:environment] == 'staging' - - build_instrumented_tests_packages({ - app: options[:app] - }) if !options[:app].ui_test_scheme.nil? && options[:environment] == 'production' end desc "Package Instrumented Tests for a Sample App" From 069f812a86708f5489bb9c8ef0be27e578a49560 Mon Sep 17 00:00:00 2001 From: David Pollock Date: Wed, 21 Jan 2026 10:22:08 +1100 Subject: [PATCH 2/6] Fix syntax error --- fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 415430cd..6a0f1dc6 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -172,7 +172,7 @@ platform :ios do }) build_instrumented_tests_packages({ - app: options[:app]], + app: options[:app], environment: options[:environment] }) if !options[:app].ui_test_scheme.nil? From 524ae08c1c51f28a7ae18ece751b3885a7c43d0a Mon Sep 17 00:00:00 2001 From: David Pollock Date: Wed, 21 Jan 2026 10:35:51 +1100 Subject: [PATCH 3/6] Trigger build From 9c83d8b19b12e2acf3032a66e111ea80c0186c76 Mon Sep 17 00:00:00 2001 From: David Pollock Date: Wed, 21 Jan 2026 11:31:35 +1100 Subject: [PATCH 4/6] Change default test device --- fastlane/.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fastlane/.env b/fastlane/.env index 3bb0d550..423e3294 100644 --- a/fastlane/.env +++ b/fastlane/.env @@ -4,8 +4,8 @@ XCODE_BUILDLOG_PATH="./Output/BuildLogs/" FASTLANE_TEAM_ID="95V535S6TQ" -DEFAULT_TEST_DEVICE="iPhone 15" -DEFAULT_TEST_OS_VERSION="17.0.1" +DEFAULT_TEST_DEVICE="iPhone 16 Pro" +DEFAULT_TEST_OS_VERSION="18.5" GYM_CONFIGURATION="Release" GYM_SCHEME="JudoKit_iOS" From be04929debfee6cbb79aa8f67deca4d2a3f07a5f Mon Sep 17 00:00:00 2001 From: Eugene Zhernakov Date: Wed, 21 Jan 2026 15:04:21 +0000 Subject: [PATCH 5/6] Trigger build From 1ba3f4c4145a1ebe5bb0e80c7115dcaf47b0faa8 Mon Sep 17 00:00:00 2001 From: Eugene Zhernakov Date: Wed, 21 Jan 2026 15:26:54 +0000 Subject: [PATCH 6/6] Trigger build