Skip to content

Commit cc16257

Browse files
committed
chore(ios): update custom build
1 parent 2bba167 commit cc16257

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/default/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ target 'InstabugExample' do
1616
rn_maps_path = '../node_modules/react-native-maps'
1717
pod 'react-native-google-maps', :path => rn_maps_path
1818
# add this line
19-
pod 'Instabug', :podspec => 'https://ios-releases.instabug.com/custom/feature-support_expo_updates-base/15.0.1/Instabug.podspec'
19+
pod 'Instabug', :podspec => 'https://ios-releases.instabug.com/custom/feature-expose_network_limit-expose_body_limit/15.0.1/Instabug.podspec'
2020
# Flags change depending on the env values.
2121
flags = get_default_flags()
2222

examples/default/ios/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1770,7 +1770,7 @@ DEPENDENCIES:
17701770
- fmt (from `../node_modules/react-native/third-party-podspecs/fmt.podspec`)
17711771
- glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`)
17721772
- hermes-engine (from `../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec`)
1773-
- Instabug (from `https://ios-releases.instabug.com/custom/feature-support_expo_updates-base/15.0.1/Instabug.podspec`)
1773+
- Instabug (from `https://ios-releases.instabug.com/custom/feature-expose_network_limit-expose_body_limit/15.0.1/Instabug.podspec`)
17741774
- instabug-reactnative-ndk (from `../node_modules/instabug-reactnative-ndk`)
17751775
- OCMock
17761776
- RCT-Folly (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`)
@@ -1869,7 +1869,7 @@ EXTERNAL SOURCES:
18691869
:podspec: "../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec"
18701870
:tag: hermes-2024-08-15-RNv0.75.1-4b3bf912cc0f705b51b71ce1a5b8bd79b93a451b
18711871
Instabug:
1872-
:podspec: https://ios-releases.instabug.com/custom/feature-support_expo_updates-base/15.0.1/Instabug.podspec
1872+
:podspec: https://ios-releases.instabug.com/custom/feature-expose_network_limit-expose_body_limit/15.0.1/Instabug.podspec
18731873
instabug-reactnative-ndk:
18741874
:path: "../node_modules/instabug-reactnative-ndk"
18751875
RCT-Folly:
@@ -2024,7 +2024,7 @@ SPEC CHECKSUMS:
20242024
Google-Maps-iOS-Utils: f77eab4c4326d7e6a277f8e23a0232402731913a
20252025
GoogleMaps: 032f676450ba0779bd8ce16840690915f84e57ac
20262026
hermes-engine: ea92f60f37dba025e293cbe4b4a548fd26b610a0
2027-
Instabug: 0361d294a630f64f4d6f43a5b14b752c05ed33bd
2027+
Instabug: ba6587d15ad5e3ffa265afc8174ff83af4eed29d
20282028
instabug-reactnative-ndk: d765ac289d56e8896398d02760d9abf2562fc641
20292029
OCMock: 589f2c84dacb1f5aaf6e4cec1f292551fe748e74
20302030
RCT-Folly: 4464f4d875961fce86008d45f4ecf6cef6de0740

0 commit comments

Comments
 (0)