From b6f0d83c880cac4965bbdef928725dcf2a4e2e6c Mon Sep 17 00:00:00 2001 From: Ahmed Mahmoud Date: Wed, 3 Jan 2024 13:43:10 +0200 Subject: [PATCH 1/2] chore(ios): bump sdk to v12.5.0 --- 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 7a8ec7017..a7dd9dce1 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -1,9 +1,9 @@ PODS: - Flutter (1.0.0) - - Instabug (12.4.0) + - Instabug (12.5.0) - instabug_flutter (12.4.0): - Flutter - - Instabug (= 12.4.0) + - Instabug (= 12.5.0) - OCMock (3.6) DEPENDENCIES: @@ -24,8 +24,8 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854 - Instabug: 83bde9d7d4b582ea8f14935f79f1ce39af55e149 - instabug_flutter: 909ae8f00821f97e91dd3792c3cdc45965025df5 + Instabug: 7c7421ae87838010b47a60d9b56378be2482ab64 + instabug_flutter: b476a6fc0bb2cfb9cf89edae17ad67270be75af5 OCMock: 5ea90566be239f179ba766fd9fbae5885040b992 PODFILE CHECKSUM: 637e800c0a0982493b68adb612d2dd60c15c8e5c diff --git a/ios/instabug_flutter.podspec b/ios/instabug_flutter.podspec index 7ba06d1ee..87301c457 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', '12.4.0' + s.dependency 'Instabug', '12.5.0' end From cd5a47d262f251d5058046ab3e63b1327dca1e0f Mon Sep 17 00:00:00 2001 From: Ahmed Mahmoud Date: Wed, 3 Jan 2024 13:46:48 +0200 Subject: [PATCH 2/2] chore: update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a9ae9fc7..0dda0a413 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ ### Changed +- Bump Instabug iOS SDK to v12.5.0 ([#425](https://github.com/Instabug/Instabug-Flutter/pull/425)). [See release notes](https://github.com/Instabug/Instabug-iOS/releases/tag/12.5.0). - Bump Instabug Android SDK to v12.5.1 ([#426](https://github.com/Instabug/Instabug-Flutter/pull/426)). See release notes for [v12.5.0](https://github.com/Instabug/Instabug-Android/releases/tag/v12.5.0) and [12.5.1](https://github.com/Instabug/Instabug-Android/releases/tag/v12.5.1). ## [12.4.0](https://github.com/Instabug/Instabug-Flutter/compare/v12.2.0...12.4.0) (December 13, 2023)