Skip to content

Commit c0633e8

Browse files
committed
⬆️ upgrade native iOS SDK to version 8.0.11
1 parent 7e0e1c9 commit c0633e8

32 files changed

+202
-1094
lines changed

ios/Instabug.framework/Headers/IBGBugReporting.h

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,16 +56,18 @@ NS_SWIFT_NAME(BugReporting)
5656
@property(class, atomic, assign) IBGInvocationEvent invocationEvents;
5757

5858
/**
59-
@brief Sets the threshold value of the shake gesture for iPhone/iPod Touch
59+
@brief Sets the threshold value of the shake gesture for iPhone/iPod Touch.
6060
61-
@discussion Default for iPhone is 2.5.
61+
@discussion Default for iPhone is 2.5. The lower the threshold, the easier it will be to invoke Instabug with the
62+
shake gesture. A threshold which is too low will cause Instabug to be invoked unintentionally.
6263
*/
6364
@property(class, atomic, assign) CGFloat shakingThresholdForiPhone;
6465

6566
/**
6667
@brief Sets the threshold value of the shake gesture for iPad.
6768
68-
@discussion Default for iPad is 0.6.
69+
@discussion Default for iPad is 0.6. The lower the threshold, the easier it will be to invoke Instabug with the
70+
shake gesture. A threshold which is too low will cause Instabug to be invoked unintentionally.
6971
*/
7072
@property(class, atomic, assign) CGFloat shakingThresholdForiPad;
7173

ios/Instabug.framework/Headers/Instabug.h

Lines changed: 114 additions & 928 deletions
Large diffs are not rendered by default.

ios/Instabug.framework/Info.plist

1 Byte
Binary file not shown.

ios/Instabug.framework/Instabug

277 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)