Skip to content

Commit 00cadce

Browse files
author
Distiller
committed
v7.13
1 parent 2b77024 commit 00cadce

File tree

61 files changed

+3272
-2403
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+3272
-2403
lines changed

D4CB8C3D-6CE1-383D-9751-0F7D6A16B2CD.bcsymbolmap renamed to 325A5023-37B7-306F-87E5-F5ADB11F589E.bcsymbolmap

Lines changed: 659 additions & 508 deletions
Large diffs are not rendered by default.

12142B71-ECD2-3E55-B0EC-03E984EE714B.bcsymbolmap renamed to A0540B93-4364-3876-9DBD-116076CBE2C7.bcsymbolmap

Lines changed: 847 additions & 586 deletions
Large diffs are not rendered by default.

247CA7FD-E634-352F-832C-AA5F844E9AC9.bcsymbolmap renamed to DE09AD83-23ED-3ACA-8EB3-2C03BA95500A.bcsymbolmap

Lines changed: 659 additions & 508 deletions
Large diffs are not rendered by default.

0C484C23-6166-39E0-B101-6CCA79D8F5FC.bcsymbolmap renamed to EF66114F-D17F-3196-AE56-DD620D01BDE7.bcsymbolmap

Lines changed: 841 additions & 577 deletions
Large diffs are not rendered by default.

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.12.7</string>
16+
<string>7.13</string>
1717
<key>CFBundleVersion</key>
18-
<string>15413</string>
18+
<string>15828</string>
1919
</dict>
2020
</plist>
Binary file not shown.

Instabug.framework/Headers/Instabug.h

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

1111
#import <Foundation/Foundation.h>
@@ -386,15 +386,15 @@ typedef void (^NetworkObfuscationCompletionBlock)(NSData *data, NSURLResponse *r
386386

387387
/**
388388
@brief Enables/disables screenshot view when reporting a bug/improvement.
389-
389+
390390
@deprecated Starting from v6.0, use `setWillSkipScreenshotAnnotation:` instead.
391-
391+
392392
@discussion By default, screenshot view is shown when reporting a bug, but not when sending feedback.
393-
393+
394394
@param willShowScreenshotView A boolean to set whether screenshot view is shown or not. Passing YES will show
395395
screenshot view for both feedback and bug reporting, while passing NO will disable it for both.
396396
*/
397-
+ (void)setWillShowScreenshotView:(BOOL)willShowScreenshotView DEPRECATED_MSG_ATTRIBUTE("Starting from v6.0, use setWillSkipScreenshotAnnotation: instead.");
397+
+ (void)setWillShowScreenshotView:(BOOL)willShowScreenshotView DEPRECATED_MSG_ATTRIBUTE("This API has no effect now and will be removed soon");
398398

399399
/**
400400
@brief Enables/disables screenshot view when reporting a bug/improvement.
@@ -404,7 +404,7 @@ typedef void (^NetworkObfuscationCompletionBlock)(NSData *data, NSURLResponse *r
404404
@param willSkipScreenShot A boolean to set whether screenshot view is shown or not. Passing YES will show
405405
screenshot view for both feedback and bug reporting, while passing NO will disable it for both.
406406
*/
407-
+ (void)setWillSkipScreenshotAnnotation:(BOOL)willSkipScreenShot;
407+
+ (void)setWillSkipScreenshotAnnotation:(BOOL)willSkipScreenShot DEPRECATED_MSG_ATTRIBUTE("This API has no effect now and will be removed soon");
408408

409409
/**
410410
@brief Returns the number of unread messages the user currently has.
@@ -477,7 +477,7 @@ typedef void (^NetworkObfuscationCompletionBlock)(NSData *data, NSURLResponse *r
477477
478478
@param isCommentFieldRequired A boolean to indicate whether comment field is required or not.
479479
*/
480-
+ (void)setCommentFieldRequired:(BOOL)isCommentFieldRequired;
480+
+ (void)setCommentFieldRequired:(BOOL)isCommentFieldRequired DEPRECATED_MSG_ATTRIBUTE("Use setEmailFieldRequired:forAction: instead");
481481

482482
/**
483483
@brief Sets the threshold value of the shake gesture for iPhone/iPod Touch and iPad.

Instabug.framework/Info.plist

-2 Bytes
Binary file not shown.

Instabug.framework/Instabug

445 KB
Binary file not shown.

Instabug.framework/_CodeSignature/CodeResources

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<dict>
77
<key>Headers/Instabug.h</key>
88
<data>
9-
SGNYZhDFT2EX7GCTETfClZTQXJY=
9+
HLhHXbcl6S+6sCG1ut59ycFbCfo=
1010
</data>
1111
<key>Info.plist</key>
1212
<data>
13-
/nPkkrY39eMx9p9uHRbBsHajFMw=
13+
sYlvAkoul0ZfhjrBW4YvahXuin0=
1414
</data>
1515
<key>Modules/module.modulemap</key>
1616
<data>
@@ -23,11 +23,11 @@
2323
<dict>
2424
<key>hash</key>
2525
<data>
26-
SGNYZhDFT2EX7GCTETfClZTQXJY=
26+
HLhHXbcl6S+6sCG1ut59ycFbCfo=
2727
</data>
2828
<key>hash2</key>
2929
<data>
30-
WKOlkyFQLVjgThj0Q+rMJ+iJKaRVVs+lV56Ly76ap58=
30+
3BeJ1ClSEJTMLfWFnsomtrosn7+7AkC+rFeT9EqcwoY=
3131
</data>
3232
</dict>
3333
<key>Modules/module.modulemap</key>

0 commit comments

Comments
 (0)