Update Crashlytics.
This commit is contained in:
parent
ba00d89b99
commit
fa588f8fe2
BIN
External/iOS/Crashlytics.framework/Crashlytics
vendored
BIN
External/iOS/Crashlytics.framework/Crashlytics
vendored
Binary file not shown.
@ -26,6 +26,7 @@ NS_ASSUME_NONNULL_BEGIN
|
|||||||
+ (instancetype)stackFrameWithSymbol:(NSString *)symbol;
|
+ (instancetype)stackFrameWithSymbol:(NSString *)symbol;
|
||||||
|
|
||||||
@property (nonatomic, copy, nullable) NSString *symbol;
|
@property (nonatomic, copy, nullable) NSString *symbol;
|
||||||
|
@property (nonatomic, copy, nullable) NSString *rawSymbol;
|
||||||
@property (nonatomic, copy, nullable) NSString *library;
|
@property (nonatomic, copy, nullable) NSString *library;
|
||||||
@property (nonatomic, copy, nullable) NSString *fileName;
|
@property (nonatomic, copy, nullable) NSString *fileName;
|
||||||
@property (nonatomic, assign) uint32_t lineNumber;
|
@property (nonatomic, assign) uint32_t lineNumber;
|
||||||
|
@ -19,6 +19,9 @@ NS_ASSUME_NONNULL_BEGIN
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Crashlytics. Handles configuration and initialization of Crashlytics.
|
* Crashlytics. Handles configuration and initialization of Crashlytics.
|
||||||
|
*
|
||||||
|
* Note: The Crashlytics class cannot be subclassed. If this is causing you pain for
|
||||||
|
* testing, we suggest using either a wrapper class or a protocol extension.
|
||||||
*/
|
*/
|
||||||
@interface Crashlytics : NSObject
|
@interface Crashlytics : NSObject
|
||||||
|
|
||||||
|
BIN
External/iOS/Crashlytics.framework/Info.plist
vendored
BIN
External/iOS/Crashlytics.framework/Info.plist
vendored
Binary file not shown.
BIN
External/iOS/Crashlytics.framework/submit
vendored
BIN
External/iOS/Crashlytics.framework/submit
vendored
Binary file not shown.
BIN
External/iOS/Crashlytics.framework/uploadDSYM
vendored
BIN
External/iOS/Crashlytics.framework/uploadDSYM
vendored
Binary file not shown.
Loading…
Reference in New Issue
Block a user