Skip to content

Commit c92fd22

Browse files
committed
v7.8
1 parent e6e7f25 commit c92fd22

40 files changed

+1697
-1729
lines changed

728E074D-F8D8-3E63-829E-F17F278B74F0.bcsymbolmap renamed to 07BEDD04-0E0A-3C93-8E00-96B586B79668.bcsymbolmap

Lines changed: 521 additions & 549 deletions
Large diffs are not rendered by default.

505F0EB6-9312-3F5A-95A8-89B8AD8538FE.bcsymbolmap renamed to 0C91F535-9624-3D4B-BDC6-2618D658FF5D.bcsymbolmap

Lines changed: 278 additions & 276 deletions
Large diffs are not rendered by default.

61F6A305-38DD-3EFA-A1C1-62D53BFACFB2.bcsymbolmap renamed to 804FBE6B-6DA9-3C52-BC30-43FECF853901.bcsymbolmap

Lines changed: 278 additions & 276 deletions
Large diffs are not rendered by default.

CA006801-3807-3C76-A8DB-BA7B7A1BEA09.bcsymbolmap renamed to 8866E7A8-6605-3971-B44B-A1A6AA1BD92E.bcsymbolmap

Lines changed: 518 additions & 549 deletions
Large diffs are not rendered by default.

Carthage.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@
3131
"7.6": "https://github.com/Instabug/Instabug-iOS/releases/download/7.6/Instabug.zip",
3232
"7.6.1": "https://github.com/Instabug/Instabug-iOS/releases/download/7.6.1/Instabug.zip",
3333
"7.7": "https://github.com/Instabug/Instabug-iOS/releases/download/7.7/Instabug.zip",
34-
"7.7.1": "https://github.com/Instabug/Instabug-iOS/releases/download/7.7.1/Instabug.zip"
34+
"7.7.1": "https://github.com/Instabug/Instabug-iOS/releases/download/7.7.1/Instabug.zip",
35+
"7.8": "https://github.com/Instabug/Instabug-iOS/releases/download/7.8/Instabug.zip"
3536
}

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.7.1</string>
16+
<string>7.8</string>
1717
<key>CFBundleVersion</key>
18-
<string>11890</string>
18+
<string>12013</string>
1919
</dict>
2020
</plist>
Binary file not shown.

Instabug.framework/Headers/Instabug.h

Lines changed: 13 additions & 1 deletion
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.7.1
8+
Version: 7.8
99
*/
1010

1111
#import <Foundation/Foundation.h>
@@ -160,6 +160,18 @@ typedef void (^NetworkObfuscationCompletionBlock)(NSData *data, NSURLResponse *r
160160
*/
161161
+ (void)setUserStepsEnabled:(BOOL)isUserStepsEnabled;
162162

163+
/**
164+
@brief Sets whether user steps tracking is visual, non visula or disabled.
165+
166+
@discussion Enabling user steps would give you an insight on the scenario a user has performed before encountering a
167+
bug or a crash. User steps are attached with each report being sent.
168+
169+
User Steps tracking is enabled by default if it's available in your current plan.
170+
171+
@param userStepsMode An enum to set user steps tracking to be enabled , non visual or disabled.
172+
*/
173+
+ (void)setReproStepsMode:(IBGUserStepsMode)userStepsMode;
174+
163175
/**
164176
@brief Sets whether to track and report crashes or not.
165177

Instabug.framework/Info.plist

-2 Bytes
Binary file not shown.

Instabug.framework/Instabug

240 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)