Skip to content

Commit 9173e80

Browse files
TheBuggedYRNymabdallah
authored andcommitted
[MOB-11697] Bump iOS SDK to v11.7.0 (#908)
1 parent 2e3b920 commit 9173e80

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## Unreleased
22

3+
- Bumps Instabug iOS SDK to v11.7.0
34
- Fixes global error handler not being called.
45
- Deprecates Instabug.start in favour of Instabug.init that takes a configuration object for SDK initialization.
56
- Deprecates Instabug.setDebugEnabled, Instabug.setSdkDebugLogsLevel, and APM.setLogLevel in favour of debugLogsLevel property, which can be passed to InstabugConfig while initializing the SDK using Instabug.init.

RNInstabug.podspec

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

1616
s.dependency 'React-Core'
17-
s.dependency 'Instabug', '11.6.0'
17+
s.dependency 'Instabug', '11.7.0'
1818
end

example/ios/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ PODS:
7272
- FlipperKit/FlipperKitNetworkPlugin
7373
- fmt (6.2.1)
7474
- glog (0.3.5)
75-
- Instabug (11.6.0)
75+
- Instabug (11.7.0)
7676
- libevent (2.1.12)
7777
- OCMock (3.9.1)
7878
- OpenSSL-Universal (1.1.180)
@@ -342,7 +342,7 @@ PODS:
342342
- React-logger (= 0.66.0)
343343
- React-perflogger (= 0.66.0)
344344
- RNInstabug (11.6.0):
345-
- Instabug (= 11.6.0)
345+
- Instabug (= 11.7.0)
346346
- React-Core
347347
- RNScreens (3.17.0):
348348
- React-Core
@@ -524,7 +524,7 @@ SPEC CHECKSUMS:
524524
FlipperKit: d8d346844eca5d9120c17d441a2f38596e8ed2b9
525525
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
526526
glog: 5337263514dd6f09803962437687240c5dc39aa4
527-
Instabug: bddae5b34c359e97e4aee5ce4d9a71fdba4df652
527+
Instabug: 7c9b72efb697e0f11c21ddf74e5d57a2b67ce9f7
528528
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
529529
OCMock: 9491e4bec59e0b267d52a9184ff5605995e74be8
530530
OpenSSL-Universal: 1aa4f6a6ee7256b83db99ec1ccdaa80d10f9af9b
@@ -553,7 +553,7 @@ SPEC CHECKSUMS:
553553
React-RCTVibration: 53b92d54b923283638cb0186da7a5c2d2b70a49b
554554
React-runtimeexecutor: 4bb657a97aa74568d9ed634c8bd478299bb8a3a6
555555
ReactCommon: eb059748e842a1a86025ebbd4ac9d99e74492f88
556-
RNInstabug: 00cc8cca05951227f6990dc7de9840874adcfc29
556+
RNInstabug: 897c783d3ff926867a6ee007198e2eb11488258a
557557
RNScreens: 0df01424e9e0ed7827200d6ed1087ddd06c493f9
558558
RNSVG: 551acb6562324b1d52a4e0758f7ca0ec234e278f
559559
RNVectorIcons: fcc2f6cb32f5735b586e66d14103a74ce6ad61f8

0 commit comments

Comments
 (0)