From d37a5e60ea33ca3ba2330d4f3e46d712bf074e55 Mon Sep 17 00:00:00 2001 From: Steffen Kleinle Date: Fri, 21 Feb 2025 17:37:43 +0100 Subject: [PATCH] Fix fastlane metadata --- native/android/fastlane/Fastfile | 2 +- native/ios/fastlane/Fastfile | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/native/android/fastlane/Fastfile b/native/android/fastlane/Fastfile index 8770707c74..25462c1b30 100644 --- a/native/android/fastlane/Fastfile +++ b/native/android/fastlane/Fastfile @@ -152,7 +152,7 @@ platform :android do version_code: version_code, version_name: version_name, package_name: build_config['applicationId'], - metadata_path: "./android/fastlane/#{build_config_name}/metadata", + metadata_path: "./fastlane/#{build_config_name}/metadata", track: track, skip_upload_changelogs: false, skip_upload_images: skip_images, diff --git a/native/ios/fastlane/Fastfile b/native/ios/fastlane/Fastfile index 74de1fd587..4d7df81a30 100644 --- a/native/ios/fastlane/Fastfile +++ b/native/ios/fastlane/Fastfile @@ -112,8 +112,8 @@ platform :ios do skip_metadata: false, overwrite_screenshots: true, skip_app_version_update: false, - metadata_path: "./ios/fastlane/#{build_config_name}/metadata", - screenshots_path: "./ios/fastlane/#{build_config_name}/screenshots", + metadata_path: "./fastlane/#{build_config_name}/metadata", + screenshots_path: "./fastlane/#{build_config_name}/screenshots", precheck_include_in_app_purchases: false, # We do not have inapp purchases submission_information: { add_id_info_uses_idfa: false } # https://firebase.google.com/docs/analytics/configure-data-collection?platform=ios # https://support.google.com/firebase/answer/6318039?hl=en @@ -188,8 +188,8 @@ platform :ios do skip_screenshots: skip_screenshots, overwrite_screenshots: true, skip_binary_upload: true, - metadata_path: "./ios/fastlane/#{build_config_name}/metadata", - screenshots_path: "./ios/fastlane/#{build_config_name}/screenshots", + metadata_path: "./fastlane/#{build_config_name}/metadata", + screenshots_path: "./fastlane/#{build_config_name}/screenshots", precheck_include_in_app_purchases: false, # We do not have inapp purchases submission_information: { add_id_info_uses_idfa: false } # https://firebase.google.com/docs/analytics/configure-data-collection?platform=ios # https://support.google.com/firebase/answer/6318039?hl=en