Skip to content

Commit 3cc86ed

Browse files
abdelhamid-f-nasserHeshamMegid
authored andcommitted
chore(ios): bump sdk v12.2.0 (#406)
Jira ID: [MOB-13244](https://instabug.atlassian.net/browse/MOB-13244)
1 parent 314c228 commit 3cc86ed

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
### Changed
66

7+
- Bump Instabug iOS SDK to v12.2.0 ([#406](https://github.com/Instabug/Instabug-Flutter/pull/406)). [See release notes](https://github.com/instabug/instabug-ios/releases/tag/12.2.0).
78
- Bump Instabug Android SDK to v12.2.0 ([#405](https://github.com/Instabug/Instabug-Flutter/pull/405)). [See release notes](https://github.com/Instabug/Instabug-Android/releases/tag/v12.2.0).
89

910
## [12.1.0](https://github.com/Instabug/Instabug-Flutter/compare/v12.1.0...v11.14.0)

example/ios/Podfile.lock

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

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

2525
SPEC CHECKSUMS:
2626
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
27-
Instabug: 3ce9b076023458324e8c5f2452a32bc0609f676d
28-
instabug_flutter: 762426d07dd8614130ad19a30e00062213e048ea
27+
Instabug: 3eb90033224ef6b072ab9b2e739f62fe88a7edaa
28+
instabug_flutter: 86e2b415bf1156887ecc9fcb9824a1bc5d99376b
2929
OCMock: 5ea90566be239f179ba766fd9fbae5885040b992
3030

3131
PODFILE CHECKSUM: 637e800c0a0982493b68adb612d2dd60c15c8e5c
3232

33-
COCOAPODS: 1.12.1
33+
COCOAPODS: 1.13.0

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

0 commit comments

Comments
 (0)