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
path: root/iphone
diff options
context:
space:
mode:
authorv.mikhaylenko <v.mikhaylenko@corp.mail.ru>2015-09-11 14:19:54 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 03:04:24 +0300
commita0119897b41b1837ee9ab66262249904430ba6d6 (patch)
treee170ce229977b89e02cbbd6dfb8dc0cc6c1abbc5 /iphone
parentc67c4678890ab51433f3e831c9989bf0527abcca (diff)
[ios] Update FlurrySDK to v.7.1.0.a
Diffstat (limited to 'iphone')
-rw-r--r--iphone/Maps/Maps.xcodeproj/project.pbxproj40
-rwxr-xr-xiphone/Maps/Statistics/Flurry.h47
-rwxr-xr-xiphone/Maps/Statistics/libFlurry_6.7.0.abin6334800 -> 0 bytes
-rwxr-xr-xiphone/Maps/Statistics/libFlurry_7.1.0.abin0 -> 5826840 bytes
4 files changed, 83 insertions, 4 deletions
diff --git a/iphone/Maps/Maps.xcodeproj/project.pbxproj b/iphone/Maps/Maps.xcodeproj/project.pbxproj
index c5c8b9802f..89dbeb14cb 100644
--- a/iphone/Maps/Maps.xcodeproj/project.pbxproj
+++ b/iphone/Maps/Maps.xcodeproj/project.pbxproj
@@ -226,6 +226,7 @@
F6588E331B15D73100EE1E58 /* MWMBookmarkColorViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = F6588E321B15D73100EE1E58 /* MWMBookmarkColorViewController.xib */; };
F6588E371B15D87A00EE1E58 /* MWMBookmarkColorCell.mm in Sources */ = {isa = PBXBuildFile; fileRef = F6588E351B15D87A00EE1E58 /* MWMBookmarkColorCell.mm */; };
F6588E381B15D87A00EE1E58 /* MWMBookmarkColorCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = F6588E361B15D87A00EE1E58 /* MWMBookmarkColorCell.xib */; };
+ F6671C6B1BA2EFD500548008 /* libFlurry_7.1.0.a in Frameworks */ = {isa = PBXBuildFile; fileRef = F6671C6A1BA2EFD500548008 /* libFlurry_7.1.0.a */; };
F66A8FA81B09F052001B9C97 /* MWMiPhoneLandscapePlacePage.mm in Sources */ = {isa = PBXBuildFile; fileRef = F66A8FA71B09F052001B9C97 /* MWMiPhoneLandscapePlacePage.mm */; };
F66A8FAC1B09F137001B9C97 /* MWMiPadPlacePage.mm in Sources */ = {isa = PBXBuildFile; fileRef = F66A8FAB1B09F137001B9C97 /* MWMiPadPlacePage.mm */; };
F66A8FB01B09F268001B9C97 /* MWMPlacePage.mm in Sources */ = {isa = PBXBuildFile; fileRef = F66A8FAF1B09F268001B9C97 /* MWMPlacePage.mm */; };
@@ -273,7 +274,6 @@
F6ED135B1B18AA930095C6DE /* MWMExtendedPlacePageView.m in Sources */ = {isa = PBXBuildFile; fileRef = F6ED135A1B18AA930095C6DE /* MWMExtendedPlacePageView.m */; };
F6ED13911B1EF96B0095C6DE /* MWMBookmarkDescriptionViewController.mm in Sources */ = {isa = PBXBuildFile; fileRef = F6ED13901B1EF96B0095C6DE /* MWMBookmarkDescriptionViewController.mm */; };
F6ED13931B1EFA2F0095C6DE /* MWMBookmarkDescriptionViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = F6ED13921B1EFA2F0095C6DE /* MWMBookmarkDescriptionViewController.xib */; };
- F6EE7BC31B78A1EA00FF6500 /* libFlurry_6.7.0.a in Frameworks */ = {isa = PBXBuildFile; fileRef = F6EE7BC21B78A1EA00FF6500 /* libFlurry_6.7.0.a */; };
F6F533A31B3C248900C1940B /* UIColor+MapsMeColor.mm in Sources */ = {isa = PBXBuildFile; fileRef = F6F533A21B3C248900C1940B /* UIColor+MapsMeColor.mm */; };
F6F722F81AE1572400DA3DA1 /* MWMiPhonePortraitPlacePage.mm in Sources */ = {isa = PBXBuildFile; fileRef = F6F722F71AE1572400DA3DA1 /* MWMiPhonePortraitPlacePage.mm */; };
F6FE2C0F1B03A006009814AA /* MWMPlacePageNavigationBar.mm in Sources */ = {isa = PBXBuildFile; fileRef = F6FE2C0E1B03A006009814AA /* MWMPlacePageNavigationBar.mm */; };
@@ -647,6 +647,7 @@
F6588E341B15D87A00EE1E58 /* MWMBookmarkColorCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MWMBookmarkColorCell.h; sourceTree = "<group>"; };
F6588E351B15D87A00EE1E58 /* MWMBookmarkColorCell.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = MWMBookmarkColorCell.mm; sourceTree = "<group>"; };
F6588E361B15D87A00EE1E58 /* MWMBookmarkColorCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = MWMBookmarkColorCell.xib; sourceTree = "<group>"; };
+ F6671C6A1BA2EFD500548008 /* libFlurry_7.1.0.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libFlurry_7.1.0.a; path = Statistics/libFlurry_7.1.0.a; sourceTree = "<group>"; };
F66A8FA61B09F052001B9C97 /* MWMiPhoneLandscapePlacePage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MWMiPhoneLandscapePlacePage.h; sourceTree = "<group>"; };
F66A8FA71B09F052001B9C97 /* MWMiPhoneLandscapePlacePage.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = MWMiPhoneLandscapePlacePage.mm; sourceTree = "<group>"; };
F66A8FAA1B09F137001B9C97 /* MWMiPadPlacePage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MWMiPadPlacePage.h; sourceTree = "<group>"; };
@@ -727,7 +728,6 @@
F6ED13901B1EF96B0095C6DE /* MWMBookmarkDescriptionViewController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = MWMBookmarkDescriptionViewController.mm; sourceTree = "<group>"; };
F6ED13921B1EFA2F0095C6DE /* MWMBookmarkDescriptionViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = MWMBookmarkDescriptionViewController.xib; sourceTree = "<group>"; };
F6EE7BC11B78A1AB00FF6500 /* FlurryWatch.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FlurryWatch.h; sourceTree = "<group>"; };
- F6EE7BC21B78A1EA00FF6500 /* libFlurry_6.7.0.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libFlurry_6.7.0.a; path = Statistics/libFlurry_6.7.0.a; sourceTree = "<group>"; };
F6F533A11B3C248900C1940B /* UIColor+MapsMeColor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIColor+MapsMeColor.h"; sourceTree = "<group>"; };
F6F533A21B3C248900C1940B /* UIColor+MapsMeColor.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = "UIColor+MapsMeColor.mm"; sourceTree = "<group>"; };
F6F722F61AE1572400DA3DA1 /* MWMiPhonePortraitPlacePage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MWMiPhonePortraitPlacePage.h; sourceTree = "<group>"; };
@@ -797,7 +797,6 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- F6EE7BC31B78A1EA00FF6500 /* libFlurry_6.7.0.a in Frameworks */,
34570A411B13229300E6D4FD /* FBSDKLoginKit.framework in Frameworks */,
B08AA8D61A25E58C00810B1C /* Social.framework in Frameworks */,
34570A3F1B13225500E6D4FD /* Accounts.framework in Frameworks */,
@@ -812,6 +811,7 @@
F6BC1E4D1ACBE96100EF0360 /* FBSDKCoreKit.framework in Frameworks */,
F6BC1E4E1ACBE96100EF0360 /* FBSDKShareKit.framework in Frameworks */,
B08AA8D51A25E58500810B1C /* PassKit.framework in Frameworks */,
+ F6671C6B1BA2EFD500548008 /* libFlurry_7.1.0.a in Frameworks */,
B00511061A1101FC00A61AA4 /* CoreMedia.framework in Frameworks */,
B00511041A1101F600A61AA4 /* CoreData.framework in Frameworks */,
B00511021A1101E000A61AA4 /* AVFoundation.framework in Frameworks */,
@@ -956,7 +956,7 @@
29B97323FDCFA39411CA2CEA /* Frameworks */ = {
isa = PBXGroup;
children = (
- F6EE7BC21B78A1EA00FF6500 /* libFlurry_6.7.0.a */,
+ F6671C6A1BA2EFD500548008 /* libFlurry_7.1.0.a */,
34570A401B13229300E6D4FD /* FBSDKLoginKit.framework */,
34570A3E1B13225500E6D4FD /* Accounts.framework */,
34570A3C1B13223000E6D4FD /* libsqlite3.dylib */,
@@ -2581,6 +2581,10 @@
"$(PROJECT_DIR)/Statistics",
);
INFOPLIST_FILE = MAPSME.plist;
+ LIBRARY_SEARCH_PATHS = (
+ "$(inherited)",
+ "$(PROJECT_DIR)/Statistics",
+ );
PROVISIONING_PROFILE = "";
};
name = "Drape Release";
@@ -2694,6 +2698,10 @@
"$(PROJECT_DIR)/Statistics",
);
INFOPLIST_FILE = MAPSME.plist;
+ LIBRARY_SEARCH_PATHS = (
+ "$(inherited)",
+ "$(PROJECT_DIR)/Statistics",
+ );
PROVISIONING_PROFILE = "";
};
name = "Drape Debug";
@@ -3202,6 +3210,10 @@
"$(PROJECT_DIR)/Statistics",
);
INFOPLIST_FILE = MAPSME.plist;
+ LIBRARY_SEARCH_PATHS = (
+ "$(inherited)",
+ "$(PROJECT_DIR)/Statistics",
+ );
PROVISIONING_PROFILE = "";
};
name = Simulator;
@@ -3310,6 +3322,10 @@
"$(PROJECT_DIR)/Statistics",
);
INFOPLIST_FILE = MAPSME.plist;
+ LIBRARY_SEARCH_PATHS = (
+ "$(inherited)",
+ "$(PROJECT_DIR)/Statistics",
+ );
PROVISIONING_PROFILE = "";
};
name = Debug;
@@ -3423,6 +3439,10 @@
"$(PROJECT_DIR)/Statistics",
);
INFOPLIST_FILE = MAPSME.plist;
+ LIBRARY_SEARCH_PATHS = (
+ "$(inherited)",
+ "$(PROJECT_DIR)/Statistics",
+ );
PROVISIONING_PROFILE = "";
};
name = AdHoc;
@@ -3536,6 +3556,10 @@
"$(PROJECT_DIR)/Statistics",
);
INFOPLIST_FILE = MAPSME.plist;
+ LIBRARY_SEARCH_PATHS = (
+ "$(inherited)",
+ "$(PROJECT_DIR)/Statistics",
+ );
PROVISIONING_PROFILE = "";
};
name = "Production Full";
@@ -3647,6 +3671,10 @@
"$(PROJECT_DIR)/Statistics",
);
INFOPLIST_FILE = MAPSME.plist;
+ LIBRARY_SEARCH_PATHS = (
+ "$(inherited)",
+ "$(PROJECT_DIR)/Statistics",
+ );
PROVISIONING_PROFILE = "";
};
name = Release;
@@ -3758,6 +3786,10 @@
"$(PROJECT_DIR)/Statistics",
);
INFOPLIST_FILE = MAPSME.plist;
+ LIBRARY_SEARCH_PATHS = (
+ "$(inherited)",
+ "$(PROJECT_DIR)/Statistics",
+ );
PROVISIONING_PROFILE = "";
};
name = "Simulator Release";
diff --git a/iphone/Maps/Statistics/Flurry.h b/iphone/Maps/Statistics/Flurry.h
index 0fa6181996..40b6169e09 100755
--- a/iphone/Maps/Statistics/Flurry.h
+++ b/iphone/Maps/Statistics/Flurry.h
@@ -31,6 +31,27 @@ typedef enum {
/*!
+ * @brief Enum for logging events that occur within a syndicated app
+ * @since 6.7.0
+ *
+ */
+
+typedef enum {
+ FlurrySyndicationReblog = 0,
+ FlurrySyndicationFastReblog = 1,
+ FlurrySyndicationSourceClick = 2,
+ FlurrySyndicationLike = 3,
+ FlurrySyndicationShareClick = 4,
+ FlurrySyndicationPostSend = 5
+
+}FlurrySyndicationEvent;
+
+extern NSString* const kSyndicationiOSDeepLink;
+extern NSString* const kSyndicationAndroidDeepLink;
+extern NSString* const kSyndicationWebDeepLink;
+
+
+/*!
* @brief Provides all available delegates for receiving callbacks related to Flurry analytics.
*
* Set of methods that allow developers to manage and take actions within
@@ -972,6 +993,32 @@ typedef enum {
*/
+ (void)setPulseEnabled:(BOOL)value;
+
+/*!
+ * @brief Records a syndicated event specified by @c syndicationEvent.
+ * @since 6.7.0
+ *
+ * This method is excusively for use by the Tumblr App, calls from others app will be ignored.
+ *
+ * @code
+ - (void) reblogButtonHandler
+ {
+ [Flurry logEvent:Reblog syndicationID:@"123", parameters:nil];
+ // Perform
+ }
+ * @endcode
+ *
+ * @param syndicationEvent syndication event.
+ * @param syndicationID syndication ID that is associated with the event
+ * @param parameters use this to pass in syndication parameters such as
+ * kSyndicationiOSDeepLink, kSyndicationAndroidDeepLink, kSyndicationWebLinkDeepLink
+ *
+ * @return enum FlurryEventRecordStatus for the recording status of the logged event.
+ */
++ (FlurryEventRecordStatus) logEvent:(FlurrySyndicationEvent) syndicationEvent syndicationID:(NSString*) syndicationID parameters:(NSDictionary*) parameters;
+
+
+
//@}
@end
diff --git a/iphone/Maps/Statistics/libFlurry_6.7.0.a b/iphone/Maps/Statistics/libFlurry_6.7.0.a
deleted file mode 100755
index 3ecc55c49b..0000000000
--- a/iphone/Maps/Statistics/libFlurry_6.7.0.a
+++ /dev/null
Binary files differ
diff --git a/iphone/Maps/Statistics/libFlurry_7.1.0.a b/iphone/Maps/Statistics/libFlurry_7.1.0.a
new file mode 100755
index 0000000000..75f79ffa62
--- /dev/null
+++ b/iphone/Maps/Statistics/libFlurry_7.1.0.a
Binary files differ