Skip to content

Commit 94eab8a

Browse files
committed
v5.2
1 parent d04a04f commit 94eab8a

File tree

86 files changed

+10
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+10
-3
lines changed

Instabug.bundle/[email protected]

6.55 KB

Instabug.bundle/[email protected]

8.6 KB

Instabug.bundle/CaptureButton.png

2.69 KB

Instabug.bundle/[email protected]

6.7 KB

Instabug.bundle/[email protected]

8.36 KB

Instabug.bundle/[email protected]

2.01 KB

Instabug.bundle/[email protected]

2.11 KB

Instabug.bundle/ExtraScreenshot.png

1.05 KB

Instabug.bundle/[email protected]

1.8 KB

Instabug.bundle/[email protected]

2.01 KB
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.
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.
-143 Bytes
Binary file not shown.
-134 Bytes
Binary file not shown.
-131 Bytes
Binary file not shown.
-138 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.
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.
Binary file not shown.
-145 Bytes
Binary file not shown.
-137 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.
-127 Bytes
Binary file not shown.
-143 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
134 Bytes

Instabug.bundle/[email protected]

263 Bytes

Instabug.bundle/actionsheet_1.png

88 Bytes

Instabug.bundle/[email protected]

247 Bytes
-811 Bytes

Instabug.bundle/[email protected]

1.01 KB

Instabug.bundle/actionsheet_2.png

785 Bytes

Instabug.bundle/[email protected]

846 Bytes
72 Bytes
Binary file not shown.
58 Bytes
Binary file not shown.
63 Bytes
Binary file not shown.
75 Bytes
Binary file not shown.
100 Bytes
Binary file not shown.
69 Bytes
Binary file not shown.
70 Bytes
Binary file not shown.
62 Bytes
Binary file not shown.
80 Bytes
Binary file not shown.
65 Bytes
Binary file not shown.
78 Bytes
Binary file not shown.
76 Bytes
Binary file not shown.
96 Bytes
Binary file not shown.
52 Bytes
Binary file not shown.
52 Bytes
Binary file not shown.

Instabug.framework/Versions/A/Headers/Instabug.h

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Copyright: (c) 2014 by Instabug, Inc., all rights reserved.
77
8-
Version: 5.1.2
8+
Version: 5.2
99
*/
1010

1111
//===========================================================================================================================================
@@ -82,7 +82,7 @@
8282
* @param format format
8383
* @param ... ...
8484
*/
85-
void IBGLog(NSString *format, ...);
85+
OBJC_EXTERN void IBGLog(NSString *format, ...) NS_FORMAT_FUNCTION(1, 2);
8686

8787
/**
8888
* Adds custom logs that will be sent with each report. A convenience method for Swift, identical to IBGLog().
@@ -135,6 +135,13 @@ void IBGLog(NSString *format, ...);
135135
*/
136136
+ (void)showIntroMessage;
137137

138+
/**
139+
* Enabled/disable the attachment of an initial screenshot when reporting a bug/imporovement
140+
* @param willTakeScreenshot willTakeScreenshot
141+
*/
142+
143+
+ (void)setWillTakeScreenshot:(BOOL)willTakeScreenshot;
144+
138145
/**
139146
* Sets the default value of the email field and hides the email field from the reporting UI
140147
*
114 KB
Binary file not shown.

Instabug.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Instabug"
3-
s.version = "5.1.2"
3+
s.version = "5.2"
44
s.summary = "Bug reporting for mobile apps. Learn more at http://instabug.com"
55
s.homepage = "http://instabug.com"
66
s.license = {

0 commit comments

Comments
 (0)