Skip to content

Commit

Permalink
chore(ios): bump sdk to v12.5.0 (#425)
Browse files Browse the repository at this point in the history
Jira ID: MOB-13519
  • Loading branch information
a7medev authored and HeshamMegid committed Jan 7, 2024
1 parent ad7b439 commit 4e3a179
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
8 changes: 4 additions & 4 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ios/instabug_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4e3a179

Please sign in to comment.