Skip to content

Commit 3173ade

Browse files
abdelhamid-f-nasserHeshamMegid
authored andcommitted
chore(ios): bump sdk to 11.14.0 (#1020)
Jira ID: MOB-12991
1 parent 12c08b2 commit 3173ade

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
- Add support for RN version 0.73 by updating the `build.gradle` file with the `namespace` ([#1004](https://github.com/Instabug/Instabug-React-Native/pull/1004))
1111
- Add native-side init API which can be used to catch and report startup crashes on android. ([#1012](https://github.com/Instabug/Instabug-React-Native/pull/1012))
1212

13+
### Changed
14+
15+
- Bump Instabug iOS SDK to v11.14.0 ([#1020](https://github.com/Instabug/Instabug-React-Native/pull/1020)). [See release notes](https://github.com/Instabug/Instabug-iOS/releases/tag/11.14.0).
16+
1317
### Deprecated
1418

1519
- Deprecate the old `StringKey.discardAlertCancel` and `StringKey.discardAlertAction` string keys for overriding the discard alert buttons as they had incosistent behavior between iOS and Android ([#1001](https://github.com/Instabug/Instabug-React-Native/pull/1001)).

examples/default/ios/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ PODS:
7373
- hermes-engine (0.72.3):
7474
- hermes-engine/Pre-built (= 0.72.3)
7575
- hermes-engine/Pre-built (0.72.3)
76-
- Instabug (11.13.3)
76+
- Instabug (11.14.0)
7777
- libevent (2.1.12)
7878
- OCMock (3.9.1)
7979
- OpenSSL-Universal (1.1.1100)
@@ -490,7 +490,7 @@ PODS:
490490
- React-logger (= 0.72.3)
491491
- React-perflogger (= 0.72.3)
492492
- RNInstabug (11.13.0):
493-
- Instabug (= 11.13.3)
493+
- Instabug (= 11.14.0)
494494
- React-Core
495495
- RNScreens (3.24.0):
496496
- React-Core
@@ -702,7 +702,7 @@ SPEC CHECKSUMS:
702702
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
703703
glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
704704
hermes-engine: 10fbd3f62405c41ea07e71973ea61e1878d07322
705-
Instabug: f7c3880823873cff9ee70307d373e8266c9ea0f8
705+
Instabug: b4976b1a96ed7462b772ff63f7c4e0166389c86a
706706
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
707707
OCMock: 9491e4bec59e0b267d52a9184ff5605995e74be8
708708
OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c
@@ -739,7 +739,7 @@ SPEC CHECKSUMS:
739739
React-runtimescheduler: 837c1bebd2f84572db17698cd702ceaf585b0d9a
740740
React-utils: bcb57da67eec2711f8b353f6e3d33bd8e4b2efa3
741741
ReactCommon: 3ccb8fb14e6b3277e38c73b0ff5e4a1b8db017a9
742-
RNInstabug: a72078ae892268b40d72ce812b213fd8f127c2e9
742+
RNInstabug: 229d6ece2c9e8d085758578bdc12566aa9bef6f2
743743
RNScreens: b21dc57dfa2b710c30ec600786a3fc223b1b92e7
744744
RNSVG: 80584470ff1ffc7994923ea135a3e5ad825546b9
745745
RNVectorIcons: 8b5bb0fa61d54cd2020af4f24a51841ce365c7e9

ios/native.rb

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

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

0 commit comments

Comments
 (0)