Skip to content

Commit 3b3a495

Browse files
feat: upgrade to 14.0.0
1 parent 47dcb10 commit 3b3a495

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

RNInstabug.podspec

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

1818
s.dependency 'React-Core'
19-
s.dependency 'Instabug'
19+
use_instabug!(s)
2020
end

examples/default/ios/Podfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ target 'InstabugExample' do
3232
target 'InstabugTests' do
3333
inherit! :complete
3434
pod 'OCMock'
35-
pod 'Instabug', :podspec => 'https://ios-releases.instabug.com/custom/feature-dynamic-sampling-callback-base/13.4.2/Instabug.podspec'
3635
end
3736

3837
post_install do |installer|

examples/default/ios/Podfile.lock

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PODS:
3838
- hermes-engine (0.72.3):
3939
- hermes-engine/Pre-built (= 0.72.3)
4040
- hermes-engine/Pre-built (0.72.3)
41-
- Instabug (13.4.2)
41+
- Instabug (14.0.0)
4242
- instabug-reactnative-ndk (0.1.0):
4343
- RCT-Folly (= 2021.07.22.00)
4444
- React-Core
@@ -476,7 +476,7 @@ PODS:
476476
- RCT-Folly (= 2021.07.22.00)
477477
- React-Core
478478
- RNInstabug (13.4.0):
479-
- Instabug
479+
- Instabug (= 14.0.0)
480480
- React-Core
481481
- RNReanimated (3.5.4):
482482
- DoubleConversion
@@ -524,7 +524,6 @@ DEPENDENCIES:
524524
- FBReactNativeSpec (from `../node_modules/react-native/React/FBReactNativeSpec`)
525525
- glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`)
526526
- hermes-engine (from `../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec`)
527-
- Instabug (from `https://ios-releases.instabug.com/custom/feature-dynamic-sampling-callback-base/13.4.2/Instabug.podspec`)
528527
- instabug-reactnative-ndk (from `../node_modules/instabug-reactnative-ndk`)
529528
- libevent (~> 2.1.12)
530529
- OCMock
@@ -581,6 +580,7 @@ SPEC REPOS:
581580
- fmt
582581
- Google-Maps-iOS-Utils
583582
- GoogleMaps
583+
- Instabug
584584
- libevent
585585
- OCMock
586586
- SocketRocket
@@ -599,8 +599,6 @@ EXTERNAL SOURCES:
599599
hermes-engine:
600600
:podspec: "../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec"
601601
:tag: hermes-2023-03-20-RNv0.72.0-49794cfc7c81fb8f69fd60c3bbf85a7480cc5a77
602-
Instabug:
603-
:podspec: https://ios-releases.instabug.com/custom/feature-dynamic-sampling-callback-base/13.4.2/Instabug.podspec
604602
instabug-reactnative-ndk:
605603
:path: "../node_modules/instabug-reactnative-ndk"
606604
RCT-Folly:
@@ -706,7 +704,7 @@ SPEC CHECKSUMS:
706704
Google-Maps-iOS-Utils: f77eab4c4326d7e6a277f8e23a0232402731913a
707705
GoogleMaps: 032f676450ba0779bd8ce16840690915f84e57ac
708706
hermes-engine: 10fbd3f62405c41ea07e71973ea61e1878d07322
709-
Instabug: fdeda93a58be4e3fead76d264962111b8069e2f1
707+
Instabug: a0beffc01658773e2fac549845782f8937707dc4
710708
instabug-reactnative-ndk: 960119a69380cf4cbe47ccd007c453f757927d17
711709
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
712710
OCMock: 589f2c84dacb1f5aaf6e4cec1f292551fe748e74
@@ -750,14 +748,14 @@ SPEC CHECKSUMS:
750748
ReactCommon: 3ccb8fb14e6b3277e38c73b0ff5e4a1b8db017a9
751749
RNCClipboard: 41d8d918092ae8e676f18adada19104fa3e68495
752750
RNGestureHandler: 6e46dde1f87e5f018a54fe5d40cd0e0b942b49ee
753-
RNInstabug: f78e975893d4979cc888ab09ff44a1789734caed
751+
RNInstabug: 3c49741cb6facbbd7c7f9c9b35570866eb510abd
754752
RNReanimated: ab2e96c6d5591c3dfbb38a464f54c8d17fb34a87
755753
RNScreens: b21dc57dfa2b710c30ec600786a3fc223b1b92e7
756754
RNSVG: 80584470ff1ffc7994923ea135a3e5ad825546b9
757755
RNVectorIcons: 8b5bb0fa61d54cd2020af4f24a51841ce365c7e9
758756
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
759757
Yoga: 8796b55dba14d7004f980b54bcc9833ee45b28ce
760758

761-
PODFILE CHECKSUM: 5d05a5f39e6af8a9c3e43e874715bc5f95e203e9
759+
PODFILE CHECKSUM: 22f06612d89e97260b5d9c5d6ec19e8d00f5d876
762760

763761
COCOAPODS: 1.12.0

ios/native.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$instabug = { :version => '13.4.2' }
1+
$instabug = { :version => '14.0.0' }
22

33
def use_instabug! (spec = nil)
44
version = $instabug[:version]

0 commit comments

Comments
 (0)