Skip to content

Commit 1b569a1

Browse files
abdelhamid-f-nasserHeshamMegid
authored andcommitted
chore(ios): bump sdk to v12.4.0 (#419)
Jira ID: MOB-13353
1 parent df65a07 commit 1b569a1

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

CHANGELOG.md

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

3+
## [Unreleased](https://github.com/Instabug/Instabug-Flutter/compare/v12.2.0...dev)
4+
5+
### Changed
6+
7+
- Bump Instabug iOS SDK to v12.4.0 ([#419](https://github.com/Instabug/Instabug-Flutter/pull/419)). See release notes for [v12.3.0](https://github.com/instabug/instabug-ios/releases/tag/12.3.0) and [v12.4.0](https://github.com/instabug/instabug-ios/releases/tag/12.4.0).
8+
39
## [12.2.0](https://github.com/Instabug/Instabug-Flutter/compare/12.1.0...12.2.0) (Tuesday, 14, 2023)
410

511
### Changed

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

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

2525
SPEC CHECKSUMS:
2626
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
27-
Instabug: 3eb90033224ef6b072ab9b2e739f62fe88a7edaa
28-
instabug_flutter: d80eb57067a9103e83888d3959de6eae26dfaa5a
27+
Instabug: 83bde9d7d4b582ea8f14935f79f1ce39af55e149
28+
instabug_flutter: 155ef8b51321fb7d5aa1f6400a5c829042ba998a
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', '12.2.0'
20+
s.dependency 'Instabug', '12.4.0'
2121
end
2222

0 commit comments

Comments
 (0)