Skip to content

Commit db21c02

Browse files
committed
v7.9
1 parent 69ceb5b commit db21c02

39 files changed

+1507
-1270
lines changed

A9886AF6-01A6-319C-951F-6990BDED0524.bcsymbolmap renamed to 1030A3F9-277B-3A8F-8A92-928090B66B04.bcsymbolmap

Lines changed: 298 additions & 271 deletions
Large diffs are not rendered by default.

CA726E20-BB0B-32C5-87C6-4497312D59B7.bcsymbolmap renamed to 46840D2F-C5ED-32D0-8E62-FF3BFCA6222D.bcsymbolmap

Lines changed: 298 additions & 271 deletions
Large diffs are not rendered by default.

4781908B-6673-3881-854D-251EF9A2B406.bcsymbolmap renamed to 86A9ED2A-B8D4-38FB-86A3-FA2C1A77317F.bcsymbolmap

Lines changed: 386 additions & 329 deletions
Large diffs are not rendered by default.

93CA5E6F-B422-3FBC-A20A-634DBF603A6A.bcsymbolmap renamed to B19D4F39-2093-3FE7-90AC-133A847F800E.bcsymbolmap

Lines changed: 382 additions & 325 deletions
Large diffs are not rendered by default.

Carthage.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,6 @@
3636
"7.8.1": "https://github.com/Instabug/Instabug-iOS/releases/download/7.8.1/Instabug.zip",
3737
"7.8.2": "https://github.com/Instabug/Instabug-iOS/releases/download/7.8.2/Instabug.zip",
3838
"7.8.3": "https://github.com/Instabug/Instabug-iOS/releases/download/7.8.3/Instabug.zip",
39-
"7.8.4": "https://github.com/Instabug/Instabug-iOS/releases/download/7.8.4/Instabug.zip"
39+
"7.8.4": "https://github.com/Instabug/Instabug-iOS/releases/download/7.8.4/Instabug.zip",
40+
"7.9": "https://github.com/Instabug/Instabug-iOS/releases/download/7.9/Instabug.zip"
4041
}

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.8.4</string>
16+
<string>7.9</string>
1717
<key>CFBundleVersion</key>
18-
<string>12622</string>
18+
<string>12795</string>
1919
</dict>
2020
</plist>
Binary file not shown.

Instabug.framework/Headers/Instabug.h

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

1111
#import <Foundation/Foundation.h>
1212
#import <UIKit/UIKit.h>
13-
#import <InstabugCore/IBGTypes.h>
13+
#import <InstabugCore/InstabugCore.h>
1414

1515
/**
1616
This is the API for using Instabug's SDK. For more details about the SDK integration,
@@ -161,6 +161,25 @@ typedef void (^NetworkObfuscationCompletionBlock)(NSData *data, NSURLResponse *r
161161
*/
162162
+ (void)setUserStepsEnabled:(BOOL)isUserStepsEnabled;
163163

164+
/**
165+
@brief Sets whether the SDK is recording the screen or not.
166+
167+
@discussion Enabling auto screen recording would give you an insight on the scenario a user has performed before encountering a bug or a crash. screen recording is attached with each report being sent.
168+
169+
Auto screen recording is disabled by default.
170+
171+
@param enabled A boolean to set auto screen recording to being enabled or disabled.
172+
*/
173+
+ (void)setAutoScreenRecordingEnabled:(BOOL)enabled;
174+
175+
/**
176+
@brief Sets maximum auto screen recording video duration.
177+
178+
@discussion sets maximum auto screen recording video duration with max value 30 seconds and min value greater than 1 sec.
179+
180+
@param duration A float to set maximum auto screen recording video duration.
181+
*/
182+
+ (void)setAutoScreenRecordingDuration:(CGFloat)duration;
164183
/**
165184
@brief Sets whether user steps tracking is visual, non visula or disabled.
166185
@@ -631,7 +650,7 @@ typedef void (^NetworkObfuscationCompletionBlock)(NSData *data, NSURLResponse *r
631650
extraScreenShot:(BOOL)extraScreenShot
632651
galleryImage:(BOOL)galleryImage
633652
voiceNote:(BOOL)voiceNote
634-
screenRecording:(BOOL)screenRecording DEPRECATED_MSG_ATTRIBUTE("Starting from v8.0, use setAttachmentOptions: instead");
653+
screenRecording:(BOOL)screenRecording DEPRECATED_MSG_ATTRIBUTE("Starting from v7.6.1, use setEnabledAttachmentTypes: instead");
635654

636655
/**
637656
@brief Sets whether attachments in bug reporting and in-app messaging are enabled.

Instabug.framework/Info.plist

-2 Bytes
Binary file not shown.

Instabug.framework/Instabug

82.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)