Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Grechuhin <i.grechuhin@gmail.com>2017-10-31 12:14:12 +0300
committerVlad Mihaylenko <vxmihaylenko@gmail.com>2017-10-31 12:18:29 +0300
commit2179de58b5cfd6e3f7549cdef62ee6b81b2eb9d1 (patch)
tree519c37e5bbb570f5d8628b880892664e2549b098
parent1059b88f4af1278861e44c5185552d9177ef3515 (diff)
[FABRIC-10726] [ios] Updated Fabric & Crashlytics frameworks.beta-1089
-rwxr-xr-xiphone/Maps/3party/Crashlytics.framework/Crashlyticsbin12449720 -> 13052824 bytes
-rw-r--r--iphone/Maps/3party/Crashlytics.framework/Headers/Answers.h6
-rw-r--r--iphone/Maps/3party/Crashlytics.framework/Headers/CLSReport.h2
-rw-r--r--iphone/Maps/3party/Crashlytics.framework/Headers/Crashlytics.h2
-rw-r--r--iphone/Maps/3party/Crashlytics.framework/Info.plistbin922 -> 922 bytes
-rwxr-xr-xiphone/Maps/3party/Crashlytics.framework/submitbin301328 -> 301328 bytes
-rwxr-xr-xiphone/Maps/3party/Crashlytics.framework/uploadDSYMbin711664 -> 721120 bytes
-rwxr-xr-xiphone/Maps/3party/Fabric.framework/Fabricbin5805680 -> 6089504 bytes
-rw-r--r--iphone/Maps/3party/Fabric.framework/Info.plistbin872 -> 872 bytes
-rwxr-xr-xiphone/Maps/3party/Fabric.framework/uploadDSYMbin702896 -> 721120 bytes
10 files changed, 5 insertions, 5 deletions
diff --git a/iphone/Maps/3party/Crashlytics.framework/Crashlytics b/iphone/Maps/3party/Crashlytics.framework/Crashlytics
index de0281a26b..352144e123 100755
--- a/iphone/Maps/3party/Crashlytics.framework/Crashlytics
+++ b/iphone/Maps/3party/Crashlytics.framework/Crashlytics
Binary files differ
diff --git a/iphone/Maps/3party/Crashlytics.framework/Headers/Answers.h b/iphone/Maps/3party/Crashlytics.framework/Headers/Answers.h
index 710eb5019b..8deacbee56 100644
--- a/iphone/Maps/3party/Crashlytics.framework/Headers/Answers.h
+++ b/iphone/Maps/3party/Crashlytics.framework/Headers/Answers.h
@@ -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.
*
diff --git a/iphone/Maps/3party/Crashlytics.framework/Headers/CLSReport.h b/iphone/Maps/3party/Crashlytics.framework/Headers/CLSReport.h
index 5f7d33457b..a8ff3b0b92 100644
--- a/iphone/Maps/3party/Crashlytics.framework/Headers/CLSReport.h
+++ b/iphone/Maps/3party/Crashlytics.framework/Headers/CLSReport.h
@@ -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>
diff --git a/iphone/Maps/3party/Crashlytics.framework/Headers/Crashlytics.h b/iphone/Maps/3party/Crashlytics.framework/Headers/Crashlytics.h
index 734dec384e..7104ca812c 100644
--- a/iphone/Maps/3party/Crashlytics.framework/Headers/Crashlytics.h
+++ b/iphone/Maps/3party/Crashlytics.framework/Headers/Crashlytics.h
@@ -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;
diff --git a/iphone/Maps/3party/Crashlytics.framework/Info.plist b/iphone/Maps/3party/Crashlytics.framework/Info.plist
index ef5b60372d..3c25803563 100644
--- a/iphone/Maps/3party/Crashlytics.framework/Info.plist
+++ b/iphone/Maps/3party/Crashlytics.framework/Info.plist
Binary files differ
diff --git a/iphone/Maps/3party/Crashlytics.framework/submit b/iphone/Maps/3party/Crashlytics.framework/submit
index 18fdb2e1ad..0b07556b7b 100755
--- a/iphone/Maps/3party/Crashlytics.framework/submit
+++ b/iphone/Maps/3party/Crashlytics.framework/submit
Binary files differ
diff --git a/iphone/Maps/3party/Crashlytics.framework/uploadDSYM b/iphone/Maps/3party/Crashlytics.framework/uploadDSYM
index 235a9d0d92..8286a0d8be 100755
--- a/iphone/Maps/3party/Crashlytics.framework/uploadDSYM
+++ b/iphone/Maps/3party/Crashlytics.framework/uploadDSYM
Binary files differ
diff --git a/iphone/Maps/3party/Fabric.framework/Fabric b/iphone/Maps/3party/Fabric.framework/Fabric
index c109011c9b..32ee036baa 100755
--- a/iphone/Maps/3party/Fabric.framework/Fabric
+++ b/iphone/Maps/3party/Fabric.framework/Fabric
Binary files differ
diff --git a/iphone/Maps/3party/Fabric.framework/Info.plist b/iphone/Maps/3party/Fabric.framework/Info.plist
index e203943ddb..3aaa42cd11 100644
--- a/iphone/Maps/3party/Fabric.framework/Info.plist
+++ b/iphone/Maps/3party/Fabric.framework/Info.plist
Binary files differ
diff --git a/iphone/Maps/3party/Fabric.framework/uploadDSYM b/iphone/Maps/3party/Fabric.framework/uploadDSYM
index 6d5888ddcf..6e867cd999 100755
--- a/iphone/Maps/3party/Fabric.framework/uploadDSYM
+++ b/iphone/Maps/3party/Fabric.framework/uploadDSYM
Binary files differ