From 4b3c03004fbe99b50c1a80d4ac430dab849a749a Mon Sep 17 00:00:00 2001 From: Ahmed Mahmoud Date: Sun, 29 Sep 2024 15:16:40 +0300 Subject: [PATCH 1/2] chore(ios): bump sdk to v13.4.2 --- example/ios/Podfile.lock | 8 ++++---- ios/instabug_flutter.podspec | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 34cc30d6a..b0ee46890 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -1,9 +1,9 @@ PODS: - Flutter (1.0.0) - - Instabug (13.4.1) + - Instabug (13.4.2) - instabug_flutter (13.4.0): - Flutter - - Instabug (= 13.4.1) + - Instabug (= 13.4.2) - OCMock (3.6) DEPENDENCIES: @@ -24,8 +24,8 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7 - Instabug: 896a318fb64b282832e0eda6fce489dac74b5d48 - instabug_flutter: b9f4503c3788c7346649bfe3396d6ca6e9711e96 + Instabug: 7a71890217b97b1e32dbca96661845396b66da2f + instabug_flutter: a2df87e3d4d9e410785e0b1ffef4bc64d1f4b787 OCMock: 5ea90566be239f179ba766fd9fbae5885040b992 PODFILE CHECKSUM: 8f7552fd115ace1988c3db54a69e4a123c448f84 diff --git a/ios/instabug_flutter.podspec b/ios/instabug_flutter.podspec index e57559048..1d362767f 100644 --- a/ios/instabug_flutter.podspec +++ b/ios/instabug_flutter.podspec @@ -17,6 +17,6 @@ Pod::Spec.new do |s| s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-framework "Flutter" -framework "Instabug"'} s.dependency 'Flutter' - s.dependency 'Instabug', '13.4.1' + s.dependency 'Instabug', '13.4.2' end From 43b15a3d85cf67a0c8b1fc23d074757d16a30f46 Mon Sep 17 00:00:00 2001 From: Ahmed Mahmoud Date: Sun, 29 Sep 2024 15:18:39 +0300 Subject: [PATCH 2/2] chore: update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff35d8df1..418e317c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ ### Changed - Bump Instabug Android SDK to v13.4.1 ([#509](https://github.com/Instabug/Instabug-Flutter/pull/509)). See release notes for [13.4.0](https://github.com/Instabug/Instabug-Android/releases/tag/v13.4.0) and [13.4.1](https://github.com/Instabug/Instabug-Android/releases/tag/v13.4.1). -- Bump Instabug iOS SDK to v13.4.1 ([#510](https://github.com/Instabug/Instabug-Flutter/pull/510)). See release notes for [13.4.0](https://github.com/Instabug/Instabug-iOS/releases/tag/13.4.0) and [13.4.1](https://github.com/Instabug/Instabug-iOS/releases/tag/13.4.1). +- Bump Instabug iOS SDK to v13.4.2 ([#515](https://github.com/Instabug/Instabug-Flutter/pull/515)). See release notes for [13.4.0](https://github.com/Instabug/Instabug-iOS/releases/tag/13.4.0), [13.4.1](https://github.com/Instabug/Instabug-iOS/releases/tag/13.4.1) and [13.4.2](https://github.com/Instabug/Instabug-iOS/releases/tag/13.4.2). ### Fixed