Skip to content

Commit 0512b89

Browse files
author
Distiller
committed
v9.1.1
1 parent 79dfc00 commit 0512b89

Some content is hidden

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

55 files changed

+605
-535
lines changed

5119C3A9-17F6-33D1-B405-7D9A6CE53905.bcsymbolmap renamed to 13C53096-F7AF-3013-8D99-5B15E06C3123.bcsymbolmap

Lines changed: 160 additions & 142 deletions
Large diffs are not rendered by default.

D0F64655-9EDA-31D8-B49E-DAFD645088D7.bcsymbolmap renamed to 6817A281-2978-37FC-9336-7E559E0BDF39.bcsymbolmap

Lines changed: 146 additions & 135 deletions
Large diffs are not rendered by default.

Instabug.framework.dSYM/Contents/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<key>CFBundleSignature</key>
1414
<string>????</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>9.1</string>
16+
<string>9.1.1</string>
1717
<key>CFBundleVersion</key>
1818
<string>1</string>
1919
</dict>
Binary file not shown.

Instabug.framework/Headers/IBGBugReporting.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Copyright: (c) 2013-2019 by Instabug, Inc., all rights reserved.
77
8-
Version: 9.1
8+
Version: 9.1.1
99
*/
1010

1111
#import <Foundation/Foundation.h>

Instabug.framework/Headers/IBGChats.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Copyright: (c) 2013-2019 by Instabug, Inc., all rights reserved.
77
8-
Version: 9.1
8+
Version: 9.1.1
99
*/
1010

1111
#import <Foundation/Foundation.h>

Instabug.framework/Headers/IBGCrashReporting.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Copyright: (c) 2013-2019 by Instabug, Inc., all rights reserved.
77
8-
Version: 9.1
8+
Version: 9.1.1
99
*/
1010

1111
#import <Foundation/Foundation.h>

Instabug.framework/Headers/IBGFeatureRequests.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Copyright: (c) 2013-2019 by Instabug, Inc., all rights reserved.
77
8-
Version: 9.1
8+
Version: 9.1.1
99
*/
1010

1111

Instabug.framework/Headers/IBGLog.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Copyright: (c) 2013-2019 by Instabug, Inc., all rights reserved.
77
8-
Version: 9.1
8+
Version: 9.1.1
99
*/
1010

1111
#import <Foundation/Foundation.h>

Instabug.framework/Headers/IBGNetworkLogger.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Copyright: (c) 2013-2019 by Instabug, Inc., all rights reserved.
77
8-
Version: 9.1
8+
Version: 9.1.1
99
*/
1010

1111
#import <Foundation/Foundation.h>

Instabug.framework/Headers/IBGReplies.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Copyright: (c) 2013-2019 by Instabug, Inc., all rights reserved.
77
8-
Version: 9.1
8+
Version: 9.1.1
99
*/
1010

1111
#import <Foundation/Foundation.h>

Instabug.framework/Headers/IBGSurvey.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Copyright: (c) 2013-2019 by Instabug, Inc., all rights reserved.
77
8-
Version: 9.1
8+
Version: 9.1.1
99
*/
1010

1111
#import <Foundation/Foundation.h>

Instabug.framework/Headers/IBGSurveys.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Copyright: (c) 2013-2019 by Instabug, Inc., all rights reserved.
77
8-
Version: 9.1
8+
Version: 9.1.1
99
*/
1010

1111
#import <Foundation/Foundation.h>

Instabug.framework/Headers/IBGTypes.h

Lines changed: 15 additions & 2 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: 9.1
8+
Version: 9.1.1
99
*/
1010

1111
#import <UIKit/UIKit.h>
@@ -145,7 +145,8 @@ extern NSString * const kIBGStringFeatureRequestMyFeaturesText;
145145
extern NSString * const kIBGSurveyIntroTitleText;
146146
extern NSString * const kIBGSurveyIntroDescriptionText;
147147
extern NSString * const kIBGSurveyIntroTakeSurveyButtonText;
148-
extern NSString * const kIBDismissButtonTitleStringName;
148+
extern NSString * const kIBDismissButtonTitleStringName DEPRECATED_MSG_ATTRIBUTE("kIBDismissButtonTitleStringName is deprecated. You can use kIBGDismissButtonTitleStringName instead.");
149+
extern NSString * const kIBGDismissButtonTitleStringName;
149150
extern NSString * const kIBGSurveyThankYouTitleText DEPRECATED_MSG_ATTRIBUTE("kIBGSurveyThankYouTitleText is deprecated. You can edit this string from the dashboard, and use kIBGCustomSurveyThankYouTitleText for Custom surveys.");
150151
extern NSString * const kIBGSurveyThankYouDescriptionText DEPRECATED_MSG_ATTRIBUTE("kIBGSurveyThankYouDescriptionText is deprecated. You can edit this string from the dashboard, and use kIBGCustomSurveyThankYouDescriptionText for Custom surveys.");
151152
extern NSString * const kIBGStoreRatingThankYouTitleText;
@@ -403,3 +404,15 @@ typedef NS_ENUM(NSInteger, IBGPlatform) {
403404
IBGPlatformCordova,
404405
IBGPlatformXamarin
405406
};
407+
408+
/**
409+
User's touch event types
410+
*/
411+
typedef NS_ENUM(NSInteger, IBGUIEventType) {
412+
IBGUIEventTypeTap,
413+
IBGUIEventTypeForceTouch,
414+
IBGUIEventTypeLongPress,
415+
IBGUIEventTypePinch,
416+
IBGUIEventTypeSwipe,
417+
IBGUIEventTypeScroll
418+
};

0 commit comments

Comments
 (0)