diff --git a/platform/platform_mac.mm b/platform/platform_mac.mm index 1a0c43b229..6a92e0c4a6 100644 --- a/platform/platform_mac.mm +++ b/platform/platform_mac.mm @@ -56,9 +56,7 @@ Platform::Platform() } else { -#ifdef STANDALONE_APP m_resourcesDir = resourcesPath + "/"; -#else // STANDALONE_APP // get writable path // developers can have symlink to data folder char const * dataPath = "../../../../../data/"; @@ -77,7 +75,6 @@ Platform::Platform() m_writableDir = m_resourcesDir.substr(0, p) + "/omim/data/"; } } -#endif // STANDALONE_APP if (m_writableDir.empty()) {