Skip to content

Commit 6be70f0

Browse files
committed
v7.0.3
1 parent c6323b1 commit 6be70f0

27 files changed

+85
-70
lines changed

Instabug.framework.dSYM/Contents/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<key>CFBundleSignature</key>
1414
<string>????</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>7.0.2</string>
16+
<string>7.0.3</string>
1717
<key>CFBundleVersion</key>
18-
<string>6586</string>
18+
<string>6753</string>
1919
</dict>
2020
</plist>
Binary file not shown.

Instabug.framework/Headers/Instabug.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Copyright: (c) 2013-2017 by Instabug, Inc., all rights reserved.
77
8-
Version: 7.0.2
8+
Version: 7.0.3
99
*/
1010

1111
#import <Foundation/Foundation.h>
@@ -248,14 +248,16 @@ NS_ASSUME_NONNULL_BEGIN
248248
249249
- dismissType: How the SDK was dismissed.
250250
- reportType: Type of report that has been sent. Will be set to IBGReportTypeBug in case the SDK has been dismissed
251-
without selecting a report type, so you might need to check issueState before reportType
251+
without selecting a report type, so you might need to check dismissType before reportType.
252252
253253
@see IBGReportType, IBGDismissType
254254
*/
255255
+ (void)setPostInvocationHandler:(void (^)(IBGDismissType dismissType, IBGReportType reportType))postInvocationHandler;
256256

257257
/**
258258
@brief Present a view that educates the user on how to invoke the SDK with the currently set invocation event.
259+
260+
@discussion Does nothing if invocation event is set to anything other than IBGInvocationEventShake or IBGInvocationEventScreenshot.
259261
*/
260262
+ (void)showIntroMessage;
261263

@@ -270,9 +272,7 @@ NS_ASSUME_NONNULL_BEGIN
270272
+ (void)setWillTakeScreenshot:(BOOL)willTakeScreenshot DEPRECATED_MSG_ATTRIBUTE("Starting from v6.0, use setAttachmentTypesEnabledScreenShot:extraScreenShot:galleryImage:voiceNote:screenRecording: instead.");
271273

272274
/**
273-
@brief Sets the default value of the user's email and hides the email field from the reporting UI and set the user's name to be included with all reports.
274-
275-
@discussion It also reset the chats on device to that email and removes user attributes, user data and completed surveys.
275+
@brief Sets the user email and name for all sent reports. Also hides the email field from the reporting UI.
276276
277277
@param email Email address to be set as the user's email.
278278
@param name Name of the user to be set.
@@ -282,7 +282,7 @@ NS_ASSUME_NONNULL_BEGIN
282282
/**
283283
@brief Sets the default value of the user's email to nil and show email field and remove user name from all reports
284284
285-
@discussion It also reset the chats on device and removes user attributes, user data and completed surveys.
285+
@discussion This method also resets all chats currently on the device and removes any set user attributes.
286286
*/
287287
+ (void)logOut;
288288

Instabug.framework/Info.plist

0 Bytes
Binary file not shown.

Instabug.framework/Instabug

415 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)