Skip to content

Commit 615947e

Browse files
DavidMina96HeshamMegid
authored andcommitted
[MOB-12236] Bump iOS SDK to v11.10.0 (#353)
1 parent ff5843c commit 615947e

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,6 +1,7 @@
11
## Unreleased
22

33
* Bumps Instabug Android SDK to v11.11.0.
4+
* Bumps Instabug iOS SDK to v11.10.0.
45

56
## 11.9.0 (2023-02-21)
67

example/ios/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
PODS:
22
- Flutter (1.0.0)
3-
- Instabug (11.9.0)
3+
- Instabug (11.10.0)
44
- instabug_flutter (11.9.0):
55
- Flutter
6-
- Instabug (= 11.9.0)
6+
- Instabug (= 11.10.0)
77
- OCMock (3.6)
88

99
DEPENDENCIES:
@@ -24,8 +24,8 @@ EXTERNAL SOURCES:
2424

2525
SPEC CHECKSUMS:
2626
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
27-
Instabug: 1d21096fdadbc1f26cd2fc2322ff8e060a611237
28-
instabug_flutter: 40394da80e1cf39b540a3836caf4c555739b01de
27+
Instabug: 5b4694c5628a440fd52e047512502a0645e94985
28+
instabug_flutter: fd256ed2c7c23dd98ba176829e6a710cf148460a
2929
OCMock: 5ea90566be239f179ba766fd9fbae5885040b992
3030

3131
PODFILE CHECKSUM: 637e800c0a0982493b68adb612d2dd60c15c8e5c

ios/instabug_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ Pod::Spec.new do |s|
1717
s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-framework "Flutter" -framework "Instabug"'}
1818

1919
s.dependency 'Flutter'
20-
s.dependency 'Instabug', '11.9.0'
20+
s.dependency 'Instabug', '11.10.0'
2121
end
2222

0 commit comments

Comments
 (0)