From 98b1fb3c9b4f8d4290c0fec8af39bc96734cdbda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80=20?= =?UTF-8?q?=D0=97=D0=B0=D1=86=D0=B5=D0=BF=D0=B8=D0=BD?= Date: Tue, 11 Jun 2019 18:23:43 +0300 Subject: [PATCH] Added bookmark inapp ids for open source mode --- omim_config.h | 1 + private_default.h | 1 + 2 files changed, 2 insertions(+) diff --git a/omim_config.h b/omim_config.h index 443ee66c4a..d3e6fb5784 100644 --- a/omim_config.h +++ b/omim_config.h @@ -1,6 +1,7 @@ #pragma once //#define TEST_ADS_REMOVAL_IDS +//#define TEST_BOOKMARK_INAPP_IDS //#define STAGE_BOOKMARKS_CATALOG_SERVER //#define STAGE_CLOUD_SERVER //#define STAGE_LOCALS_SERVER diff --git a/private_default.h b/private_default.h index 6e88e50491..314c402e70 100644 --- a/private_default.h +++ b/private_default.h @@ -88,3 +88,4 @@ #define BOOKMARKS_SUBSCRIPTION_YEARLY_PRODUCT_ID "" #define BOOKMARKS_SUBSCRIPTION_MONTHLY_PRODUCT_ID "" #define BOOKMARKS_SUBSCRIPTION_NOT_USED_LIST {} +#define BOOKMARK_INAPP_IDS {}