Skip to content

Commit a3323a0

Browse files
Bump iOS SDK
1 parent e01b122 commit a3323a0

File tree

78 files changed

+2779
-1884
lines changed

Some content is hidden

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

78 files changed

+2779
-1884
lines changed
Lines changed: 1300 additions & 853 deletions
Large diffs are not rendered by default.
Lines changed: 1283 additions & 839 deletions
Large diffs are not rendered by default.

ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Headers/IBGAPM.h

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Copyright: (c) 2013-2020 by Instabug, Inc., all rights reserved.
77
8-
Version: 10.8.0
8+
Version: 10.9.2
99
*/
1010

1111
#import <Foundation/Foundation.h>
@@ -76,6 +76,10 @@ NS_SWIFT_NAME(APM)
7676
/// Ends the current running Custom UI Trace.
7777
+ (void)endUITrace;
7878

79+
/// Ends the current session’s App Launch. Calling this API is optional, App Launches will still be captured and ended automatically by the SDK;
80+
/// this API just allows you to change when an App Launch actually ends.
81+
+ (void)endAppLaunch;
82+
7983
/// Sets the printed logs priority. Filter to one of the following levels.
8084
///
8185
/// Sets the printed logs priority. Filter to one of the following levels:
@@ -104,8 +108,6 @@ NS_SWIFT_NAME(APM)
104108
///
105109
/// This handler will be executed on a background dispatch queue.
106110
///
107-
/// Warning: Calling this method from Network Trace attributes handler will cause a deadlock.
108-
///
109111
/// @param urlPredicate If request's URL string matches the predicate, the handler will be executed. Pass nil to execute the handler for any request.
110112
/// @param owner Handler will be removed if owner is deallocated. Pass nil to keep the handler indefinitely.
111113
/// @param handler The handler which will be executed to provide Network Trace attributes, giving a Network Trace's URLRequest, URLResponse and response Data.

ios/Instabug.xcframework/ios-arm64_armv7/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-2020 by Instabug, Inc., all rights reserved.
77
8-
Version: 10.8.0
8+
Version: 10.9.2
99
*/
1010

1111
#import <Foundation/Foundation.h>

ios/Instabug.xcframework/ios-arm64_armv7/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-2020 by Instabug, Inc., all rights reserved.
77
8-
Version: 10.8.0
8+
Version: 10.9.2
99
*/
1010

1111
#import <Foundation/Foundation.h>

ios/Instabug.xcframework/ios-arm64_armv7/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: 10.8.0
8+
Version: 10.9.2
99
*/
1010

1111
#import <Foundation/Foundation.h>

ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Headers/IBGExecutionTrace.h

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

1111
#import <Foundation/Foundation.h>

ios/Instabug.xcframework/ios-arm64_armv7/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-2020 by Instabug, Inc., all rights reserved.
77
8-
Version: 10.8.0
8+
Version: 10.9.2
99
*/
1010

1111

ios/Instabug.xcframework/ios-arm64_armv7/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-2020 by Instabug, Inc., all rights reserved.
77
8-
Version: 10.8.0
8+
Version: 10.9.2
99
*/
1010

1111
#import <Foundation/Foundation.h>

ios/Instabug.xcframework/ios-arm64_armv7/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-2020 by Instabug, Inc., all rights reserved.
77
8-
Version: 10.8.0
8+
Version: 10.9.2
99
*/
1010

1111
#import <Foundation/Foundation.h>

0 commit comments

Comments
 (0)