Skip to content

Commit 01e66e0

Browse files
committed
⬆️ Upgrade native iOS SDK dependency
1 parent b631772 commit 01e66e0

26 files changed

+86
-74
lines changed

src/ios/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.

src/ios/Instabug.framework/Info.plist

1 Byte
Binary file not shown.

src/ios/Instabug.framework/Instabug

-167 KB
Binary file not shown.

src/ios/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-
7FmPOnvoZEOelRoF+rakHgJyT1E=
9+
qO36cnCcgBW7KDsMtn4PKHVIGzM=
1010
</data>
1111
<key>Info.plist</key>
1212
<data>
13-
Hdm1Q2muThmGWWJRk3FelfsOPV0=
13+
SLGadppsDv61+nvvoPap7SePBBc=
1414
</data>
1515
<key>Modules/module.modulemap</key>
1616
<data>
@@ -23,11 +23,11 @@
2323
<dict>
2424
<key>hash</key>
2525
<data>
26-
7FmPOnvoZEOelRoF+rakHgJyT1E=
26+
qO36cnCcgBW7KDsMtn4PKHVIGzM=
2727
</data>
2828
<key>hash2</key>
2929
<data>
30-
5xZDYfSvxBVD8Xgv2mFfPXWRhCe78P/MG6sCti+sFec=
30+
Qkp/f8J1z3u0inL+btB4Bp7SPCCTlxWv6IjUhH/q7+4=
3131
</data>
3232
</dict>
3333
<key>Modules/module.modulemap</key>

src/ios/InstabugCore.framework/Headers/IBGTypes.h

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
//
2-
// IBGTypes.h
3-
// Instabug
4-
//
5-
// Copyright: (c) 2013-2016 by Instabug, Inc., all rights reserved.
6-
//
1+
/*
2+
File: InstabugCore/IBGTypes.h
3+
4+
Contains: Enums and Constants for using Instabug's SDK.
5+
6+
Copyright: (c) 2013-2018 by Instabug, Inc., all rights reserved.
7+
8+
Version: 7.8.1
9+
*/
710

811
#import <UIKit/UIKit.h>
912

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-7 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-5 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1 Byte
Binary file not shown.
-85.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)