Skip to content

Commit 84da8e5

Browse files
Merge pull request #456 from Instabug/chore(ios)-bump-SDK-to-v13.0.0
chore(ios): bump sdk to v13.0.0
2 parents 08a6fdd + 378ce7a commit 84da8e5

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
- Adds custom app rating api ([#453](https://github.com/Instabug/Instabug-Flutter/pull/453))
88
- Add `SessionReplay.getSessionReplayLink` API which retrieves the current session's replay link ([#445](hhttps://github.com/Instabug/Instabug-Flutter/pull/445)).
99

10+
### Changed
11+
12+
- Bump Instabug iOS SDK to v13.0.0 ([#446](https://github.com/Instabug/Instabug-Flutter/pull/446)). [See release notes](https://github.com/Instabug/Instabug-iOS/releases/tag/13.0.0).
13+
1014
## [12.7.0](https://github.com/Instabug/Instabug-Flutter/compare/v12.5.0...v12.7.0) (February 15, 2024)
1115

1216
### Added

example/ios/Podfile.lock

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

99
DEPENDENCIES:
@@ -23,9 +23,9 @@ EXTERNAL SOURCES:
2323
:path: ".symlinks/plugins/instabug_flutter/ios"
2424

2525
SPEC CHECKSUMS:
26-
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
27-
Instabug: 59f0b0bc2c062b5cdbbf417cca365480a1fe55d8
28-
instabug_flutter: f6ea69a1629e5d7dbdd21b1a0d3199a09fe3e43c
26+
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
27+
Instabug: fa52de4a6cac26cde0a60ec5e0540f2461a06fe2
28+
instabug_flutter: c8293ec7ad7ffe049c743a0057601838b8af505d
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.7.0'
20+
s.dependency 'Instabug', '13.0.0'
2121
end
2222

0 commit comments

Comments
 (0)