From 9d56161ff5f52360e2eeeb8b874ffc2c869626ed Mon Sep 17 00:00:00 2001 From: Tim Bert <5411131+timbms@users.noreply.github.com> Date: Wed, 18 Sep 2024 10:13:15 +0200 Subject: [PATCH] Reverting choice of xcode version via fastlane Signed-off-by: Tim Bert <5411131+timbms@users.noreply.github.com> --- fastlane/Fastfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index a9b0a9fb..ee46c458 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -133,10 +133,6 @@ platform :ios do clean_build_artifacts - xcodes( - version: '15.4' - ) - # build and upload to TestFlight build_app( scheme: 'openHAB',