Skip to content

Commit 1bd5c1c

Browse files
⬆️ Update iOS SDK to v8.7.2
1 parent b4a66b2 commit 1bd5c1c

38 files changed

+125
-120
lines changed

ios/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: 8.7.1
8+
Version: 8.7.2
99
*/
1010

1111
#import <Foundation/Foundation.h>

ios/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: 8.7.1
8+
Version: 8.7.2
99
*/
1010

1111
#import <Foundation/Foundation.h>

ios/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: 8.7.1
8+
Version: 8.7.2
99
*/
1010

1111
#import <Foundation/Foundation.h>

ios/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: 8.7.1
8+
Version: 8.7.2
99
*/
1010

1111

ios/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: 8.7.1
8+
Version: 8.7.2
99
*/
1010

1111
#import <Foundation/Foundation.h>

ios/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: 8.7.1
8+
Version: 8.7.2
99
*/
1010

1111
#import <Foundation/Foundation.h>

ios/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: 8.7.1
8+
Version: 8.7.2
99
*/
1010

1111
#import <Foundation/Foundation.h>

ios/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: 8.7.1
8+
Version: 8.7.2
99
*/
1010

1111
#import <Foundation/Foundation.h>

ios/Instabug.framework/Headers/IBGSurveys.h

Lines changed: 8 additions & 3 deletions
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: 8.7.1
8+
Version: 8.7.2
99
*/
1010

1111
#import <Foundation/Foundation.h>
@@ -27,9 +27,14 @@ NS_SWIFT_NAME(Surveys)
2727
@property (class, atomic, assign) BOOL autoShowingEnabled;
2828

2929
/**
30-
@brief Returns array of available surveys that match the current device/user.
30+
@brief Returns array of available surveys that match the current device/user asynchronous.
3131
*/
32-
@property (class, atomic, readonly, strong) NSArray<IBGSurvey *> *availableSurveys;
32+
+ (void)availableSurveysWithCompletionHandler:(void (^)(NSArray<IBGSurvey *> * validSurveys))completionHandler;
33+
34+
/**
35+
@brief Returns array of available surveys that match the current device/user synchronous.
36+
*/
37+
@property (class, atomic, readonly, strong) NSArray<IBGSurvey *> *availableSurveys DEPRECATED_MSG_ATTRIBUTE("Please use availableSurveysWithCompletionHandler for reliability.");
3338

3439
/**
3540
@brief Sets a block of code to be executed just before the survey's UI is presented.

ios/Instabug.framework/Headers/IBGTypes.h

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

1111
#import <UIKit/UIKit.h>

0 commit comments

Comments
 (0)