From ab2b21222500aa5b451a0796de4f56478860acad Mon Sep 17 00:00:00 2001 From: JayShortway <29483617+JayShortway@users.noreply.github.com> Date: Thu, 29 Aug 2024 14:15:21 +0200 Subject: [PATCH] :update_hybrid_common lane also updates mappings.podspec and models.podspec. --- fastlane/Fastfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index d7a0a1d1..dc77763d 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -80,6 +80,8 @@ lane :update_hybrid_common do |options| files_to_update = { "gradle/libs.versions.toml" => ["revenuecat-common = \"{x}\""], "core/core.podspec" => ["spec.dependency 'PurchasesHybridCommon', '{x}'"], + "mappings/mappings.podspec" => ["spec.dependency 'PurchasesHybridCommon', '{x}'"], + "models/models.podspec" => ["spec.dependency 'PurchasesHybridCommon', '{x}'"], "revenuecatui/revenuecatui.podspec" => ["spec.dependency 'PurchasesHybridCommonUI', '{x}'"], "iosApp/Podfile" => [" pod 'PurchasesHybridCommon', '{x}'", " pod 'PurchasesHybridCommonUI', '{x}'"], }