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:
authorVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2015-08-10 09:51:02 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 03:01:04 +0300
commite63c4075222c1e0bf23f17a322502795a375ef18 (patch)
tree0112b3f4d96810d687ede8f570b16c2c209fc749 /iphone
parent8e343f909eb0919c66ef744b54ef83d631f5f7e8 (diff)
Adding a directory and files for TTS in xcode.
Diffstat (limited to 'iphone')
-rw-r--r--iphone/Maps/Classes/CustomViews/NavigationDashboard/Sound/MWMTextToSpeech.cpp9
-rw-r--r--iphone/Maps/Classes/CustomViews/NavigationDashboard/Sound/MWMTextToSpeech.h9
-rw-r--r--iphone/Maps/Maps.xcodeproj/project.pbxproj14
3 files changed, 32 insertions, 0 deletions
diff --git a/iphone/Maps/Classes/CustomViews/NavigationDashboard/Sound/MWMTextToSpeech.cpp b/iphone/Maps/Classes/CustomViews/NavigationDashboard/Sound/MWMTextToSpeech.cpp
new file mode 100644
index 0000000000..64aac03a85
--- /dev/null
+++ b/iphone/Maps/Classes/CustomViews/NavigationDashboard/Sound/MWMTextToSpeech.cpp
@@ -0,0 +1,9 @@
+//
+// MWMTextToSpeech.cpp
+// Maps
+//
+// Created by Vladimir Byko-Ianko on 10.08.15.
+// Copyright (c) 2015 MapsWithMe. All rights reserved.
+//
+
+#include "MWMTextToSpeech.h"
diff --git a/iphone/Maps/Classes/CustomViews/NavigationDashboard/Sound/MWMTextToSpeech.h b/iphone/Maps/Classes/CustomViews/NavigationDashboard/Sound/MWMTextToSpeech.h
new file mode 100644
index 0000000000..a5f887bc46
--- /dev/null
+++ b/iphone/Maps/Classes/CustomViews/NavigationDashboard/Sound/MWMTextToSpeech.h
@@ -0,0 +1,9 @@
+//
+// MWMTextToSpeech.h
+// Maps
+//
+// Created by Vladimir Byko-Ianko on 10.08.15.
+// Copyright (c) 2015 MapsWithMe. All rights reserved.
+//
+
+
diff --git a/iphone/Maps/Maps.xcodeproj/project.pbxproj b/iphone/Maps/Maps.xcodeproj/project.pbxproj
index 19434442b0..54c2335920 100644
--- a/iphone/Maps/Maps.xcodeproj/project.pbxproj
+++ b/iphone/Maps/Maps.xcodeproj/project.pbxproj
@@ -111,6 +111,7 @@
4A7D89C71B2EBF3B00AC843E /* resources-xhdpi_dark in Resources */ = {isa = PBXBuildFile; fileRef = 4A7D89C31B2EBF3B00AC843E /* resources-xhdpi_dark */; };
4A7D89C81B2EBF3B00AC843E /* resources-xxhdpi_dark in Resources */ = {isa = PBXBuildFile; fileRef = 4A7D89C41B2EBF3B00AC843E /* resources-xxhdpi_dark */; };
5605022F1B6211E100169CAD /* sound-strings in Resources */ = {isa = PBXBuildFile; fileRef = 5605022E1B6211E100169CAD /* sound-strings */; };
+ 560634F21B78806100F3D670 /* MWMTextToSpeech.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 560634F11B78806100F3D670 /* MWMTextToSpeech.cpp */; };
6B8A738A1B2616E90085EFE6 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FA87151A12B1518F00592DAF /* SystemConfiguration.framework */; };
6BA0BCD11B74DDBA00CC9969 /* MWMCustomFacebookEvents.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6BA0BCD01B74DDBA00CC9969 /* MWMCustomFacebookEvents.mm */; };
6C24A3AD1AD7CA1000A47B99 /* MWMNoMapInterfaceController.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6C47C8C81AD6C825000C52C1 /* MWMNoMapInterfaceController.mm */; };
@@ -451,6 +452,8 @@
5605022E1B6211E100169CAD /* sound-strings */ = {isa = PBXFileReference; lastKnownFileType = folder; name = "sound-strings"; path = "../../data/sound-strings"; sourceTree = "<group>"; };
6BA0BCCF1B74DDBA00CC9969 /* MWMCustomFacebookEvents.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MWMCustomFacebookEvents.h; sourceTree = "<group>"; };
6BA0BCD01B74DDBA00CC9969 /* MWMCustomFacebookEvents.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = MWMCustomFacebookEvents.mm; sourceTree = "<group>"; };
+ 560634F01B78804C00F3D670 /* MWMTextToSpeech.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MWMTextToSpeech.h; sourceTree = "<group>"; };
+ 560634F11B78806100F3D670 /* MWMTextToSpeech.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MWMTextToSpeech.cpp; sourceTree = "<group>"; };
6C24A3B01AD7D65500A47B99 /* MWMWatchEventInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MWMWatchEventInfo.h; sourceTree = "<group>"; };
6C24A3B11AD7D65500A47B99 /* MWMWatchEventInfo.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = MWMWatchEventInfo.mm; sourceTree = "<group>"; };
6C47C8C31AD6C78A000C52C1 /* MWMNoLocationInterfaceController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MWMNoLocationInterfaceController.h; sourceTree = "<group>"; };
@@ -1101,6 +1104,7 @@
F6BD33861B62412E00F2CE18 /* MWMNavigationDashboardEntity.mm */,
3497A9361B5CF8A900F51E55 /* MWMNavigationDashboardManager.h */,
3497A9371B5CF8A900F51E55 /* MWMNavigationDashboardManager.mm */,
+ 560634EF1B787EBE00F3D670 /* Sound */,
34D783C71B5F9D7800E0C0EE /* Views */,
);
name = NavigationDashboard;
@@ -1239,6 +1243,15 @@
path = RoutePreview;
sourceTree = "<group>";
};
+ 560634EF1B787EBE00F3D670 /* Sound */ = {
+ isa = PBXGroup;
+ children = (
+ 560634F01B78804C00F3D670 /* MWMTextToSpeech.h */,
+ 560634F11B78806100F3D670 /* MWMTextToSpeech.cpp */,
+ );
+ path = Sound;
+ sourceTree = "<group>";
+ };
6C47C8C21AD6C76A000C52C1 /* Location */ = {
isa = PBXGroup;
children = (
@@ -2201,6 +2214,7 @@
341522BF1B666A550077AA8F /* MWMAPIBarView.m in Sources */,
349A35831B53E967009677EE /* MWMDownloadMapRequest.mm in Sources */,
A32B6D4C1A14980500E54A65 /* iosOGLContext.mm in Sources */,
+ 560634F21B78806100F3D670 /* MWMTextToSpeech.cpp in Sources */,
46F26CD810F623BA00ECCA39 /* EAGLView.mm in Sources */,
EED10A4511F78D120095FAD4 /* MapViewController.mm in Sources */,
F61579341AC2CE9A0032D8E9 /* MWMRateAlert.mm in Sources */,