From e346ec38fc5efc340454f00edf5c41aecf7388f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jordi=20Gime=CC=81nez?= Date: Wed, 4 Sep 2024 16:46:30 +0200 Subject: [PATCH] chore: update iOS SDK version --- RnBugfender.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RnBugfender.podspec b/RnBugfender.podspec index cc701ff..d6935db 100644 --- a/RnBugfender.podspec +++ b/RnBugfender.podspec @@ -11,13 +11,13 @@ Pod::Spec.new do |s| s.license = package["license"] s.authors = package["author"] - s.platforms = { :ios => "11.0" } + s.platforms = { :ios => "12.0" } s.source = { :git => "https://github.com/bugfender/BugfenderSDK-iOS", :tag => "master" } s.source_files = "ios/**/*.{h,m,mm}" s.dependency "React-Core" - s.dependency 'BugfenderSDK', '~> 1.10' # From 1.10 to 2.0 (excluded) + s.dependency 'BugfenderSDK', '~> 2.0' # Don't install the dependencies when we run `pod install` in the old architecture. if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then