Skip to content

Commit 8c9ba22

Browse files
committed
Remove BF version pin for iOS
1 parent f9637bf commit 8c9ba22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

RnBugfender.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
1717
s.source_files = "ios/**/*.{h,m,mm}"
1818

1919
s.dependency "React-Core"
20-
s.dependency 'BugfenderSDK', '~> 1.10.6'
20+
s.dependency 'BugfenderSDK', '~> 1.10' # From 1.10 to 2.0 (excluded)
2121

2222
# Don't install the dependencies when we run `pod install` in the old architecture.
2323
if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then

0 commit comments

Comments
 (0)