diff --git a/CHANGELOG.md b/CHANGELOG.md index fb5a1cd20..8a28eaef9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ ### Changed - Bump Instabug Android SDK to v13.2.0 ([#482](https://github.com/Instabug/Instabug-Flutter/pull/482)). [See release notes](https://github.com/Instabug/Instabug-Android/releases/tag/v13.2.0). +- Bump Instabug iOS SDK to v13.2.0 ([#483](https://github.com/Instabug/Instabug-Flutter/pull/483)). [See release notes](https://github.com/Instabug/Instabug-iOS/releases/tag/13.2.0). ## [13.1.1](https://github.com/Instabug/Instabug-Flutter/compare/v13.0.0...dev) (Jun,11 2024) diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 5e62f7fbc..a331f9317 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -1,9 +1,9 @@ PODS: - Flutter (1.0.0) - - Instabug (13.1.0) + - Instabug (13.2.0) - instabug_flutter (13.1.1): - Flutter - - Instabug (= 13.1.0) + - Instabug (= 13.2.0) - OCMock (3.6) DEPENDENCIES: @@ -24,8 +24,8 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854 - Instabug: 3d55eff7ea55adf22df404908a2b954b8b585c29 - instabug_flutter: b9e34b14992d267f676f925de884da7eeae5e0ce + Instabug: aee76898789d17c55b36c7fbaa697e443effe3b1 + instabug_flutter: 3862054366a3d2c4a93c6817b48467267b79eb89 OCMock: 5ea90566be239f179ba766fd9fbae5885040b992 PODFILE CHECKSUM: 8231e33156f35cebaa9094db274874933be79de7 diff --git a/ios/instabug_flutter.podspec b/ios/instabug_flutter.podspec index 274c3f6bd..48447bad5 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.1.0' + s.dependency 'Instabug', '13.2.0' end