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}'"], }