forked from organicmaps/organicmaps
[FABRIC-10726] [ios] Updated Fabric & Crashlytics frameworks.
This commit is contained in:
parent
38899ffe26
commit
85a748c752
10 changed files with 5 additions and 5 deletions
BIN
iphone/Maps/3party/Crashlytics.framework/Crashlytics
vendored
BIN
iphone/Maps/3party/Crashlytics.framework/Crashlytics
vendored
Binary file not shown.
|
@ -72,7 +72,7 @@ NS_ASSUME_NONNULL_BEGIN
|
|||
*
|
||||
* @param itemPriceOrNil The purchased item's price.
|
||||
* @param currencyOrNil The ISO4217 currency code. Example: USD
|
||||
* @param purchaseSucceededOrNil Was the purchase succesful or unsuccesful
|
||||
* @param purchaseSucceededOrNil Was the purchase successful or unsuccessful
|
||||
* @param itemNameOrNil The human-readable form of the item's name. Example:
|
||||
* @param itemTypeOrNil The type, or genre of the item. Example: Song
|
||||
* @param itemIdOrNil The machine-readable, unique item identifier Example: SKU
|
||||
|
@ -100,7 +100,7 @@ NS_ASSUME_NONNULL_BEGIN
|
|||
*
|
||||
* @param levelNameOrNil The name of the level completed, E.G. "1" or "Training"
|
||||
* @param scoreOrNil The score the user completed the level with.
|
||||
* @param levelCompletedSuccesfullyOrNil A boolean representing whether or not the level was completed succesfully.
|
||||
* @param levelCompletedSuccesfullyOrNil A boolean representing whether or not the level was completed successfully.
|
||||
* @param customAttributesOrNil A dictionary of custom attributes to associate with this event.
|
||||
*/
|
||||
+ (void)logLevelEnd:(nullable NSString *)levelNameOrNil
|
||||
|
@ -189,7 +189,7 @@ NS_ASSUME_NONNULL_BEGIN
|
|||
*
|
||||
* @param eventName The human-readable name for the event.
|
||||
* @param customAttributesOrNil A dictionary of custom attributes to associate with this event. Attribute keys
|
||||
* must be <code>NSString</code> and and values must be <code>NSNumber</code> or <code>NSString</code>.
|
||||
* must be <code>NSString</code> and values must be <code>NSNumber</code> or <code>NSString</code>.
|
||||
* @discussion How we treat <code>NSNumbers</code>:
|
||||
* We will provide information about the distribution of values over time.
|
||||
*
|
||||
|
|
|
@ -28,7 +28,7 @@ NS_ASSUME_NONNULL_BEGIN
|
|||
/**
|
||||
* The CLSReport exposes an interface to the phsyical report that Crashlytics has created. You can
|
||||
* use this class to get information about the event, and can also set some values after the
|
||||
* event has occured.
|
||||
* event has occurred.
|
||||
**/
|
||||
@interface CLSReport : NSObject <CLSCrashReport>
|
||||
|
||||
|
|
|
@ -179,7 +179,7 @@ NS_ASSUME_NONNULL_BEGIN
|
|||
* Crashlytics.
|
||||
*
|
||||
* @param name The name of the custom exception
|
||||
* @param reason The reason this exception occured
|
||||
* @param reason The reason this exception occurred
|
||||
* @param frameArray An array of CLSStackFrame objects
|
||||
*/
|
||||
- (void)recordCustomExceptionName:(NSString *)name reason:(nullable NSString *)reason frameArray:(CLS_GENERIC_NSARRAY(CLSStackFrame *) *)frameArray;
|
||||
|
|
BIN
iphone/Maps/3party/Crashlytics.framework/Info.plist
vendored
BIN
iphone/Maps/3party/Crashlytics.framework/Info.plist
vendored
Binary file not shown.
BIN
iphone/Maps/3party/Crashlytics.framework/submit
vendored
BIN
iphone/Maps/3party/Crashlytics.framework/submit
vendored
Binary file not shown.
BIN
iphone/Maps/3party/Crashlytics.framework/uploadDSYM
vendored
BIN
iphone/Maps/3party/Crashlytics.framework/uploadDSYM
vendored
Binary file not shown.
BIN
iphone/Maps/3party/Fabric.framework/Fabric
vendored
BIN
iphone/Maps/3party/Fabric.framework/Fabric
vendored
Binary file not shown.
BIN
iphone/Maps/3party/Fabric.framework/Info.plist
vendored
BIN
iphone/Maps/3party/Fabric.framework/Info.plist
vendored
Binary file not shown.
BIN
iphone/Maps/3party/Fabric.framework/uploadDSYM
vendored
BIN
iphone/Maps/3party/Fabric.framework/uploadDSYM
vendored
Binary file not shown.
Loading…
Add table
Reference in a new issue