Skip to content

Commit 24adbc4

Browse files
committed
v7.3.2
1 parent 9fcb416 commit 24adbc4

26 files changed

+72
-63
lines changed

Carthage.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
"7.2.8": "https://github.com/Instabug/Instabug-iOS/releases/download/7.2.8/Instabug.zip",
1212
"7.2.9": "https://github.com/Instabug/Instabug-iOS/releases/download/7.2.9/Instabug.zip",
1313
"7.3": "https://github.com/Instabug/Instabug-iOS/releases/download/7.3/Instabug.zip",
14-
"7.3.1": "https://github.com/Instabug/Instabug-iOS/releases/download/7.3.1/Instabug.zip"
14+
"7.3.1": "https://github.com/Instabug/Instabug-iOS/releases/download/7.3.1/Instabug.zip",
15+
"7.3.2": "https://github.com/Instabug/Instabug-iOS/releases/download/7.3.2/Instabug.zip"
1516
}

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.3.1</string>
16+
<string>7.3.2</string>
1717
<key>CFBundleVersion</key>
18-
<string>8585</string>
18+
<string>8680</string>
1919
</dict>
2020
</plist>
Binary file not shown.

Instabug.framework/Headers/Instabug.h

Lines changed: 9 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.3.1
8+
Version: 7.3.2
99
*/
1010

1111
#import <Foundation/Foundation.h>
@@ -894,6 +894,14 @@ OBJC_EXTERN void IBGNSLog(NSString *format, va_list args);
894894
*/
895895
+ (void)setIBGLogPrintsToConsole:(BOOL)enabled;
896896

897+
/**
898+
@brief Clear all Logs.
899+
900+
@discussion Clear all Instabug logs, console logs, network logs and user steps.
901+
902+
*/
903+
+ (void)clearAllLogs;
904+
897905
#pragma mark - Network Logging
898906

899907
/**

Instabug.framework/Info.plist

0 Bytes
Binary file not shown.

Instabug.framework/Instabug

671 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)