Skip to content

Commit 8add95f

Browse files
DavidMina96HeshamMegid
authored andcommitted
[MOB-11071] Bump iOS SDK to v11.6.0 (#316)
* Bump iOS SDK to `v11.6.0` * Update ReportType value in onDismissCallback test
1 parent b358780 commit 8add95f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## Unreleased
22

33
* Bumps Instabug Android SDK to v11.7.0
4+
* Bumps Instabug iOS SDK to v11.6.0
45
* Adds new string keys: okButtonText, audio, image, screenRecording, messagesNotificationAndOthers, insufficientContentTitle, insufficientContentMessage
56
* Fixes APM network logging on Android
67
* Fixes a NullPointerException when overriding a string key that doesn't exist on Android

example/ios/InstabugSampleUITests/BugReportingUITests.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ - (void)testOnDismissCallbackIsCalled {
6161
[self.app.buttons[@"Invoke"] scrollUpAndTap];
6262
[self.app.buttons[@"Cancel"] tap];
6363

64-
[self.app.staticTexts[@"onDismiss callback called with DismissType.cancel and ReportType.bug"] assertExistsWithTimeout:2];
64+
[self.app.staticTexts[@"onDismiss callback called with DismissType.cancel and ReportType.other"] assertExistsWithTimeout:2];
6565
}
6666

6767
- (void)testChangeReportTypes {

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

0 commit comments

Comments
 (0)