Skip to content

Commit 7adc97d

Browse files
Merge branch 'refs/heads/chore/bump-ios-sdk-to-v14.0.0' into release/14.0.0
# Conflicts: # CHANGELOG.md # example/ios/Podfile.lock
2 parents dde7d22 + ea3d3f4 commit 7adc97d

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
### Changed
1010

1111
- Bump Instabug Android SDK to v14.0.0 ([#530](https://github.com/Instabug/Instabug-Flutter/pull/530)). See release notes for [14.0.0](https://github.com/Instabug/Instabug-Android/releases/tag/v14.0.0).
12+
- 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),
1213

1314
## [13.4.0](https://github.com/Instabug/Instabug-Flutter/compare/v13.3.0...v13.4.0) (September 29, 2024)
1415

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)
4-
- instabug_flutter (14.0.0):
3+
- Instabug (14.0.0)
4+
- 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,8 +24,8 @@ EXTERNAL SOURCES:
2424

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

3131
PODFILE CHECKSUM: 8f7552fd115ace1988c3db54a69e4a123c448f84

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)