diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index be51ff90a3..8c9c5a0107 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -4,7 +4,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:installLocation="auto" - android:sharedUserId="app.omaps" + android:sharedUserId="com.mapswithme" android:sharedUserLabel="@string/shared_user_label"> - + @@ -1194,7 +1194,7 @@ - + diff --git a/iphone/Maps/UI/Storyboard/Settings.storyboard b/iphone/Maps/UI/Storyboard/Settings.storyboard index 509fe0944e..0ea23a2cea 100644 --- a/iphone/Maps/UI/Storyboard/Settings.storyboard +++ b/iphone/Maps/UI/Storyboard/Settings.storyboard @@ -1,9 +1,9 @@ - + - + @@ -19,7 +19,7 @@ - + @@ -27,7 +27,7 @@ - + @@ -93,7 +93,7 @@ - + @@ -127,7 +127,7 @@ - + @@ -161,7 +161,7 @@ - + @@ -195,7 +195,7 @@ - + @@ -229,7 +229,7 @@ - + @@ -264,7 +264,7 @@ - + @@ -299,7 +299,7 @@ - + @@ -334,7 +334,7 @@ - + @@ -368,7 +368,7 @@ - + @@ -402,7 +402,7 @@ - + @@ -436,7 +436,7 @@ - + @@ -470,7 +470,7 @@ - + @@ -508,7 +508,7 @@ - + - + - + - + - + @@ -647,7 +647,7 @@ - + @@ -681,11 +681,11 @@ - + - + - + @@ -758,7 +758,7 @@ - + @@ -793,7 +793,7 @@ - + @@ -893,7 +893,7 @@ - + @@ -924,7 +924,7 @@ - + @@ -952,7 +952,7 @@ - + @@ -1009,7 +1009,7 @@ - + @@ -1037,7 +1037,7 @@ - + @@ -1065,7 +1065,7 @@ - + @@ -1093,7 +1093,7 @@ - + @@ -1121,7 +1121,7 @@ - + @@ -1149,7 +1149,7 @@ - + @@ -1207,7 +1207,7 @@ - + @@ -1241,7 +1241,7 @@ - + @@ -1266,7 +1266,7 @@ - + @@ -1326,7 +1326,7 @@ - + @@ -1376,7 +1376,7 @@ - + @@ -1404,7 +1404,7 @@ - + @@ -1460,7 +1460,7 @@ - - - diff --git a/iphone/Maps/main.mm b/iphone/Maps/main.mm index 4135f36292..1dd91634d8 100644 --- a/iphone/Maps/main.mm +++ b/iphone/Maps/main.mm @@ -60,7 +60,7 @@ int main(int argc, char * argv[]) base::SetAssertFunction(platform::IosAssertMessage); #endif auto & p = GetPlatform(); - LOG(LINFO, ("maps.me started, detected CPU cores:", p.CpuCores())); + LOG(LINFO, ("omaps started, detected CPU cores:", p.CpuCores())); setPushWooshSender(); setMarketingSender(); diff --git a/iphone/Maps/maps.me dbg.entitlements b/iphone/Maps/maps.me dbg.entitlements index 10a4a32aee..279c3b3fd8 100644 --- a/iphone/Maps/maps.me dbg.entitlements +++ b/iphone/Maps/maps.me dbg.entitlements @@ -10,9 +10,7 @@ com.apple.developer.associated-domains - applinks:dlink.maps.me - applinks:dlink.mapsme.devmail.ru - applinks:mapsme.onelink.me + applinks:dlink.omaps.app com.apple.developer.carplay-maps diff --git a/iphone/Maps/maps.me full.entitlements b/iphone/Maps/maps.me full.entitlements index 10a4a32aee..279c3b3fd8 100644 --- a/iphone/Maps/maps.me full.entitlements +++ b/iphone/Maps/maps.me full.entitlements @@ -10,9 +10,7 @@ com.apple.developer.associated-domains - applinks:dlink.maps.me - applinks:dlink.mapsme.devmail.ru - applinks:mapsme.onelink.me + applinks:dlink.omaps.app com.apple.developer.carplay-maps diff --git a/iphone/Maps/maps.me rel.entitlements b/iphone/Maps/maps.me rel.entitlements index 9eb201708d..26c5dbd48b 100644 --- a/iphone/Maps/maps.me rel.entitlements +++ b/iphone/Maps/maps.me rel.entitlements @@ -10,9 +10,7 @@ com.apple.developer.associated-domains - applinks:dlink.maps.me - applinks:dlink.mapsme.devmail.ru - applinks:mapsme.onelink.me + applinks:dlink.omaps.app diff --git a/xcode/coding/coding.xcodeproj/project.pbxproj b/xcode/coding/coding.xcodeproj/project.pbxproj index 90a13ee7b4..cf506cc15a 100644 --- a/xcode/coding/coding.xcodeproj/project.pbxproj +++ b/xcode/coding/coding.xcodeproj/project.pbxproj @@ -811,7 +811,7 @@ 394916941BAC3A5F002A8C4F /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - INFOPLIST_FILE = "$(OMIM_ROOT)/iphone/Maps/MAPSME.plist"; + INFOPLIST_FILE = "$(OMIM_ROOT)/iphone/Maps/OMAPS.plist"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = maps.me.coding_tests; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -821,7 +821,7 @@ 394916951BAC3A5F002A8C4F /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - INFOPLIST_FILE = "$(OMIM_ROOT)/iphone/Maps/MAPSME.plist"; + INFOPLIST_FILE = "$(OMIM_ROOT)/iphone/Maps/OMAPS.plist"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = maps.me.coding_tests; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -912,7 +912,7 @@ A8E541421F9FBD6B00A1B8FA /* Production Full */ = { isa = XCBuildConfiguration; buildSettings = { - INFOPLIST_FILE = "$(OMIM_ROOT)/iphone/Maps/MAPSME.plist"; + INFOPLIST_FILE = "$(OMIM_ROOT)/iphone/Maps/OMAPS.plist"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = maps.me.coding_tests; PRODUCT_NAME = "$(TARGET_NAME)"; diff --git a/xcode/ge0/ge0.xcodeproj/project.pbxproj b/xcode/ge0/ge0.xcodeproj/project.pbxproj index 48c94c166b..32438af790 100644 --- a/xcode/ge0/ge0.xcodeproj/project.pbxproj +++ b/xcode/ge0/ge0.xcodeproj/project.pbxproj @@ -246,7 +246,7 @@ 3496AB8A1DC1F6CE00C5DDBA /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - INFOPLIST_FILE = "$(OMIM_ROOT)/iphone/Maps/MAPSME.plist"; + INFOPLIST_FILE = "$(OMIM_ROOT)/iphone/Maps/OMAPS.plist"; PRODUCT_BUNDLE_IDENTIFIER = maps.me.ge0_tests; PRODUCT_NAME = "$(TARGET_NAME)"; }; @@ -255,7 +255,7 @@ 3496AB8B1DC1F6CE00C5DDBA /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - INFOPLIST_FILE = "$(OMIM_ROOT)/iphone/Maps/MAPSME.plist"; + INFOPLIST_FILE = "$(OMIM_ROOT)/iphone/Maps/OMAPS.plist"; PRODUCT_BUNDLE_IDENTIFIER = maps.me.ge0_tests; PRODUCT_NAME = "$(TARGET_NAME)"; }; @@ -309,7 +309,7 @@ A8E5413C1F9FBD5B00A1B8FA /* Production Full */ = { isa = XCBuildConfiguration; buildSettings = { - INFOPLIST_FILE = "$(OMIM_ROOT)/iphone/Maps/MAPSME.plist"; + INFOPLIST_FILE = "$(OMIM_ROOT)/iphone/Maps/OMAPS.plist"; PRODUCT_BUNDLE_IDENTIFIER = maps.me.ge0_tests; PRODUCT_NAME = "$(TARGET_NAME)"; }; diff --git a/xcode/omim.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/xcode/omim.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings index 3ddf867a10..dc8d12300f 100644 --- a/xcode/omim.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings +++ b/xcode/omim.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings @@ -4,5 +4,7 @@ BuildSystemType Latest + IDEWorkspaceSharedSettings_AutocreateContextsIfNeeded + diff --git a/xcode/tracking/tracking.xcodeproj/project.pbxproj b/xcode/tracking/tracking.xcodeproj/project.pbxproj index dc97a3eb89..ab6ec47867 100644 --- a/xcode/tracking/tracking.xcodeproj/project.pbxproj +++ b/xcode/tracking/tracking.xcodeproj/project.pbxproj @@ -357,7 +357,7 @@ isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - INFOPLIST_FILE = "$(SRCROOT)/../../iphone/Maps/MAPSME.plist"; + INFOPLIST_FILE = "$(SRCROOT)/../../iphone/Maps/OMAPS.plist"; PRODUCT_BUNDLE_IDENTIFIER = "tracking-tests"; PRODUCT_NAME = "$(TARGET_NAME)"; }; @@ -367,7 +367,7 @@ isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - INFOPLIST_FILE = "$(SRCROOT)/../../iphone/Maps/MAPSME.plist"; + INFOPLIST_FILE = "$(SRCROOT)/../../iphone/Maps/OMAPS.plist"; PRODUCT_BUNDLE_IDENTIFIER = "tracking-tests"; PRODUCT_NAME = "$(TARGET_NAME)"; }; @@ -393,7 +393,7 @@ isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - INFOPLIST_FILE = "$(SRCROOT)/../../iphone/Maps/MAPSME.plist"; + INFOPLIST_FILE = "$(SRCROOT)/../../iphone/Maps/OMAPS.plist"; PRODUCT_BUNDLE_IDENTIFIER = "tracking-tests"; PRODUCT_NAME = "$(TARGET_NAME)"; };