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:
authorAleksey Belouosv <aleksey@maps.me>2019-03-29 16:44:31 +0300
committerRoman Kuznetsov <r.kuznetsow@gmail.com>2019-03-29 16:51:18 +0300
commit1cadf37aade41017071aa03f1368ecc53ad746b9 (patch)
tree2a2ccc1224af4d25b3160786e8e06eda8581791a /iphone
parent99117bf052f947408408f16ac77080ee2cd4a462 (diff)
[iOS] fix iOS release build
Diffstat (limited to 'iphone')
-rw-r--r--iphone/Maps/Classes/MapsAppDelegate.mm2
-rw-r--r--iphone/Maps/main.mm2
2 files changed, 2 insertions, 2 deletions
diff --git a/iphone/Maps/Classes/MapsAppDelegate.mm b/iphone/Maps/Classes/MapsAppDelegate.mm
index 3e93d920a2..90087edb26 100644
--- a/iphone/Maps/Classes/MapsAppDelegate.mm
+++ b/iphone/Maps/Classes/MapsAppDelegate.mm
@@ -27,7 +27,7 @@
#ifdef OMIM_PRODUCTION
-#import <AppsFlyerTracker/AppsFlyerTracker.h>
+#import <AppsFlyerLib/AppsFlyerTracker.h>
#import <Crashlytics/Crashlytics.h>
#import <Fabric/Fabric.h>
diff --git a/iphone/Maps/main.mm b/iphone/Maps/main.mm
index 354a2344a9..8b967e5e0c 100644
--- a/iphone/Maps/main.mm
+++ b/iphone/Maps/main.mm
@@ -4,7 +4,7 @@
#import "MapsAppDelegate.h"
#ifdef OMIM_PRODUCTION
-#import <AppsFlyerTracker/AppsFlyerTracker.h>
+#import <AppsFlyerLib/AppsFlyerTracker.h>
#include "fabric_logging.hpp"
#endif