From 01a28a940bd9433e974b633d6d2ca2f6861ed6bd Mon Sep 17 00:00:00 2001 From: Dhiogo Brustolin Date: Fri, 18 Aug 2023 09:35:25 +0200 Subject: [PATCH] Update Fastfile (#3233) --- fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 117607f68cf..bfd74a562bb 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -36,7 +36,7 @@ platform :ios do value: new_version ) - sentryInfoPlistPath = "./Sources/Sentry/Info.plist" + sentryInfoPlistPath = "./Sources/Resources/Info.plist" set_info_plist_value( path: sentryInfoPlistPath, key: "CFBundleShortVersionString",