Skip to content

Commit 1a1dc79

Browse files
committed
v7.8.1
1 parent c92fd22 commit 1a1dc79

37 files changed

+610
-1281
lines changed

804FBE6B-6DA9-3C52-BC30-43FECF853901.bcsymbolmap renamed to 67EADD77-75F4-3EDB-97C0-23163F1FDB16.bcsymbolmap

Lines changed: 101 additions & 316 deletions
Large diffs are not rendered by default.

8866E7A8-6605-3971-B44B-A1A6AA1BD92E.bcsymbolmap renamed to 685D07AA-F1B2-3000-AFA5-0F0008BBDC93.bcsymbolmap

Lines changed: 157 additions & 357 deletions
Large diffs are not rendered by default.

07BEDD04-0E0A-3C93-8E00-96B586B79668.bcsymbolmap renamed to 899DE18A-322F-32FF-B1BF-31A376AB1893.bcsymbolmap

Lines changed: 157 additions & 284 deletions
Large diffs are not rendered by default.

Carthage.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,7 @@
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",
3434
"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"
35+
"7.8": "https://github.com/Instabug/Instabug-iOS/releases/download/7.8/Instabug.zip",
36+
"7.8.1": "https://github.com/Instabug/Instabug-iOS/releases/download/7.8.1/Instabug.zip"
37+
3638
}

0C91F535-9624-3D4B-BDC6-2618D658FF5D.bcsymbolmap renamed to D4925032-C32F-34AB-BCA4-52B2E0818980.bcsymbolmap

Lines changed: 99 additions & 243 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.8</string>
16+
<string>7.8.1</string>
1717
<key>CFBundleVersion</key>
18-
<string>12013</string>
18+
<string>12193</string>
1919
</dict>
2020
</plist>
Binary file not shown.

Instabug.framework/Headers/Instabug.h

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
44
Contains: API for using Instabug's SDK.
55
6-
Copyright: (c) 2013-2017 by Instabug, Inc., all rights reserved.
6+
Copyright: (c) 2013-2018 by Instabug, Inc., all rights reserved.
77
8-
Version: 7.8
8+
Version: 7.8.1
99
*/
1010

1111
#import <Foundation/Foundation.h>
@@ -44,6 +44,7 @@ typedef void (^NetworkObfuscationCompletionBlock)(NSData *data, NSURLResponse *r
4444
/// @name SDK Manual Invocation
4545
/// ---------------------------
4646

47+
4748
/**
4849
@brief Invokes the SDK manually with the default invocation mode.
4950
@@ -826,7 +827,9 @@ typedef void (^NetworkObfuscationCompletionBlock)(NSData *data, NSURLResponse *r
826827
*/
827828
+ (void)logUserEventWithName:(NSString *)name params:(nullable NSDictionary *)params;
828829

829-
#pragma mark - IBGLog
830+
/// ------------------------
831+
/// @name IBGLog
832+
/// ------------------------
830833

831834
/**
832835
@brief Adds custom logs that will be sent with each report.
@@ -969,7 +972,9 @@ OBJC_EXTERN void IBGNSLogWithLevel(NSString *format, va_list args, IBGLogLevel l
969972
*/
970973
+ (void)clearAllLogs;
971974

972-
#pragma mark - Network Logging
975+
/// ------------------------
976+
/// @name Network Logging
977+
/// ------------------------
973978

974979
/**
975980
@brief Sets whether to log network requests or not.
@@ -1113,7 +1118,9 @@ OBJC_EXTERN void IBGNSLogWithLevel(NSString *format, va_list args, IBGLogLevel l
11131118
*/
11141119
+ (void)setDidReceiveAuthenticationChallengeHandler:(NSURLCredential* (^)(NSURLAuthenticationChallenge *challenge))reciveChallengeHandler;
11151120

1116-
#pragma mark - Surveys
1121+
/// ------------------------
1122+
/// @name Surveys
1123+
/// ------------------------
11171124

11181125
/**
11191126
@brief Sets whether auto surveys showing are enabled or not.
@@ -1189,7 +1196,9 @@ OBJC_EXTERN void IBGNSLogWithLevel(NSString *format, va_list args, IBGLogLevel l
11891196
*/
11901197
+ (BOOL)hasRespondedToSurveyWithToken:(NSString *)surveyToken;
11911198

1192-
#pragma mark - SDK Debugging
1199+
/// ------------------------
1200+
/// @name SDK Debugging
1201+
/// ------------------------
11931202

11941203
/**
11951204
@brief Sets the verbosity level of logs used to debug the Instabug SDK itself.

Instabug.framework/Info.plist

1 Byte
Binary file not shown.

Instabug.framework/Instabug

-167 KB
Binary file not shown.

0 commit comments

Comments
 (0)