From 9714ed3b430f154206210839510c0ccac5fc39fc Mon Sep 17 00:00:00 2001 From: LudovicPinel Date: Mon, 27 Mar 2023 15:45:40 +0200 Subject: [PATCH] #396 no default item selected on ipad at launch (2) (#401) * Update for ipad, update Readme and ThirdParty files * fix path issue in build script --- OrangeDesignSystemDemo/fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OrangeDesignSystemDemo/fastlane/Fastfile b/OrangeDesignSystemDemo/fastlane/Fastfile index 86544e9a..3387695c 100644 --- a/OrangeDesignSystemDemo/fastlane/Fastfile +++ b/OrangeDesignSystemDemo/fastlane/Fastfile @@ -116,7 +116,7 @@ platform :ios do clean: true, scheme: ODS_SCHEME, output_directory: 'build/', - archive_path: 'build/', + archive_path: 'build/odsApp.xcarchive', output_name: 'odsApp', configuration: 'Release', include_symbols: true,