This repository was archived by the owner on Oct 9, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Instabug.framework/Versions/A Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 55
66 Copyright: (c) 2014 by Instabug, Inc., all rights reserved.
77
8- Version: 4.1.9
8+ Version: 4.1.10
99 */
1010
1111// ===========================================================================================================================================
@@ -106,6 +106,11 @@ void IBGLog(NSString *format, ...);
106106 */
107107+ (void )reportException : (NSException *)exception ;
108108
109+ /* *
110+ * Dismisses the reporting view
111+ */
112+ + (void )dismiss ;
113+
109114// ===========================================================================================================================================
110115
111116// ===========================================================================================================================================
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "Instabug"
3- s . version = "4.1.9 "
3+ s . version = "4.1.10 "
44 s . summary = "Bug reporting for mobile apps. Learn more at http://instabug.com"
55 s . homepage = "http://instabug.com"
66 s . license = {
You can’t perform that action at this time.
0 commit comments