Skip to content

Commit ee2c566

Browse files
committed
chore(ios): bump sdk to v13.3.0
1 parent 650afb2 commit ee2c566

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
### Changed
1010

1111
- 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).
12+
- 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).
1213

1314
### Deprecated
1415

example/ios/Podfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
PODS:
22
- Flutter (1.0.0)
3-
- Instabug (13.2.0)
3+
- Instabug (13.3.0)
44
- instabug_flutter (13.2.0):
55
- Flutter
6-
- Instabug (= 13.2.0)
6+
- Instabug (= 13.3.0)
77
- OCMock (3.6)
88

99
DEPENDENCIES:
@@ -23,11 +23,11 @@ EXTERNAL SOURCES:
2323
:path: ".symlinks/plugins/instabug_flutter/ios"
2424

2525
SPEC CHECKSUMS:
26-
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
27-
Instabug: aee76898789d17c55b36c7fbaa697e443effe3b1
28-
instabug_flutter: 8fe63955937c73205d4e71667aea9d56ed8d921b
26+
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
27+
Instabug: 4f26295103a330ec0236918359eef7ccaa74e2fa
28+
instabug_flutter: 30270796377830845c1f66c6a09d9c897c50133b
2929
OCMock: 5ea90566be239f179ba766fd9fbae5885040b992
3030

31-
PODFILE CHECKSUM: f809f4241ff3da61349081a141c44763598f2fbb
31+
PODFILE CHECKSUM: 8f7552fd115ace1988c3db54a69e4a123c448f84
3232

33-
COCOAPODS: 1.13.0
33+
COCOAPODS: 1.14.3

ios/instabug_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ Pod::Spec.new do |s|
1717
s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-framework "Flutter" -framework "Instabug"'}
1818

1919
s.dependency 'Flutter'
20-
s.dependency 'Instabug', '13.2.0'
20+
s.dependency 'Instabug', '13.3.0'
2121
end
2222

0 commit comments

Comments
 (0)