Skip to content

Commit

Permalink
Updated Crashlytics to v3.10.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
PSBT committed Mar 16, 2018
1 parent 80f5086 commit 2626126
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 5 deletions.
Binary file modified ChessClock/Third Party/Crashlytics.framework/Crashlytics
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Binary file modified ChessClock/Third Party/Crashlytics.framework/Info.plist
Binary file not shown.
Binary file modified ChessClock/Third Party/Crashlytics.framework/submit
Binary file not shown.
Binary file modified ChessClock/Third Party/Crashlytics.framework/uploadDSYM
Binary file not shown.
Binary file modified Fabric.framework/Fabric
Binary file not shown.
Binary file modified Fabric.framework/Info.plist
Binary file not shown.
Binary file modified Fabric.framework/uploadDSYM
Binary file not shown.

0 comments on commit 2626126

Please sign in to comment.