Skip to content

Commit 66ff626

Browse files
a7medevmzelzoghbi
authored andcommitted
chore(ios): bump sdk to v13.2.0 (#483)
1 parent fea5c3d commit 66ff626

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Changed
66

77
- 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).
8+
- 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).
89

910
## [13.1.1](https://github.com/Instabug/Instabug-Flutter/compare/v13.0.0...dev) (Jun,11 2024)
1011

example/ios/Podfile.lock

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

99
DEPENDENCIES:
@@ -24,8 +24,8 @@ EXTERNAL SOURCES:
2424

2525
SPEC CHECKSUMS:
2626
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
27-
Instabug: 3d55eff7ea55adf22df404908a2b954b8b585c29
28-
instabug_flutter: b9e34b14992d267f676f925de884da7eeae5e0ce
27+
Instabug: aee76898789d17c55b36c7fbaa697e443effe3b1
28+
instabug_flutter: 3862054366a3d2c4a93c6817b48467267b79eb89
2929
OCMock: 5ea90566be239f179ba766fd9fbae5885040b992
3030

3131
PODFILE CHECKSUM: 8231e33156f35cebaa9094db274874933be79de7

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.1.0'
20+
s.dependency 'Instabug', '13.2.0'
2121
end
2222

0 commit comments

Comments
 (0)