Skip to content

Commit ea3d3f4

Browse files
chore(ios): bump sdk to v14.0.0
1 parent 8a80708 commit ea3d3f4

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
@@ -6,6 +6,10 @@
66

77
- Add support for tracing network requests from Instabug to services like Datadog and New Relic ([#481](https://github.com/Instabug/Instabug-Flutter/pull/481)).
88

9+
### Changed
10+
11+
- Bump Instabug iOS SDK to v14.0.0 ([#531](https://github.com/Instabug/Instabug-Flutter/pull/531)). See release notes for [14.0.0](https://github.com/Instabug/Instabug-iOS/releases/tag/14.0.0),
12+
913
## [13.4.0](https://github.com/Instabug/Instabug-Flutter/compare/v13.3.0...v13.4.0) (September 29, 2024)
1014

1115
### 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 (13.4.2)
3+
- Instabug (14.0.0)
44
- instabug_flutter (13.4.0):
55
- Flutter
6-
- Instabug (= 13.4.2)
6+
- Instabug (= 14.0.0)
77
- OCMock (3.6)
88

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

2525
SPEC CHECKSUMS:
2626
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
27-
Instabug: 7a71890217b97b1e32dbca96661845396b66da2f
28-
instabug_flutter: a2df87e3d4d9e410785e0b1ffef4bc64d1f4b787
27+
Instabug: a0beffc01658773e2fac549845782f8937707dc4
28+
instabug_flutter: 71ec9d13d57a4958cabab59fe06792cade3bf754
2929
OCMock: 5ea90566be239f179ba766fd9fbae5885040b992
3030

3131
PODFILE CHECKSUM: 8f7552fd115ace1988c3db54a69e4a123c448f84
3232

33-
COCOAPODS: 1.14.3
33+
COCOAPODS: 1.16.2

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', '13.4.2'
20+
s.dependency 'Instabug', '14.0.0'
2121
end
2222

0 commit comments

Comments
 (0)