Skip to content

Commit f59d46b

Browse files
abdelhamid-f-nasserHeshamMegid
authored andcommitted
chore(ios): bump sdk 12.1.0 (#396)
Jira ID: MOB-13044
1 parent 43b8db5 commit f59d46b

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
### Changed
66

77
- **BREAKING** Remove deprecated APIs ([#385](https://github.com/Instabug/Instabug-Flutter/pull/385)). See migration guide for more details.
8+
- Bump Instabug iOS SDK to v12.1.0 ([#396](https://github.com/Instabug/Instabug-Flutter/pull/396)). See release notes for [v12.0.0](https://github.com/instabug/instabug-ios/releases/tag/12.0.0) and [v12.1.0](https://github.com/instabug/instabug-ios/releases/tag/12.1.0).
9+
810

911
## [11.14.0](https://github.com/Instabug/Instabug-Flutter/compare/v11.13.0...v11.14.0) (September 13, 2023)
1012

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.14.0)
3+
- Instabug (12.1.0)
44
- instabug_flutter (11.14.0):
55
- Flutter
6-
- Instabug (= 11.14.0)
6+
- Instabug (= 12.1.0)
77
- OCMock (3.6)
88

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

2525
SPEC CHECKSUMS:
2626
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
27-
Instabug: b4976b1a96ed7462b772ff63f7c4e0166389c86a
28-
instabug_flutter: 91b418918d7e173556b013adf8ce45940bbbedec
27+
Instabug: 3ce9b076023458324e8c5f2452a32bc0609f676d
28+
instabug_flutter: 1317e8d05f0f6b36fa3f717593a2819559a4634c
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.14.0'
20+
s.dependency 'Instabug', '12.1.0'
2121
end
2222

0 commit comments

Comments
 (0)