Skip to content

Commit 040d817

Browse files
chore: update ios pod
1 parent 8c009ff commit 040d817

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

examples/default/ios/Podfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ target 'InstabugExample' do
1515
config = use_native_modules!
1616
rn_maps_path = '../node_modules/react-native-maps'
1717
pod 'react-native-google-maps', :path => rn_maps_path
18-
pod 'Instabug', :podspec => 'https://ios-releases.instabug.com/custom/feature-MOB-16541-NetworkAutoMaskAPI/14.0.0/Instabug.podspec'
19-
# Flags change depending on the env values.
18+
pod 'Instabug', :podspec => 'https://ios-releases.instabug.com/custom/feature-MOB-16539-NetworkConfigHandler/14.0.0/Instabug.podspec' # Flags change depending on the env values.
2019
flags = get_default_flags()
2120

2221
use_react_native!(

examples/default/ios/Podfile.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1747,7 +1747,7 @@ DEPENDENCIES:
17471747
- fmt (from `../node_modules/react-native/third-party-podspecs/fmt.podspec`)
17481748
- glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`)
17491749
- hermes-engine (from `../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec`)
1750-
- Instabug (from `https://ios-releases.instabug.com/custom/feature-MOB-16541-NetworkAutoMaskAPI/14.0.0/Instabug.podspec`)
1750+
- Instabug (from `https://ios-releases.instabug.com/custom/feature-MOB-16539-NetworkConfigHandler/14.0.0/Instabug.podspec`)
17511751
- instabug-reactnative-ndk (from `../node_modules/instabug-reactnative-ndk`)
17521752
- OCMock
17531753
- RCT-Folly (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`)
@@ -1844,7 +1844,7 @@ EXTERNAL SOURCES:
18441844
:podspec: "../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec"
18451845
:tag: hermes-2024-08-15-RNv0.75.1-4b3bf912cc0f705b51b71ce1a5b8bd79b93a451b
18461846
Instabug:
1847-
:podspec: https://ios-releases.instabug.com/custom/feature-MOB-16541-NetworkAutoMaskAPI/14.0.0/Instabug.podspec
1847+
:podspec: https://ios-releases.instabug.com/custom/feature-MOB-16539-NetworkConfigHandler/14.0.0/Instabug.podspec
18481848
instabug-reactnative-ndk:
18491849
:path: "../node_modules/instabug-reactnative-ndk"
18501850
RCT-Folly:
@@ -1995,7 +1995,7 @@ SPEC CHECKSUMS:
19951995
Google-Maps-iOS-Utils: f77eab4c4326d7e6a277f8e23a0232402731913a
19961996
GoogleMaps: 032f676450ba0779bd8ce16840690915f84e57ac
19971997
hermes-engine: ea92f60f37dba025e293cbe4b4a548fd26b610a0
1998-
Instabug: 3fa42ac8b4350cb632df724b14a86ebdb875aad9
1998+
Instabug: d727e5d85ca7ae8571eeb0754086a2df7b096b19
19991999
instabug-reactnative-ndk: d765ac289d56e8896398d02760d9abf2562fc641
20002000
OCMock: 589f2c84dacb1f5aaf6e4cec1f292551fe748e74
20012001
RCT-Folly: 4464f4d875961fce86008d45f4ecf6cef6de0740
@@ -2069,6 +2069,6 @@ SPEC CHECKSUMS:
20692069
SocketRocket: abac6f5de4d4d62d24e11868d7a2f427e0ef940d
20702070
Yoga: 055f92ad73f8c8600a93f0e25ac0b2344c3b07e6
20712071

2072-
PODFILE CHECKSUM: 1e70e06083f879bc88e5c9ddc8e550797003ede5
2072+
PODFILE CHECKSUM: 7831a33bb56767a6f0fcb113f32cb0d0036bc791
20732073

20742074
COCOAPODS: 1.14.0

0 commit comments

Comments
 (0)