Skip to content

chore(ios): bump sdk to v13.3.0 #493

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
### Changed

- Bump Instabug Android SDK to v13.3.0 ([#492](https://github.com/Instabug/Instabug-Flutter/pull/492)). [See release notes](https://github.com/Instabug/Instabug-Android/releases/tag/v13.3.0).
- Bump Instabug iOS SDK to v13.3.0 ([#493](https://github.com/Instabug/Instabug-Flutter/pull/493)). [See release notes](https://github.com/Instabug/Instabug-iOS/releases/tag/13.3.0).

### Deprecated

Expand Down
14 changes: 7 additions & 7 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 (13.2.0)
- Instabug (13.3.0)
- instabug_flutter (13.2.0):
- Flutter
- Instabug (= 13.2.0)
- Instabug (= 13.3.0)
- OCMock (3.6)

DEPENDENCIES:
Expand All @@ -23,11 +23,11 @@ EXTERNAL SOURCES:
:path: ".symlinks/plugins/instabug_flutter/ios"

SPEC CHECKSUMS:
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
Instabug: aee76898789d17c55b36c7fbaa697e443effe3b1
instabug_flutter: 8fe63955937c73205d4e71667aea9d56ed8d921b
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
Instabug: 4f26295103a330ec0236918359eef7ccaa74e2fa
instabug_flutter: 30270796377830845c1f66c6a09d9c897c50133b
OCMock: 5ea90566be239f179ba766fd9fbae5885040b992

PODFILE CHECKSUM: f809f4241ff3da61349081a141c44763598f2fbb
PODFILE CHECKSUM: 8f7552fd115ace1988c3db54a69e4a123c448f84

COCOAPODS: 1.13.0
COCOAPODS: 1.14.3
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', '13.2.0'
s.dependency 'Instabug', '13.3.0'
end