Skip to content

Commit 9578059

Browse files
author
Distiller
committed
v8.0.4
1 parent c8a56a0 commit 9578059

31 files changed

+81
-82
lines changed

8FF67D74-ECC6-34E3-A6C3-C89B09420C44.bcsymbolmap renamed to 729D4E50-795B-38DD-BA3C-A96216533C4C.bcsymbolmap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9862,6 +9862,7 @@ ___44+[IBGSurveyInvocaitonManager sharedInstance]_block_invoke
98629862
-[IBGSurveyInvocaitonManager setDidDismissSurvey:]
98639863
-[IBGSurveyInvocaitonManager invoke]
98649864
-[IBGSurveyInvocaitonManager didInvoke]
9865+
-[IBGSurveyInvocaitonManager hideFloatingButtonIfExists]
98659866
-[IBGSurveyInvocaitonManager didDismissWithExtraParameters:]
98669867
___60-[IBGSurveyInvocaitonManager didDismissWithExtraParameters:]_block_invoke
98679868
-[IBGSurveyInvocaitonManager windowClass]

997AA83C-1337-3E26-A44B-4DEA943C30EF.bcsymbolmap renamed to ABFC8D5C-469E-39C6-955F-16AE0EDED7E2.bcsymbolmap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9872,6 +9872,7 @@ ___44+[IBGSurveyInvocaitonManager sharedInstance]_block_invoke
98729872
-[IBGSurveyInvocaitonManager setDidDismissSurvey:]
98739873
-[IBGSurveyInvocaitonManager invoke]
98749874
-[IBGSurveyInvocaitonManager didInvoke]
9875+
-[IBGSurveyInvocaitonManager hideFloatingButtonIfExists]
98759876
-[IBGSurveyInvocaitonManager didDismissWithExtraParameters:]
98769877
___60-[IBGSurveyInvocaitonManager didDismissWithExtraParameters:]_block_invoke
98779878
-[IBGSurveyInvocaitonManager windowClass]

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>8.0.3</string>
16+
<string>8.0.4</string>
1717
<key>CFBundleVersion</key>
18-
<string>16909</string>
18+
<string>16964</string>
1919
</dict>
2020
</plist>
Binary file not shown.

Instabug.framework/Assets.car

0 Bytes
Binary file not shown.

Instabug.framework/Headers/IBGNetworkLogger.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ NS_SWIFT_NAME(NetworkLogger)
1414

1515
@property (class, atomic, assign) BOOL enabled;
1616

17-
/* CHECK NULLABILITY! */
18-
typedef void (^NetworkObfuscationCompletionBlock)(NSData * _Nullable data, NSURLResponse * _Nonnull response);
19-
20-
2117
/**
2218
@brief Enable logging for network requests and responses on a custom NSURLSessionConfiguration.
2319

Instabug.framework/Headers/IBGTypes.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,9 @@ typedef NS_ENUM(NSInteger, IBGWelcomeMessageMode) {
480480
IBGWelcomeMessageModeDisabled
481481
};
482482

483+
/* CHECK NULLABILITY! */
484+
typedef void (^NetworkObfuscationCompletionBlock)(NSData *data, NSURLResponse *response);
485+
483486
@interface UIView (Instabug)
484487

485488
/**

Instabug.framework/Headers/Instabug.h

Lines changed: 1 addition & 4 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: 8.0.3
8+
Version: 8.0.4
99
*/
1010

1111
#import <Foundation/Foundation.h>
@@ -28,9 +28,6 @@ NS_ASSUME_NONNULL_BEGIN
2828

2929
@interface Instabug : NSObject
3030

31-
typedef void (^NetworkObfuscationCompletionBlock)(NSData *data, NSURLResponse *response);
32-
33-
3431
/**
3532
@brief Sets whether the SDK is recording the screen or not.
3633
8 Bytes
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)