Skip to content

Commit d04a04f

Browse files
committed
v5.1.2
1 parent 681d778 commit d04a04f

File tree

68 files changed

+10
-10
lines changed

Some content is hidden

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

68 files changed

+10
-10
lines changed
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.
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.
-6 Bytes
Binary file not shown.
-6 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
17 Bytes
Binary file not shown.
53 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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
/**
1313
* The event used to invoke the feedback form
1414
*/
15-
typedef enum IBGInvocationEvent {
15+
typedef NS_ENUM(NSInteger, IBGInvocationEvent) {
1616
// No event will be registered to show the feedback form, you'll need to code your own and call the method showFeedbackForm
1717
IBGInvocationEventNone,
1818
// Shaking the device while in any screen to show the feedback form
@@ -25,29 +25,29 @@ typedef enum IBGInvocationEvent {
2525
IBGInvocationEventRightEdgePan,
2626
// Shows a floating button on top of all views, when pressed it takes a screenshot
2727
IBGInvocationEventFloatingButton
28-
} IBGInvocationEvent;
28+
};
2929

3030
/**
3131
* The color theme of the different UI elements
3232
*/
33-
typedef enum IBGColorTheme {
33+
typedef NS_ENUM(NSInteger, IBGColorTheme) {
3434
IBGColorThemeLight,
3535
IBGColorThemeDark
36-
} IBGColorTheme;
36+
};
3737

3838
/**
3939
* The mode used upon invocating the SDK
4040
*/
41-
typedef enum IBGInvocationMode {
41+
typedef NS_ENUM(NSInteger, IBGInvocationMode) {
4242
IBGInvocationModeNA,
4343
IBGInvocationModeBugReporter,
4444
IBGInvocationModeFeedbackSender
45-
} IBGInvocationMode;
45+
};
4646

4747
/**
4848
* The supported locales
4949
*/
50-
typedef enum IBGLocale {
50+
typedef NS_ENUM(NSInteger, IBGLocale) {
5151
IBGLocaleArabic,
5252
IBGLocaleChineseSimplified,
5353
IBGLocaleChineseTraditional,
@@ -63,5 +63,5 @@ typedef enum IBGLocale {
6363
IBGLocaleSpanish,
6464
IBGLocaleSwedish,
6565
IBGLocaleTurkish
66-
} IBGLocale;
66+
};
6767
//===========================================================================================================================================

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

Lines changed: 1 addition & 1 deletion
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.1
8+
Version: 5.1.2
99
*/
1010

1111
//===========================================================================================================================================
-192 Bytes
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.1"
3+
s.version = "5.1.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)