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
diff options
context:
space:
mode:
authorArtem Vodolazskiy <burivuh@maps.me>2017-10-25 10:40:13 +0300
committerr.kuznetsov <r.kuznetsov@corp.mail.ru>2017-11-09 13:20:23 +0300
commite24cfb89bd03eab0a5f8c0212502bda04d676347 (patch)
tree74fdd0fa904bee2e86db17f012e26f7ce4df81d5
parentc367ee3c3650054c8b2af14ecc16071912c69da8 (diff)
trying to use xc build for archiving
-rw-r--r--iphone/Maps/3party/MoPubSDK/Mopub.xcodeproj/project.pbxproj2
-rw-r--r--iphone/Maps/MAPSME.plist4
-rw-r--r--iphone/Maps/Maps.xcodeproj/project.pbxproj22
-rw-r--r--iphone/Maps/Maps.xcodeproj/xcshareddata/xcschemes/ci.MAPS.ME.xcscheme8
-rw-r--r--xcode/agg/agg.xcodeproj/project.pbxproj18
-rw-r--r--xcode/alohalitics/alohalitics.xcodeproj/project.pbxproj17
-rw-r--r--xcode/api/api.xcodeproj/project.pbxproj27
-rw-r--r--xcode/base/base.xcodeproj/project.pbxproj32
-rw-r--r--xcode/bsdiff/bsdiff.xcodeproj/project.pbxproj17
-rw-r--r--xcode/coding/coding.xcodeproj/project.pbxproj38
-rw-r--r--xcode/common.xcconfig2
-rw-r--r--xcode/drape/drape.xcodeproj/project.pbxproj31
-rw-r--r--xcode/drape_frontend/drape_frontend.xcodeproj/project.pbxproj29
-rw-r--r--xcode/editor/editor.xcodeproj/project.pbxproj27
-rw-r--r--xcode/expat/expat.xcodeproj/project.pbxproj22
-rw-r--r--xcode/freetype/freetype.xcodeproj/project.pbxproj28
-rw-r--r--xcode/generator/generator.xcodeproj/project.pbxproj34
-rw-r--r--xcode/generator_tool/generator_tool.xcodeproj/project.pbxproj50
-rw-r--r--xcode/geometry/geometry.xcodeproj/project.pbxproj31
-rw-r--r--xcode/gflags/gflags.xcodeproj/project.pbxproj22
-rw-r--r--xcode/icu/icu.xcodeproj/project.pbxproj34
-rw-r--r--xcode/indexer/indexer.xcodeproj/project.pbxproj42
-rw-r--r--xcode/jansson/jansson.xcodeproj/project.pbxproj22
-rw-r--r--xcode/local_ads/local_ads.xcodeproj/project.pbxproj27
-rw-r--r--xcode/map/map.xcodeproj/project.pbxproj43
-rw-r--r--xcode/mapshot/mapshot.xcodeproj/project.pbxproj21
-rw-r--r--xcode/minizip/minizip.xcodeproj/project.pbxproj22
-rw-r--r--xcode/mwm_diff/mwm_diff.xcodeproj/project.pbxproj17
-rw-r--r--xcode/oauthcpp/oauthcpp.xcodeproj/project.pbxproj22
-rw-r--r--xcode/opening_hours/opening_hours.xcodeproj/project.pbxproj65
-rw-r--r--xcode/opening_hours/opening_hours_tests_ios/Info.plist2
-rw-r--r--xcode/openlr/openlr.xcodeproj/project.pbxproj17
-rw-r--r--xcode/osrm/osrm.xcodeproj/project.pbxproj23
-rw-r--r--xcode/partners_api/partners_api.xcodeproj/project.pbxproj36
-rw-r--r--xcode/platform/platform.xcodeproj/project.pbxproj65
-rw-r--r--xcode/protobuf/protobuf.xcodeproj/project.pbxproj23
-rw-r--r--xcode/pugixml/pugixml.xcodeproj/project.pbxproj18
-rw-r--r--xcode/routing/routing.xcodeproj/project.pbxproj64
-rw-r--r--xcode/routing_common/routing_common.xcodeproj/project.pbxproj27
-rw-r--r--xcode/sdf_image/sdf_image.xcodeproj/project.pbxproj18
-rw-r--r--xcode/search/search.xcodeproj/project.pbxproj36
-rw-r--r--xcode/stb_image/stb_image.xcodeproj/project.pbxproj18
-rw-r--r--xcode/storage/storage.xcodeproj/project.pbxproj52
-rw-r--r--xcode/succinct/succinct.xcodeproj/project.pbxproj18
-rw-r--r--xcode/tess2/tess2.xcodeproj/project.pbxproj24
-rw-r--r--xcode/tracking/tracking.xcodeproj/project.pbxproj28
-rw-r--r--xcode/traffic/traffic.xcodeproj/project.pbxproj27
-rw-r--r--xcode/ugc/ugc.xcodeproj/project.pbxproj32
48 files changed, 1284 insertions, 20 deletions
diff --git a/iphone/Maps/3party/MoPubSDK/Mopub.xcodeproj/project.pbxproj b/iphone/Maps/3party/MoPubSDK/Mopub.xcodeproj/project.pbxproj
index 90f41d0f8e..c128d48353 100644
--- a/iphone/Maps/3party/MoPubSDK/Mopub.xcodeproj/project.pbxproj
+++ b/iphone/Maps/3party/MoPubSDK/Mopub.xcodeproj/project.pbxproj
@@ -1393,7 +1393,7 @@
ONLY_ACTIVE_ARCH = NO;
SDKROOT = iphoneos;
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
- VALID_ARCHS = arm64;
+ VALID_ARCHS = "armv7 armv7s arm64";
};
name = "Production Full";
};
diff --git a/iphone/Maps/MAPSME.plist b/iphone/Maps/MAPSME.plist
index f3348fc359..e058fb1119 100644
--- a/iphone/Maps/MAPSME.plist
+++ b/iphone/Maps/MAPSME.plist
@@ -2,8 +2,6 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
- <key>Pushwoosh_APPID</key>
- <string>84E00-0F767</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
@@ -162,6 +160,8 @@
<string>Unused by an application</string>
<key>PW_USE_GPS</key>
<false/>
+ <key>Pushwoosh_APPID</key>
+ <string>84E00-0F767</string>
<key>Pushwoosh_LOG_LEVEL</key>
<string>WARNING</string>
<key>UIApplicationShortcutItems</key>
diff --git a/iphone/Maps/Maps.xcodeproj/project.pbxproj b/iphone/Maps/Maps.xcodeproj/project.pbxproj
index cc6f4831ee..6d21a2eab2 100644
--- a/iphone/Maps/Maps.xcodeproj/project.pbxproj
+++ b/iphone/Maps/Maps.xcodeproj/project.pbxproj
@@ -4864,9 +4864,9 @@
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
- 1D6058900D05DD3D006BFB54 /* MAPS.ME */ = {
+ 1D6058900D05DD3D006BFB54 /* qtMAPS.ME */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "MAPS.ME" */;
+ buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "qtMAPS.ME" */;
buildPhases = (
FA3A60E715AD5BBD00F40D20 /* Run Script */,
1D60588D0D05DD3D006BFB54 /* Resources */,
@@ -4882,14 +4882,14 @@
dependencies = (
347040381EA6628300038379 /* PBXTargetDependency */,
);
- name = MAPS.ME;
+ name = qtMAPS.ME;
productName = Maps;
productReference = 348E57981B0F49D8000FA02A /* maps.me dbg.app */;
productType = "com.apple.product-type.application";
};
- 6741A93D1BF340DE002C974C /* xcMAPS.ME */ = {
+ 6741A93D1BF340DE002C974C /* MAPS.ME */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 6741AA541BF340DE002C974C /* Build configuration list for PBXNativeTarget "xcMAPS.ME" */;
+ buildConfigurationList = 6741AA541BF340DE002C974C /* Build configuration list for PBXNativeTarget "MAPS.ME" */;
buildPhases = (
6741A9411BF340DE002C974C /* Resources */,
6741A9A01BF340DE002C974C /* Sources */,
@@ -4904,7 +4904,7 @@
dependencies = (
3470403B1EA6628700038379 /* PBXTargetDependency */,
);
- name = xcMAPS.ME;
+ name = MAPS.ME;
productName = Maps;
productReference = 6741AA5D1BF340DE002C974C /* xc dbg.app */;
productType = "com.apple.product-type.application";
@@ -5031,8 +5031,8 @@
);
projectRoot = "";
targets = (
- 1D6058900D05DD3D006BFB54 /* MAPS.ME */,
- 6741A93D1BF340DE002C974C /* xcMAPS.ME */,
+ 1D6058900D05DD3D006BFB54 /* qtMAPS.ME */,
+ 6741A93D1BF340DE002C974C /* MAPS.ME */,
849CF5E21DE842290024A8A5 /* cmMAPS.ME */,
);
};
@@ -6996,7 +6996,7 @@
"$(PROJECT_DIR)/3party/GoogleSignIn",
);
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
- PRODUCT_NAME = "xc pf";
+ PRODUCT_NAME = maps.me;
};
name = "Production Full";
};
@@ -7972,7 +7972,7 @@
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
- 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "MAPS.ME" */ = {
+ 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "qtMAPS.ME" */ = {
isa = XCConfigurationList;
buildConfigurations = (
FAAB411A149BA83500C245B1 /* Simulator */,
@@ -7985,7 +7985,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = AdHoc;
};
- 6741AA541BF340DE002C974C /* Build configuration list for PBXNativeTarget "xcMAPS.ME" */ = {
+ 6741AA541BF340DE002C974C /* Build configuration list for PBXNativeTarget "MAPS.ME" */ = {
isa = XCConfigurationList;
buildConfigurations = (
6741AA551BF340DE002C974C /* Simulator */,
diff --git a/iphone/Maps/Maps.xcodeproj/xcshareddata/xcschemes/ci.MAPS.ME.xcscheme b/iphone/Maps/Maps.xcodeproj/xcshareddata/xcschemes/ci.MAPS.ME.xcscheme
index 09b1d6f820..f14c20199b 100644
--- a/iphone/Maps/Maps.xcodeproj/xcshareddata/xcschemes/ci.MAPS.ME.xcscheme
+++ b/iphone/Maps/Maps.xcodeproj/xcshareddata/xcschemes/ci.MAPS.ME.xcscheme
@@ -16,7 +16,7 @@
BuildableIdentifier = "primary"
BlueprintIdentifier = "1D6058900D05DD3D006BFB54"
BuildableName = "maps.me beta.app"
- BlueprintName = "MAPS.ME"
+ BlueprintName = "qtMAPS.ME"
ReferencedContainer = "container:Maps.xcodeproj">
</BuildableReference>
</BuildActionEntry>
@@ -35,7 +35,7 @@
BuildableIdentifier = "primary"
BlueprintIdentifier = "1D6058900D05DD3D006BFB54"
BuildableName = "maps.me beta.app"
- BlueprintName = "MAPS.ME"
+ BlueprintName = "qtMAPS.ME"
ReferencedContainer = "container:Maps.xcodeproj">
</BuildableReference>
</MacroExpansion>
@@ -59,7 +59,7 @@
BuildableIdentifier = "primary"
BlueprintIdentifier = "1D6058900D05DD3D006BFB54"
BuildableName = "maps.me beta.app"
- BlueprintName = "MAPS.ME"
+ BlueprintName = "qtMAPS.ME"
ReferencedContainer = "container:Maps.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
@@ -78,7 +78,7 @@
BuildableIdentifier = "primary"
BlueprintIdentifier = "1D6058900D05DD3D006BFB54"
BuildableName = "maps.me beta.app"
- BlueprintName = "MAPS.ME"
+ BlueprintName = "qtMAPS.ME"
ReferencedContainer = "container:Maps.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
diff --git a/xcode/agg/agg.xcodeproj/project.pbxproj b/xcode/agg/agg.xcodeproj/project.pbxproj
index 4e6eee98ef..e3f11761ed 100644
--- a/xcode/agg/agg.xcodeproj/project.pbxproj
+++ b/xcode/agg/agg.xcodeproj/project.pbxproj
@@ -676,6 +676,22 @@
};
name = Release;
};
+ A8E541151F9FBCC300A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 34F558631DBF440C00A4FC11 /* common-release.xcconfig */;
+ buildSettings = {
+ GCC_WARN_INHIBIT_ALL_WARNINGS = YES;
+ };
+ name = "Production Full";
+ };
+ A8E541161F9FBCC300A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ EXECUTABLE_PREFIX = lib;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
@@ -684,6 +700,7 @@
buildConfigurations = (
67E8DB861BBC19810053C5BA /* Debug */,
67E8DB871BBC19810053C5BA /* Release */,
+ A8E541151F9FBCC300A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -693,6 +710,7 @@
buildConfigurations = (
67E8DB891BBC19810053C5BA /* Debug */,
67E8DB8A1BBC19810053C5BA /* Release */,
+ A8E541161F9FBCC300A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
diff --git a/xcode/alohalitics/alohalitics.xcodeproj/project.pbxproj b/xcode/alohalitics/alohalitics.xcodeproj/project.pbxproj
index 4742fc044f..76d2a19a29 100644
--- a/xcode/alohalitics/alohalitics.xcodeproj/project.pbxproj
+++ b/xcode/alohalitics/alohalitics.xcodeproj/project.pbxproj
@@ -182,6 +182,21 @@
};
name = Release;
};
+ A8E541171F9FBCCB00A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 34EBB4791DBF5159005BE9B8 /* common-release.xcconfig */;
+ buildSettings = {
+ };
+ name = "Production Full";
+ };
+ A8E541181F9FBCCB00A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ EXECUTABLE_PREFIX = lib;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
@@ -190,6 +205,7 @@
buildConfigurations = (
67D1C7E81AE507D700A239E3 /* Debug */,
67D1C7E91AE507D700A239E3 /* Release */,
+ A8E541171F9FBCCB00A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -199,6 +215,7 @@
buildConfigurations = (
67D1C7EB1AE507D700A239E3 /* Debug */,
67D1C7EC1AE507D700A239E3 /* Release */,
+ A8E541181F9FBCCB00A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
diff --git a/xcode/api/api.xcodeproj/project.pbxproj b/xcode/api/api.xcodeproj/project.pbxproj
index c124d533a8..7f2498c3c6 100644
--- a/xcode/api/api.xcodeproj/project.pbxproj
+++ b/xcode/api/api.xcodeproj/project.pbxproj
@@ -256,6 +256,30 @@
};
name = Release;
};
+ A8E5413A1F9FBD5B00A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 34763F481DBE28F800D370CF /* common-release.xcconfig */;
+ buildSettings = {
+ };
+ name = "Production Full";
+ };
+ A8E5413B1F9FBD5B00A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ EXECUTABLE_PREFIX = lib;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
+ A8E5413C1F9FBD5B00A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ INFOPLIST_FILE = "$(OMIM_ROOT)/iphone/Maps/MAPSME.plist";
+ PRODUCT_BUNDLE_IDENTIFIER = maps.me.api_tests;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
@@ -264,6 +288,7 @@
buildConfigurations = (
3496AB8A1DC1F6CE00C5DDBA /* Debug */,
3496AB8B1DC1F6CE00C5DDBA /* Release */,
+ A8E5413C1F9FBD5B00A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -273,6 +298,7 @@
buildConfigurations = (
675347201A40577A00A0A8C3 /* Debug */,
675347211A40577A00A0A8C3 /* Release */,
+ A8E5413A1F9FBD5B00A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -282,6 +308,7 @@
buildConfigurations = (
675347231A40577A00A0A8C3 /* Debug */,
675347241A40577A00A0A8C3 /* Release */,
+ A8E5413B1F9FBD5B00A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
diff --git a/xcode/base/base.xcodeproj/project.pbxproj b/xcode/base/base.xcodeproj/project.pbxproj
index 3b58f82080..51c8c36ae2 100644
--- a/xcode/base/base.xcodeproj/project.pbxproj
+++ b/xcode/base/base.xcodeproj/project.pbxproj
@@ -739,6 +739,35 @@
};
name = Release;
};
+ A8E5413D1F9FBD6300A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 34BA2D6B1DBE169E00FAB345 /* common-release.xcconfig */;
+ buildSettings = {
+ };
+ name = "Production Full";
+ };
+ A8E5413E1F9FBD6300A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ EXECUTABLE_PREFIX = lib;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
+ A8E5413F1F9FBD6300A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ GCC_PREPROCESSOR_DEFINITIONS = (
+ "$(inherited)",
+ "OMIM_UNIT_TEST_DISABLE_PLATFORM_INIT=1",
+ );
+ INFOPLIST_FILE = "$(OMIM_ROOT)/iphone/Maps/MAPSME.plist";
+ PRODUCT_BUNDLE_IDENTIFIER = maps.me.base_tests;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ VALIDATE_PRODUCT = YES;
+ };
+ name = "Production Full";
+ };
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
@@ -747,6 +776,7 @@
buildConfigurations = (
39FD271C1CC65A7100AFF551 /* Debug */,
39FD271D1CC65A7100AFF551 /* Release */,
+ A8E5413F1F9FBD6300A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -756,6 +786,7 @@
buildConfigurations = (
675341801A3F57BF00A0A8C3 /* Debug */,
675341811A3F57BF00A0A8C3 /* Release */,
+ A8E5413D1F9FBD6300A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -765,6 +796,7 @@
buildConfigurations = (
675341831A3F57BF00A0A8C3 /* Debug */,
675341841A3F57BF00A0A8C3 /* Release */,
+ A8E5413E1F9FBD6300A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
diff --git a/xcode/bsdiff/bsdiff.xcodeproj/project.pbxproj b/xcode/bsdiff/bsdiff.xcodeproj/project.pbxproj
index 1aa89f83fb..da2abcfac0 100644
--- a/xcode/bsdiff/bsdiff.xcodeproj/project.pbxproj
+++ b/xcode/bsdiff/bsdiff.xcodeproj/project.pbxproj
@@ -191,6 +191,21 @@
};
name = Release;
};
+ A8E540FC1F9FBB7700A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 4586D0B01F4810A700DF9CE5 /* common-release.xcconfig */;
+ buildSettings = {
+ };
+ name = "Production Full";
+ };
+ A8E540FD1F9FBB7700A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ EXECUTABLE_PREFIX = lib;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
@@ -199,6 +214,7 @@
buildConfigurations = (
4586D0AA1F480FE600DF9CE5 /* Debug */,
4586D0AB1F480FE600DF9CE5 /* Release */,
+ A8E540FC1F9FBB7700A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -208,6 +224,7 @@
buildConfigurations = (
4586D0AD1F480FE600DF9CE5 /* Debug */,
4586D0AE1F480FE600DF9CE5 /* Release */,
+ A8E540FD1F9FBB7700A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
diff --git a/xcode/coding/coding.xcodeproj/project.pbxproj b/xcode/coding/coding.xcodeproj/project.pbxproj
index da58f63e05..76d911601c 100644
--- a/xcode/coding/coding.xcodeproj/project.pbxproj
+++ b/xcode/coding/coding.xcodeproj/project.pbxproj
@@ -790,6 +790,41 @@
};
name = Release;
};
+ A8E541401F9FBD6B00A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 34A72A441DBE4989003D1F5F /* common-release.xcconfig */;
+ buildSettings = {
+ GCC_PREPROCESSOR_DEFINITIONS = (
+ "$(inherited)",
+ "U_DISABLE_RENAMING=1",
+ );
+ HEADER_SEARCH_PATHS = (
+ "$(inherited)",
+ "$(OMIM_ROOT)",
+ "$(BOOST_ROOT)",
+ "$(OMIM_ROOT)/3party/icu/common",
+ "$(OMIM_ROOT)/3party/icu/i18n",
+ );
+ };
+ name = "Production Full";
+ };
+ A8E541411F9FBD6B00A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ EXECUTABLE_PREFIX = lib;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
+ A8E541421F9FBD6B00A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ INFOPLIST_FILE = "$(OMIM_ROOT)/iphone/Maps/MAPSME.plist";
+ PRODUCT_BUNDLE_IDENTIFIER = maps.me.coding_tests;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
@@ -798,6 +833,7 @@
buildConfigurations = (
394916941BAC3A5F002A8C4F /* Debug */,
394916951BAC3A5F002A8C4F /* Release */,
+ A8E541421F9FBD6B00A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -807,6 +843,7 @@
buildConfigurations = (
675342241A3F586300A0A8C3 /* Debug */,
675342251A3F586300A0A8C3 /* Release */,
+ A8E541401F9FBD6B00A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -816,6 +853,7 @@
buildConfigurations = (
675342271A3F586300A0A8C3 /* Debug */,
675342281A3F586300A0A8C3 /* Release */,
+ A8E541411F9FBD6B00A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
diff --git a/xcode/common.xcconfig b/xcode/common.xcconfig
index ba48b3e080..e219b43577 100644
--- a/xcode/common.xcconfig
+++ b/xcode/common.xcconfig
@@ -66,6 +66,6 @@ GCC_NO_COMMON_BLOCKS = YES
GCC_PRECOMPILE_PREFIX_HEADER = YES
ONLY_ACTIVE_ARCH = YES
PRODUCT_NAME = $(TARGET_NAME)
-VALID_ARCHS = arm64
+VALID_ARCHS = armv7 armv7s arm64
VALID_ARCHS[sdk=iphonesimulator*] = x86_64
VALID_ARCHS[sdk=macosx*] = x86_64
diff --git a/xcode/drape/drape.xcodeproj/project.pbxproj b/xcode/drape/drape.xcodeproj/project.pbxproj
index e138e77e06..6a2011f786 100644
--- a/xcode/drape/drape.xcodeproj/project.pbxproj
+++ b/xcode/drape/drape.xcodeproj/project.pbxproj
@@ -600,6 +600,35 @@
};
name = Release;
};
+ A8E541431F9FBD7400A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 34AF87CA1DBE4F4900E5E7DC /* common-release.xcconfig */;
+ buildSettings = {
+ GCC_PREPROCESSOR_DEFINITIONS = (
+ "$(inherited)",
+ "U_DISABLE_RENAMING=1",
+ );
+ HEADER_SEARCH_PATHS = (
+ "$(inherited)",
+ "$(OMIM_ROOT)/3party/glm/",
+ "$(OMIM_ROOT)/3party/freetype/include",
+ "$(OMIM_ROOT)/3party/expat/lib",
+ "$(OMIM_ROOT)/3party/icu/common",
+ "$(OMIM_ROOT)/3party/icu/i18n",
+ );
+ };
+ name = "Production Full";
+ };
+ A8E541441F9FBD7400A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ EXCLUDED_SOURCE_FILE_NAMES = "";
+ "EXCLUDED_SOURCE_FILE_NAMES[sdk=macosx*]" = hw_texture_ios.mm;
+ EXECUTABLE_PREFIX = lib;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
@@ -608,6 +637,7 @@
buildConfigurations = (
6729A4FA1A691F6A007D5872 /* Debug */,
6729A4FB1A691F6A007D5872 /* Release */,
+ A8E541431F9FBD7400A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -617,6 +647,7 @@
buildConfigurations = (
6729A4FD1A691F6A007D5872 /* Debug */,
6729A4FE1A691F6A007D5872 /* Release */,
+ A8E541441F9FBD7400A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
diff --git a/xcode/drape_frontend/drape_frontend.xcodeproj/project.pbxproj b/xcode/drape_frontend/drape_frontend.xcodeproj/project.pbxproj
index dae06d12ba..023358468f 100644
--- a/xcode/drape_frontend/drape_frontend.xcodeproj/project.pbxproj
+++ b/xcode/drape_frontend/drape_frontend.xcodeproj/project.pbxproj
@@ -1119,6 +1119,33 @@
};
name = Release;
};
+ A8E541451F9FBD7B00A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 34AF87CC1DBE508400E5E7DC /* common-release.xcconfig */;
+ buildSettings = {
+ GCC_PREPROCESSOR_DEFINITIONS = (
+ "$(inherited)",
+ "U_DISABLE_RENAMING=1",
+ );
+ HEADER_SEARCH_PATHS = (
+ "$(OMIM_ROOT)",
+ "$(BOOST_ROOT)",
+ "$(OMIM_ROOT)/3party/glm",
+ "$(OMIM_ROOT)/3party/protobuf/protobuf/src",
+ "$(OMIM_ROOT)/3party/protobuf",
+ "$(OMIM_ROOT)/3party/freetype/include",
+ );
+ };
+ name = "Production Full";
+ };
+ A8E541461F9FBD7B00A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ EXECUTABLE_PREFIX = lib;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
@@ -1127,6 +1154,7 @@
buildConfigurations = (
6709473C1BDF9B82005014C0 /* Debug */,
6709473D1BDF9B82005014C0 /* Release */,
+ A8E541451F9FBD7B00A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -1136,6 +1164,7 @@
buildConfigurations = (
6709473F1BDF9B82005014C0 /* Debug */,
670947401BDF9B82005014C0 /* Release */,
+ A8E541461F9FBD7B00A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
diff --git a/xcode/editor/editor.xcodeproj/project.pbxproj b/xcode/editor/editor.xcodeproj/project.pbxproj
index ac5fc70d72..7f213fed9e 100644
--- a/xcode/editor/editor.xcodeproj/project.pbxproj
+++ b/xcode/editor/editor.xcodeproj/project.pbxproj
@@ -424,6 +424,30 @@
};
name = Release;
};
+ A8E541471F9FBD8400A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 34F5586F1DBF49B200A4FC11 /* common-release.xcconfig */;
+ buildSettings = {
+ };
+ name = "Production Full";
+ };
+ A8E541481F9FBD8400A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ EXECUTABLE_PREFIX = lib;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
+ A8E541491F9FBD8400A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ INFOPLIST_FILE = "$(OMIM_ROOT)/iphone/Maps/MAPSME.plist";
+ PRODUCT_BUNDLE_IDENTIFIER = ru.mail.editor_tests;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
@@ -432,6 +456,7 @@
buildConfigurations = (
3411386D1C15AD97002E3B3E /* Debug */,
3411386E1C15AD97002E3B3E /* Release */,
+ A8E541471F9FBD8400A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -441,6 +466,7 @@
buildConfigurations = (
341138701C15AD97002E3B3E /* Debug */,
341138711C15AD97002E3B3E /* Release */,
+ A8E541481F9FBD8400A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -450,6 +476,7 @@
buildConfigurations = (
3496ABCE1DC2031900C5DDBA /* Debug */,
3496ABCF1DC2031900C5DDBA /* Release */,
+ A8E541491F9FBD8400A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
diff --git a/xcode/expat/expat.xcodeproj/project.pbxproj b/xcode/expat/expat.xcodeproj/project.pbxproj
index efeb28d07a..cb24877626 100644
--- a/xcode/expat/expat.xcodeproj/project.pbxproj
+++ b/xcode/expat/expat.xcodeproj/project.pbxproj
@@ -184,6 +184,26 @@
};
name = Release;
};
+ A8E541191F9FBCD200A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 34EBB47B1DBF51D4005BE9B8 /* common-release.xcconfig */;
+ buildSettings = {
+ GCC_PREPROCESSOR_DEFINITIONS = (
+ "$(inherited)",
+ HAVE_MEMMOVE,
+ );
+ GCC_WARN_INHIBIT_ALL_WARNINGS = YES;
+ };
+ name = "Production Full";
+ };
+ A8E5411A1F9FBCD200A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ EXECUTABLE_PREFIX = lib;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
@@ -192,6 +212,7 @@
buildConfigurations = (
670D05011B0BAEE50013A7AC /* Debug */,
670D05021B0BAEE50013A7AC /* Release */,
+ A8E541191F9FBCD200A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -201,6 +222,7 @@
buildConfigurations = (
670D05041B0BAEE50013A7AC /* Debug */,
670D05051B0BAEE50013A7AC /* Release */,
+ A8E5411A1F9FBCD200A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
diff --git a/xcode/freetype/freetype.xcodeproj/project.pbxproj b/xcode/freetype/freetype.xcodeproj/project.pbxproj
index 403b5a6443..09b931664b 100644
--- a/xcode/freetype/freetype.xcodeproj/project.pbxproj
+++ b/xcode/freetype/freetype.xcodeproj/project.pbxproj
@@ -1976,6 +1976,32 @@
};
name = Release;
};
+ A8E5411B1F9FBCDC00A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 34F558671DBF474D00A4FC11 /* common-release.xcconfig */;
+ buildSettings = {
+ FT2_BUILD_LIBRARY = 1;
+ GCC_WARN_INHIBIT_ALL_WARNINGS = YES;
+ HEADER_SEARCH_PATHS = (
+ "$(inherited)",
+ "$(OMIM_ROOT)/3party/freetype/include",
+ );
+ WARNING_CFLAGS = "-Wno-implicit-function-declaration";
+ };
+ name = "Production Full";
+ };
+ A8E5411C1F9FBCDC00A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ EXECUTABLE_PREFIX = lib;
+ GCC_PREPROCESSOR_DEFINITIONS = (
+ "$(inherited)",
+ "FT2_BUILD_LIBRARY=1",
+ );
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
@@ -1984,6 +2010,7 @@
buildConfigurations = (
6753485B1A408D9300A0A8C3 /* Debug */,
6753485C1A408D9300A0A8C3 /* Release */,
+ A8E5411B1F9FBCDC00A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -1993,6 +2020,7 @@
buildConfigurations = (
6753485E1A408D9300A0A8C3 /* Debug */,
6753485F1A408D9300A0A8C3 /* Release */,
+ A8E5411C1F9FBCDC00A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
diff --git a/xcode/generator/generator.xcodeproj/project.pbxproj b/xcode/generator/generator.xcodeproj/project.pbxproj
index 954d1df4e5..d59c35bdb7 100644
--- a/xcode/generator/generator.xcodeproj/project.pbxproj
+++ b/xcode/generator/generator.xcodeproj/project.pbxproj
@@ -667,6 +667,37 @@
};
name = Release;
};
+ A8E5414D1F9FBD9200A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 34AF87D01DBE52DC00E5E7DC /* common-release.xcconfig */;
+ buildSettings = {
+ HEADER_SEARCH_PATHS = (
+ "$(inherited)",
+ "$(OMIM_ROOT)/3party/gflags/src",
+ "$(OMIM_ROOT)/3party/osrm/osrm-backend/include",
+ "$(QT_PATH)/include",
+ "$(OMIM_ROOT)/3party/glm",
+ "$(OMIM_ROOT)/3party/jansson/src",
+ );
+ };
+ name = "Production Full";
+ };
+ A8E5414E1F9FBD9200A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ EXECUTABLE_PREFIX = lib;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
+ A8E5414F1F9FBD9200A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ EXECUTABLE_PREFIX = lib;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
@@ -675,6 +706,7 @@
buildConfigurations = (
675340241A3F2A1B00A0A8C3 /* Debug */,
675340251A3F2A1B00A0A8C3 /* Release */,
+ A8E5414D1F9FBD9200A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -684,6 +716,7 @@
buildConfigurations = (
675340271A3F2A1B00A0A8C3 /* Debug */,
675340281A3F2A1B00A0A8C3 /* Release */,
+ A8E5414E1F9FBD9200A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -693,6 +726,7 @@
buildConfigurations = (
67BC92D41D1A9E5F00A4A378 /* Debug */,
67BC92D51D1A9E5F00A4A378 /* Release */,
+ A8E5414F1F9FBD9200A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
diff --git a/xcode/generator_tool/generator_tool.xcodeproj/project.pbxproj b/xcode/generator_tool/generator_tool.xcodeproj/project.pbxproj
index 53de3a5d6e..5035c91ba4 100644
--- a/xcode/generator_tool/generator_tool.xcodeproj/project.pbxproj
+++ b/xcode/generator_tool/generator_tool.xcodeproj/project.pbxproj
@@ -821,6 +821,51 @@
};
name = Release;
};
+ A8E541501F9FBD9900A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 34F558541DBF3ACC00A4FC11 /* common-release.xcconfig */;
+ buildSettings = {
+ HEADER_SEARCH_PATHS = (
+ "$(inherited)",
+ "$(OMIM_ROOT)/3party/gflags/src/",
+ "$(OMIM_ROOT)/3party/glm",
+ );
+ };
+ name = "Production Full";
+ };
+ A8E541511F9FBD9900A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ GCC_INLINES_ARE_PRIVATE_EXTERN = NO;
+ GCC_SYMBOLS_PRIVATE_EXTERN = NO;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
+ A8E541521F9FBD9900A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ GCC_INLINES_ARE_PRIVATE_EXTERN = NO;
+ GCC_SYMBOLS_PRIVATE_EXTERN = NO;
+ PRODUCT_NAME = generator_tests;
+ WARNING_CFLAGS = "-Wnull-conversion";
+ };
+ name = "Production Full";
+ };
+ A8E541531F9FBD9900A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
+ A8E541541F9FBD9900A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
@@ -829,6 +874,7 @@
buildConfigurations = (
6726C2331A4C2BBD005EEA39 /* Debug */,
6726C2341A4C2BBD005EEA39 /* Release */,
+ A8E541521F9FBD9900A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -838,6 +884,7 @@
buildConfigurations = (
673746641CF4639F005E6D1F /* Debug */,
673746651CF4639F005E6D1F /* Release */,
+ A8E541531F9FBD9900A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -847,6 +894,7 @@
buildConfigurations = (
6753415D1A3F54D800A0A8C3 /* Debug */,
6753415E1A3F54D800A0A8C3 /* Release */,
+ A8E541501F9FBD9900A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -856,6 +904,7 @@
buildConfigurations = (
675341601A3F54D800A0A8C3 /* Debug */,
675341611A3F54D800A0A8C3 /* Release */,
+ A8E541511F9FBD9900A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -865,6 +914,7 @@
buildConfigurations = (
679624621D100F2500AE4E3C /* Debug */,
679624631D100F2500AE4E3C /* Release */,
+ A8E541541F9FBD9900A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
diff --git a/xcode/geometry/geometry.xcodeproj/project.pbxproj b/xcode/geometry/geometry.xcodeproj/project.pbxproj
index 144b1afad2..c907420007 100644
--- a/xcode/geometry/geometry.xcodeproj/project.pbxproj
+++ b/xcode/geometry/geometry.xcodeproj/project.pbxproj
@@ -616,6 +616,34 @@
};
name = Release;
};
+ A8E5414A1F9FBD8B00A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 34AF87CE1DBE517700E5E7DC /* common-release.xcconfig */;
+ buildSettings = {
+ };
+ name = "Production Full";
+ };
+ A8E5414B1F9FBD8B00A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ EXECUTABLE_PREFIX = lib;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
+ A8E5414C1F9FBD8B00A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ GCC_PREPROCESSOR_DEFINITIONS = (
+ "$(inherited)",
+ "OMIM_UNIT_TEST_DISABLE_PLATFORM_INIT=1",
+ );
+ INFOPLIST_FILE = "$(OMIM_ROOT)/iphone/Maps/MAPSME.plist";
+ PRODUCT_BUNDLE_IDENTIFIER = maps.me.geometry_tests;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
@@ -624,6 +652,7 @@
buildConfigurations = (
670F29611BA9D39A00F2ABF4 /* Debug */,
670F29621BA9D39A00F2ABF4 /* Release */,
+ A8E5414C1F9FBD8B00A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -633,6 +662,7 @@
buildConfigurations = (
6753449A1A3F684600A0A8C3 /* Debug */,
6753449B1A3F684600A0A8C3 /* Release */,
+ A8E5414A1F9FBD8B00A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -642,6 +672,7 @@
buildConfigurations = (
6753449D1A3F684600A0A8C3 /* Debug */,
6753449E1A3F684600A0A8C3 /* Release */,
+ A8E5414B1F9FBD8B00A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
diff --git a/xcode/gflags/gflags.xcodeproj/project.pbxproj b/xcode/gflags/gflags.xcodeproj/project.pbxproj
index 5270698473..31ffaa5080 100644
--- a/xcode/gflags/gflags.xcodeproj/project.pbxproj
+++ b/xcode/gflags/gflags.xcodeproj/project.pbxproj
@@ -180,6 +180,26 @@
};
name = Release;
};
+ A8E5411D1F9FBCE900A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 34F558611DBF434600A4FC11 /* common-release.xcconfig */;
+ buildSettings = {
+ GCC_WARN_INHIBIT_ALL_WARNINGS = YES;
+ HEADER_SEARCH_PATHS = (
+ "$(inherited)",
+ "$(OMIM_ROOT)/3party/gflags/src",
+ );
+ };
+ name = "Production Full";
+ };
+ A8E5411E1F9FBCE900A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ EXECUTABLE_PREFIX = lib;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
@@ -188,6 +208,7 @@
buildConfigurations = (
675344361A3F64E400A0A8C3 /* Debug */,
675344371A3F64E400A0A8C3 /* Release */,
+ A8E5411D1F9FBCE900A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -197,6 +218,7 @@
buildConfigurations = (
675344391A3F64E400A0A8C3 /* Debug */,
6753443A1A3F64E400A0A8C3 /* Release */,
+ A8E5411E1F9FBCE900A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
diff --git a/xcode/icu/icu.xcodeproj/project.pbxproj b/xcode/icu/icu.xcodeproj/project.pbxproj
index 213f86d662..1e17c5ad73 100644
--- a/xcode/icu/icu.xcodeproj/project.pbxproj
+++ b/xcode/icu/icu.xcodeproj/project.pbxproj
@@ -2511,6 +2511,38 @@
/* End PBXSourcesBuildPhase section */
/* Begin XCBuildConfiguration section */
+ A8E541041F9FBBF800A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = BBB16C1B1E8276A50058BF1E /* common-release.xcconfig */;
+ buildSettings = {
+ CLANG_ENABLE_MODULES = NO;
+ GCC_PREPROCESSOR_DEFINITIONS = (
+ "$(inherited)",
+ "U_I18N_IMPLEMENTATION=1",
+ "U_COMMON_IMPLEMENTATION=1",
+ "U_STATIC_IMPLEMENTATION=1",
+ "U_CHARSET_IS_UTF8=1",
+ "U_DISABLE_RENAMING=1",
+ );
+ GCC_WARN_INHIBIT_ALL_WARNINGS = YES;
+ HEADER_SEARCH_PATHS = (
+ "$(inherited)",
+ "$(OMIM_ROOT)",
+ "$(BOOST_ROOT)",
+ "$(OMIM_ROOT)/3party/icu/i18n",
+ "$(OMIM_ROOT)/3party/icu/common",
+ );
+ };
+ name = "Production Full";
+ };
+ A8E541051F9FBBF800A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ EXECUTABLE_PREFIX = lib;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
BBB165E01E8275120058BF1E /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = BBB16C1A1E8276A50058BF1E /* common-debug.xcconfig */;
@@ -2583,6 +2615,7 @@
buildConfigurations = (
BBB165E01E8275120058BF1E /* Debug */,
BBB165E11E8275120058BF1E /* Release */,
+ A8E541041F9FBBF800A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -2592,6 +2625,7 @@
buildConfigurations = (
BBB165E31E8275120058BF1E /* Debug */,
BBB165E41E8275120058BF1E /* Release */,
+ A8E541051F9FBBF800A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
diff --git a/xcode/indexer/indexer.xcodeproj/project.pbxproj b/xcode/indexer/indexer.xcodeproj/project.pbxproj
index ab6767a739..7ba240c320 100644
--- a/xcode/indexer/indexer.xcodeproj/project.pbxproj
+++ b/xcode/indexer/indexer.xcodeproj/project.pbxproj
@@ -1223,6 +1223,44 @@
};
name = Release;
};
+ A8E541551F9FBDA300A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 34AF87D21DBE540700E5E7DC /* common-release.xcconfig */;
+ buildSettings = {
+ HEADER_SEARCH_PATHS = (
+ "$(inherited)",
+ "$(OMIM_ROOT)/3party/protobuf/protobuf/src",
+ );
+ };
+ name = "Production Full";
+ };
+ A8E541561F9FBDA300A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ EXECUTABLE_PREFIX = lib;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
+ A8E541571F9FBDA300A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ EXECUTABLE_PREFIX = lib;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
+ A8E541581F9FBDA300A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ GCC_INLINES_ARE_PRIVATE_EXTERN = NO;
+ GCC_SYMBOLS_PRIVATE_EXTERN = NO;
+ INFOPLIST_FILE = "$(OMIM_ROOT)/iphone/Maps/MAPSME.plist";
+ PRODUCT_BUNDLE_IDENTIFIER = "maps.me.indexer-tests";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
@@ -1231,6 +1269,7 @@
buildConfigurations = (
34AF87E01DBE561400E5E7DC /* Debug */,
34AF87E11DBE561400E5E7DC /* Release */,
+ A8E541571F9FBDA300A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -1240,6 +1279,7 @@
buildConfigurations = (
670C612A1AB0661100C38A8C /* Debug */,
670C612B1AB0661100C38A8C /* Release */,
+ A8E541581F9FBDA300A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -1249,6 +1289,7 @@
buildConfigurations = (
675340A31A3F53CB00A0A8C3 /* Debug */,
675340A41A3F53CB00A0A8C3 /* Release */,
+ A8E541551F9FBDA300A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -1258,6 +1299,7 @@
buildConfigurations = (
675340A61A3F53CB00A0A8C3 /* Debug */,
675340A71A3F53CB00A0A8C3 /* Release */,
+ A8E541561F9FBDA300A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
diff --git a/xcode/jansson/jansson.xcodeproj/project.pbxproj b/xcode/jansson/jansson.xcodeproj/project.pbxproj
index 9e4bc36bc4..be0650a60d 100644
--- a/xcode/jansson/jansson.xcodeproj/project.pbxproj
+++ b/xcode/jansson/jansson.xcodeproj/project.pbxproj
@@ -252,6 +252,26 @@
};
name = Release;
};
+ A8E5411F1F9FBCF500A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 34F558691DBF483000A4FC11 /* common-release.xcconfig */;
+ buildSettings = {
+ GCC_WARN_INHIBIT_ALL_WARNINGS = YES;
+ HEADER_SEARCH_PATHS = (
+ "$(inherited)",
+ "$(OMIM_ROOT)/3party/jansson/src",
+ );
+ };
+ name = "Production Full";
+ };
+ A8E541201F9FBCF500A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ EXECUTABLE_PREFIX = lib;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
@@ -260,6 +280,7 @@
buildConfigurations = (
675344561A3F664300A0A8C3 /* Debug */,
675344571A3F664300A0A8C3 /* Release */,
+ A8E5411F1F9FBCF500A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -269,6 +290,7 @@
buildConfigurations = (
675344591A3F664300A0A8C3 /* Debug */,
6753445A1A3F664300A0A8C3 /* Release */,
+ A8E541201F9FBCF500A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
diff --git a/xcode/local_ads/local_ads.xcodeproj/project.pbxproj b/xcode/local_ads/local_ads.xcodeproj/project.pbxproj
index 6ecd012a94..f8f61cc0d5 100644
--- a/xcode/local_ads/local_ads.xcodeproj/project.pbxproj
+++ b/xcode/local_ads/local_ads.xcodeproj/project.pbxproj
@@ -333,6 +333,30 @@
};
name = Release;
};
+ A8E541011F9FBBDA00A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 45FFD65B1E965E3A00DB854E /* common-release.xcconfig */;
+ buildSettings = {
+ };
+ name = "Production Full";
+ };
+ A8E541021F9FBBDA00A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ EXECUTABLE_PREFIX = lib;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
+ A8E541031F9FBBDA00A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ INFOPLIST_FILE = "$(OMIM_ROOT)/iphone/Maps/MAPSME.plist";
+ PRODUCT_BUNDLE_IDENTIFIER = "maps.me.local-ads-tests";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
@@ -341,6 +365,7 @@
buildConfigurations = (
45FFD64F1E965DBB00DB854E /* Debug */,
45FFD6501E965DBB00DB854E /* Release */,
+ A8E541011F9FBBDA00A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -350,6 +375,7 @@
buildConfigurations = (
45FFD6521E965DBB00DB854E /* Debug */,
45FFD6531E965DBB00DB854E /* Release */,
+ A8E541021F9FBBDA00A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -359,6 +385,7 @@
buildConfigurations = (
45FFD6771E965EFB00DB854E /* Debug */,
45FFD6781E965EFB00DB854E /* Release */,
+ A8E541031F9FBBDA00A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
diff --git a/xcode/map/map.xcodeproj/project.pbxproj b/xcode/map/map.xcodeproj/project.pbxproj
index 8db0f8ba82..6918b88b26 100644
--- a/xcode/map/map.xcodeproj/project.pbxproj
+++ b/xcode/map/map.xcodeproj/project.pbxproj
@@ -776,6 +776,46 @@
};
name = Release;
};
+ A8E541591F9FBDAC00A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 34AF87EA1DBE5AD000E5E7DC /* common-release.xcconfig */;
+ buildSettings = {
+ EXCLUDED_SOURCE_FILE_NAMES = "";
+ "EXCLUDED_SOURCE_FILE_NAMES[sdk=iphoneos*]" = "qgl_render_context.*";
+ "EXCLUDED_SOURCE_FILE_NAMES[sdk=iphonesimulator*]" = "qgl_render_context.*";
+ HEADER_SEARCH_PATHS = (
+ "$(inherited)",
+ "$(QT_PATH)/include",
+ "$(OMIM_ROOT)/3party/freetype/include",
+ "$(OMIM_ROOT)/3party/expat/lib",
+ "$(OMIM_ROOT)/3party/glm",
+ "$(OMIM_ROOT)/3party/jansson/src",
+ );
+ };
+ name = "Production Full";
+ };
+ A8E5415A1F9FBDAC00A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ EXECUTABLE_PREFIX = lib;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ WARNING_CFLAGS = "-Wno-deprecated-register ";
+ };
+ name = "Production Full";
+ };
+ A8E5415B1F9FBDAC00A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ GCC_PREPROCESSOR_DEFINITIONS = (
+ "$(inherited)",
+ "OMIM_UNIT_TEST_WITH_QT_EVENT_LOOP=1",
+ );
+ INFOPLIST_FILE = "$(OMIM_ROOT)/iphone/Maps/MAPSME.plist";
+ PRODUCT_BUNDLE_IDENTIFIER = maps.me.map_tests;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
@@ -784,6 +824,7 @@
buildConfigurations = (
674A29E41B26FD1C001A525C /* Debug */,
674A29E51B26FD1C001A525C /* Release */,
+ A8E5415B1F9FBDAC00A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -793,6 +834,7 @@
buildConfigurations = (
675345C41A4054AD00A0A8C3 /* Debug */,
675345C51A4054AD00A0A8C3 /* Release */,
+ A8E541591F9FBDAC00A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -802,6 +844,7 @@
buildConfigurations = (
675345C71A4054AD00A0A8C3 /* Debug */,
675345C81A4054AD00A0A8C3 /* Release */,
+ A8E5415A1F9FBDAC00A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
diff --git a/xcode/mapshot/mapshot.xcodeproj/project.pbxproj b/xcode/mapshot/mapshot.xcodeproj/project.pbxproj
index c91aca539b..fc7ea80d7b 100644
--- a/xcode/mapshot/mapshot.xcodeproj/project.pbxproj
+++ b/xcode/mapshot/mapshot.xcodeproj/project.pbxproj
@@ -332,6 +332,25 @@
};
name = Release;
};
+ A8E5415C1F9FBDB300A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 3475E0E01DBF57AC004C7E69 /* common-release.xcconfig */;
+ buildSettings = {
+ HEADER_SEARCH_PATHS = (
+ "$(inherited)",
+ "$(OMIM_ROOT)/3party/glm",
+ "$(OMIM_ROOT)/3party/gflags/src/",
+ );
+ };
+ name = "Production Full";
+ };
+ A8E5415D1F9FBDB300A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
@@ -340,6 +359,7 @@
buildConfigurations = (
675D21361BFB6F3D00717E4F /* Debug */,
675D21371BFB6F3D00717E4F /* Release */,
+ A8E5415C1F9FBDB300A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -349,6 +369,7 @@
buildConfigurations = (
675D21391BFB6F3D00717E4F /* Debug */,
675D213A1BFB6F3D00717E4F /* Release */,
+ A8E5415D1F9FBDB300A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
diff --git a/xcode/minizip/minizip.xcodeproj/project.pbxproj b/xcode/minizip/minizip.xcodeproj/project.pbxproj
index f0dd7ebef3..0f03e3b1af 100644
--- a/xcode/minizip/minizip.xcodeproj/project.pbxproj
+++ b/xcode/minizip/minizip.xcodeproj/project.pbxproj
@@ -204,6 +204,26 @@
};
name = Release;
};
+ A8E541211F9FBCFE00A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 34EBB47D1DBF525A005BE9B8 /* common-release.xcconfig */;
+ buildSettings = {
+ GCC_PREPROCESSOR_DEFINITIONS = (
+ "$(inherited)",
+ "NOCRYPT=1",
+ );
+ GCC_WARN_INHIBIT_ALL_WARNINGS = YES;
+ };
+ name = "Production Full";
+ };
+ A8E541221F9FBCFE00A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ EXECUTABLE_PREFIX = lib;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
@@ -212,6 +232,7 @@
buildConfigurations = (
671F590E1B87568D0032311E /* Debug */,
671F590F1B87568D0032311E /* Release */,
+ A8E541211F9FBCFE00A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -221,6 +242,7 @@
buildConfigurations = (
671F59111B87568D0032311E /* Debug */,
671F59121B87568D0032311E /* Release */,
+ A8E541221F9FBCFE00A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
diff --git a/xcode/mwm_diff/mwm_diff.xcodeproj/project.pbxproj b/xcode/mwm_diff/mwm_diff.xcodeproj/project.pbxproj
index e269f61889..47c1000314 100644
--- a/xcode/mwm_diff/mwm_diff.xcodeproj/project.pbxproj
+++ b/xcode/mwm_diff/mwm_diff.xcodeproj/project.pbxproj
@@ -163,6 +163,21 @@
};
name = Release;
};
+ A8E540FA1F9FBB3400A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 4586D0E11F48132A00DF9CE5 /* common-release.xcconfig */;
+ buildSettings = {
+ };
+ name = "Production Full";
+ };
+ A8E540FB1F9FBB3400A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ EXECUTABLE_PREFIX = lib;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
@@ -171,6 +186,7 @@
buildConfigurations = (
4586D0DB1F48130600DF9CE5 /* Debug */,
4586D0DC1F48130600DF9CE5 /* Release */,
+ A8E540FA1F9FBB3400A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -180,6 +196,7 @@
buildConfigurations = (
4586D0DE1F48130600DF9CE5 /* Debug */,
4586D0DF1F48130600DF9CE5 /* Release */,
+ A8E540FB1F9FBB3400A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
diff --git a/xcode/oauthcpp/oauthcpp.xcodeproj/project.pbxproj b/xcode/oauthcpp/oauthcpp.xcodeproj/project.pbxproj
index 93e7ee3fce..aaf3f93e7f 100644
--- a/xcode/oauthcpp/oauthcpp.xcodeproj/project.pbxproj
+++ b/xcode/oauthcpp/oauthcpp.xcodeproj/project.pbxproj
@@ -204,6 +204,26 @@
};
name = Release;
};
+ A8E541231F9FBD0600A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 34F558711DBF4AB300A4FC11 /* common-release.xcconfig */;
+ buildSettings = {
+ GCC_WARN_INHIBIT_ALL_WARNINGS = YES;
+ HEADER_SEARCH_PATHS = (
+ "$(inherited)",
+ "$(OMIM_ROOT)/3party/liboauthcpp/include",
+ );
+ };
+ name = "Production Full";
+ };
+ A8E541241F9FBD0600A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ EXECUTABLE_PREFIX = lib;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
@@ -212,6 +232,7 @@
buildConfigurations = (
340C20F11C3E5E5000111D22 /* Debug */,
340C20F21C3E5E5000111D22 /* Release */,
+ A8E541231F9FBD0600A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -221,6 +242,7 @@
buildConfigurations = (
340C20F41C3E5E5000111D22 /* Debug */,
340C20F51C3E5E5000111D22 /* Release */,
+ A8E541241F9FBD0600A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
diff --git a/xcode/opening_hours/opening_hours.xcodeproj/project.pbxproj b/xcode/opening_hours/opening_hours.xcodeproj/project.pbxproj
index cab74ef760..794f36e589 100644
--- a/xcode/opening_hours/opening_hours.xcodeproj/project.pbxproj
+++ b/xcode/opening_hours/opening_hours.xcodeproj/project.pbxproj
@@ -530,6 +530,64 @@
};
name = Release;
};
+ A8E541251F9FBD0F00A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 34F558651DBF460300A4FC11 /* common-release.xcconfig */;
+ buildSettings = {
+ GCC_WARN_INHIBIT_ALL_WARNINGS = YES;
+ };
+ name = "Production Full";
+ };
+ A8E541261F9FBD0F00A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ COMBINE_HIDPI_IMAGES = YES;
+ EXECUTABLE_PREFIX = lib;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
+ A8E541271F9FBD0F00A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
+ A8E541281F9FBD0F00A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
+ A8E541291F9FBD0F00A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
+ A8E5412A1F9FBD0F00A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+ INFOPLIST_FILE = opening_hours_tests_ios/Info.plist;
+ PRODUCT_BUNDLE_IDENTIFIER = opening_hours_tests_ios;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
+ A8E5412B1F9FBD0F00A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+ INFOPLIST_FILE = opening_hours_integration_tests_ios/Info.plist;
+ PRODUCT_BUNDLE_IDENTIFIER = opening_hours_integration_tests_ios;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
E91738B81BECD02B00717F6E /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
@@ -606,6 +664,7 @@
buildConfigurations = (
670C61F01AC3511700C38A8C /* Debug */,
670C61F11AC3511700C38A8C /* Release */,
+ A8E541251F9FBD0F00A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -615,6 +674,7 @@
buildConfigurations = (
670C61F31AC3511700C38A8C /* Debug */,
670C61F41AC3511700C38A8C /* Release */,
+ A8E541261F9FBD0F00A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -624,6 +684,7 @@
buildConfigurations = (
670C62041AC351AC00C38A8C /* Debug */,
670C62051AC351AC00C38A8C /* Release */,
+ A8E541271F9FBD0F00A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -633,6 +694,7 @@
buildConfigurations = (
E91738B81BECD02B00717F6E /* Debug */,
E91738B91BECD02B00717F6E /* Release */,
+ A8E541281F9FBD0F00A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -642,6 +704,7 @@
buildConfigurations = (
E91738C51BECD08500717F6E /* Debug */,
E91738C61BECD08500717F6E /* Release */,
+ A8E541291F9FBD0F00A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -651,6 +714,7 @@
buildConfigurations = (
E91738FA1BECD36F00717F6E /* Debug */,
E91738FB1BECD36F00717F6E /* Release */,
+ A8E5412A1F9FBD0F00A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -660,6 +724,7 @@
buildConfigurations = (
E917391D1BECD60000717F6E /* Debug */,
E917391E1BECD60000717F6E /* Release */,
+ A8E5412B1F9FBD0F00A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
diff --git a/xcode/opening_hours/opening_hours_tests_ios/Info.plist b/xcode/opening_hours/opening_hours_tests_ios/Info.plist
index 327af7f540..40c6215d90 100644
--- a/xcode/opening_hours/opening_hours_tests_ios/Info.plist
+++ b/xcode/opening_hours/opening_hours_tests_ios/Info.plist
@@ -28,7 +28,7 @@
<string>Main</string>
<key>UIRequiredDeviceCapabilities</key>
<array>
- <string>arm64</string>
+ <string>armv7</string>
</array>
<key>UISupportedInterfaceOrientations</key>
<array>
diff --git a/xcode/openlr/openlr.xcodeproj/project.pbxproj b/xcode/openlr/openlr.xcodeproj/project.pbxproj
index 11a74c6a9a..c96bccd1b5 100644
--- a/xcode/openlr/openlr.xcodeproj/project.pbxproj
+++ b/xcode/openlr/openlr.xcodeproj/project.pbxproj
@@ -199,6 +199,21 @@
};
name = Release;
};
+ A8E5415E1F9FBDBA00A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 671E79201E6A503F00B2859B /* common-release.xcconfig */;
+ buildSettings = {
+ };
+ name = "Production Full";
+ };
+ A8E5415F1F9FBDBA00A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ EXECUTABLE_PREFIX = lib;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
@@ -207,6 +222,7 @@
buildConfigurations = (
671E78FC1E6A4FE400B2859B /* Debug */,
671E78FD1E6A4FE400B2859B /* Release */,
+ A8E5415E1F9FBDBA00A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -216,6 +232,7 @@
buildConfigurations = (
671E78FF1E6A4FE400B2859B /* Debug */,
671E79001E6A4FE400B2859B /* Release */,
+ A8E5415F1F9FBDBA00A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
diff --git a/xcode/osrm/osrm.xcodeproj/project.pbxproj b/xcode/osrm/osrm.xcodeproj/project.pbxproj
index e5600406df..6c9fbb3329 100644
--- a/xcode/osrm/osrm.xcodeproj/project.pbxproj
+++ b/xcode/osrm/osrm.xcodeproj/project.pbxproj
@@ -488,6 +488,27 @@
};
name = Release;
};
+ A8E5412C1F9FBD1900A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 34F558731DBF4B3400A4FC11 /* common-release.xcconfig */;
+ buildSettings = {
+ GCC_WARN_INHIBIT_ALL_WARNINGS = YES;
+ HEADER_SEARCH_PATHS = (
+ "$(inherited)",
+ "$(OMIM_ROOT)/3party/osrm/osrm-backend/third_party",
+ "$(OMIM_ROOT)/3party/osrm/osrm-backend/include",
+ );
+ };
+ name = "Production Full";
+ };
+ A8E5412D1F9FBD1900A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ EXECUTABLE_PREFIX = lib;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
@@ -496,6 +517,7 @@
buildConfigurations = (
67534D4A1A40B7ED00A0A8C3 /* Debug */,
67534D4B1A40B7ED00A0A8C3 /* Release */,
+ A8E5412C1F9FBD1900A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -505,6 +527,7 @@
buildConfigurations = (
67534D4D1A40B7ED00A0A8C3 /* Debug */,
67534D4E1A40B7ED00A0A8C3 /* Release */,
+ A8E5412D1F9FBD1900A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
diff --git a/xcode/partners_api/partners_api.xcodeproj/project.pbxproj b/xcode/partners_api/partners_api.xcodeproj/project.pbxproj
index 561ceb175c..c8f88800dd 100644
--- a/xcode/partners_api/partners_api.xcodeproj/project.pbxproj
+++ b/xcode/partners_api/partners_api.xcodeproj/project.pbxproj
@@ -436,6 +436,39 @@
/* End PBXSourcesBuildPhase section */
/* Begin XCBuildConfiguration section */
+ A8E541121F9FBC5600A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 3475E0E21DBF581B004C7E69 /* common-release.xcconfig */;
+ buildSettings = {
+ HEADER_SEARCH_PATHS = (
+ "$(inherited)",
+ "$(OMIM_ROOT)/3party/jansson/src",
+ );
+ };
+ name = "Production Full";
+ };
+ A8E541131F9FBC5600A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ EXECUTABLE_PREFIX = lib;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
+ A8E541141F9FBC5600A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+ GCC_PREPROCESSOR_DEFINITIONS = (
+ "$(inherited)",
+ "OMIM_UNIT_TEST_WITH_QT_EVENT_LOOP=1",
+ );
+ INFOPLIST_FILE = "$(SRCROOT)/../../iphone/Maps/MAPSME.plist";
+ PRODUCT_BUNDLE_IDENTIFIER = partners_api_test;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
F6B536361DA5209F0067EEA5 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 3475E0E11DBF581B004C7E69 /* common-debug.xcconfig */;
@@ -510,6 +543,7 @@
buildConfigurations = (
F6B536361DA5209F0067EEA5 /* Debug */,
F6B536371DA5209F0067EEA5 /* Release */,
+ A8E541121F9FBC5600A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -519,6 +553,7 @@
buildConfigurations = (
F6B536391DA5209F0067EEA5 /* Debug */,
F6B5363A1DA5209F0067EEA5 /* Release */,
+ A8E541131F9FBC5600A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -528,6 +563,7 @@
buildConfigurations = (
F6B536651DA522BB0067EEA5 /* Debug */,
F6B536661DA522BB0067EEA5 /* Release */,
+ A8E541141F9FBC5600A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
diff --git a/xcode/platform/platform.xcodeproj/project.pbxproj b/xcode/platform/platform.xcodeproj/project.pbxproj
index 5498dd2743..42021237e8 100644
--- a/xcode/platform/platform.xcodeproj/project.pbxproj
+++ b/xcode/platform/platform.xcodeproj/project.pbxproj
@@ -319,6 +319,7 @@
678338A91C6DF4BD00FD6263 /* Resources */,
675343791A3F5CF500A0A8C3 /* Products */,
3496AB6F1DC1F5AB00C5DDBA /* Frameworks */,
+ A8E540F51F9F97CD00A1B8FA /* Recovered References */,
);
sourceTree = "<group>";
};
@@ -418,6 +419,14 @@
path = ../../data;
sourceTree = "<group>";
};
+ A8E540F51F9F97CD00A1B8FA /* Recovered References */ = {
+ isa = PBXGroup;
+ children = (
+ 676C841F1C64CD3300DC9603 /* mwm_traits.hpp */,
+ );
+ name = "Recovered References";
+ sourceTree = "<group>";
+ };
/* End PBXGroup section */
/* Begin PBXHeadersBuildPhase section */
@@ -760,6 +769,58 @@
};
name = Release;
};
+ A8E5410E1F9FBC4C00A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 34F558341DBF273C00A4FC11 /* common-release.xcconfig */;
+ buildSettings = {
+ EXCLUDED_SOURCE_FILE_NAMES = "";
+ "EXCLUDED_SOURCE_FILE_NAMES[sdk=iphoneos*]" = (
+ platform_mac.mm,
+ secure_storage_qt.cpp,
+ );
+ "EXCLUDED_SOURCE_FILE_NAMES[sdk=iphonesimulator*]" = (
+ platform_mac.mm,
+ secure_storage_qt.cpp,
+ );
+ "EXCLUDED_SOURCE_FILE_NAMES[sdk=macosx*]" = (
+ "ios_*",
+ platform_ios.mm,
+ secure_storage_ios.mm,
+ );
+ HEADER_SEARCH_PATHS = (
+ "$(inherited)",
+ "$(OMIM_ROOT)/3party/jansson/src",
+ "$(QT_PATH)/include",
+ );
+ };
+ name = "Production Full";
+ };
+ A8E5410F1F9FBC4C00A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ EXECUTABLE_PREFIX = lib;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
+ A8E541101F9FBC4C00A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ EXECUTABLE_PREFIX = lib;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
+ A8E541111F9FBC4C00A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+ INFOPLIST_FILE = "$(OMIM_ROOT)/iphone/Maps/MAPSME.plist";
+ PRODUCT_BUNDLE_IDENTIFIER = "mail.ru.platform-tests";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
@@ -768,6 +829,7 @@
buildConfigurations = (
675340F21C58C496002CF0D9 /* Debug */,
675340F31C58C496002CF0D9 /* Release */,
+ A8E541101F9FBC4C00A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -777,6 +839,7 @@
buildConfigurations = (
675343811A3F5CF500A0A8C3 /* Debug */,
675343821A3F5CF500A0A8C3 /* Release */,
+ A8E5410E1F9FBC4C00A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -786,6 +849,7 @@
buildConfigurations = (
675343841A3F5CF500A0A8C3 /* Debug */,
675343851A3F5CF500A0A8C3 /* Release */,
+ A8E5410F1F9FBC4C00A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -795,6 +859,7 @@
buildConfigurations = (
678338931C6DE54700FD6263 /* Debug */,
678338941C6DE54700FD6263 /* Release */,
+ A8E541111F9FBC4C00A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
diff --git a/xcode/protobuf/protobuf.xcodeproj/project.pbxproj b/xcode/protobuf/protobuf.xcodeproj/project.pbxproj
index 31aa03d651..8a2eeb5500 100644
--- a/xcode/protobuf/protobuf.xcodeproj/project.pbxproj
+++ b/xcode/protobuf/protobuf.xcodeproj/project.pbxproj
@@ -270,6 +270,27 @@
};
name = Release;
};
+ A8E5412E1F9FBD2700A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 34F558591DBF3D2E00A4FC11 /* common-release.xcconfig */;
+ buildSettings = {
+ GCC_WARN_INHIBIT_ALL_WARNINGS = YES;
+ HEADER_SEARCH_PATHS = (
+ "$(inherited)",
+ "$(OMIM_ROOT)/3party/protobuf/protobuf/src",
+ "$(OMIM_ROOT)/3party/protobuf/",
+ );
+ };
+ name = "Production Full";
+ };
+ A8E5412F1F9FBD2700A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ EXECUTABLE_PREFIX = lib;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
@@ -278,6 +299,7 @@
buildConfigurations = (
670D04D61B0BAC210013A7AC /* Debug */,
670D04D71B0BAC210013A7AC /* Release */,
+ A8E5412E1F9FBD2700A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -287,6 +309,7 @@
buildConfigurations = (
670D04D91B0BAC210013A7AC /* Debug */,
670D04DA1B0BAC210013A7AC /* Release */,
+ A8E5412F1F9FBD2700A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
diff --git a/xcode/pugixml/pugixml.xcodeproj/project.pbxproj b/xcode/pugixml/pugixml.xcodeproj/project.pbxproj
index 1511e08333..0e242abace 100644
--- a/xcode/pugixml/pugixml.xcodeproj/project.pbxproj
+++ b/xcode/pugixml/pugixml.xcodeproj/project.pbxproj
@@ -168,6 +168,22 @@
};
name = Release;
};
+ A8E541301F9FBD3200A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 34EBB4811DBF533D005BE9B8 /* common-release.xcconfig */;
+ buildSettings = {
+ GCC_WARN_INHIBIT_ALL_WARNINGS = YES;
+ };
+ name = "Production Full";
+ };
+ A8E541311F9FBD3200A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ EXECUTABLE_PREFIX = lib;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
@@ -176,6 +192,7 @@
buildConfigurations = (
340DF9DE1C1FF16000B5C7EC /* Debug */,
340DF9DF1C1FF16000B5C7EC /* Release */,
+ A8E541301F9FBD3200A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -185,6 +202,7 @@
buildConfigurations = (
340DF9E11C1FF16000B5C7EC /* Debug */,
340DF9E21C1FF16000B5C7EC /* Release */,
+ A8E541311F9FBD3200A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
diff --git a/xcode/routing/routing.xcodeproj/project.pbxproj b/xcode/routing/routing.xcodeproj/project.pbxproj
index ef29969f88..be2aa3f0b5 100644
--- a/xcode/routing/routing.xcodeproj/project.pbxproj
+++ b/xcode/routing/routing.xcodeproj/project.pbxproj
@@ -1494,6 +1494,65 @@
};
name = Release;
};
+ A8E541091F9FBC3E00A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 34F558361DBF2A2600A4FC11 /* common-release.xcconfig */;
+ buildSettings = {
+ HEADER_SEARCH_PATHS = (
+ "$(inherited)",
+ "$(OMIM_ROOT)/3party/jansson/src",
+ "$(OMIM_ROOT)/3party/osrm/osrm-backend/include",
+ "$(OMIM_ROOT)/3party/osrm/osrm-backend/third_party",
+ );
+ };
+ name = "Production Full";
+ };
+ A8E5410A1F9FBC3E00A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ EXECUTABLE_PREFIX = lib;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
+ A8E5410B1F9FBC3E00A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+ INFOPLIST_FILE = "$(OMIM_ROOT)/iphone/Maps/MAPSME.plist";
+ LIBRARY_SEARCH_PATHS = (
+ "$(inherited)",
+ "$(PROJECT_DIR)_common/build/Debug",
+ );
+ PRODUCT_BUNDLE_IDENTIFIER = mail.ru.routing_tests;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
+ A8E5410C1F9FBC3E00A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+ INFOPLIST_FILE = "$(OMIM_ROOT)/iphone/Maps/MAPSME.plist";
+ LIBRARY_SEARCH_PATHS = (
+ "$(inherited)",
+ "$(PROJECT_DIR)_common/build/Debug",
+ );
+ PRODUCT_BUNDLE_IDENTIFIER = mail.ru.routing_integration_tests;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
+ A8E5410D1F9FBC3E00A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+ INFOPLIST_FILE = "$(OMIM_ROOT)/iphone/Maps/MAPSME.plist";
+ PRODUCT_BUNDLE_IDENTIFIER = mail.ru.routing_benchmarks;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
@@ -1502,6 +1561,7 @@
buildConfigurations = (
56F0D75D1D896A5300045886 /* Debug */,
56F0D75E1D896A5300045886 /* Release */,
+ A8E5410D1F9FBC3E00A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -1511,6 +1571,7 @@
buildConfigurations = (
6742AD231C68A91B009CB89E /* Debug */,
6742AD241C68A91B009CB89E /* Release */,
+ A8E5410B1F9FBC3E00A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -1520,6 +1581,7 @@
buildConfigurations = (
675344011A3F640D00A0A8C3 /* Debug */,
675344021A3F640D00A0A8C3 /* Release */,
+ A8E541091F9FBC3E00A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -1529,6 +1591,7 @@
buildConfigurations = (
675344041A3F640D00A0A8C3 /* Debug */,
675344051A3F640D00A0A8C3 /* Release */,
+ A8E5410A1F9FBC3E00A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -1538,6 +1601,7 @@
buildConfigurations = (
67BD35AA1C69F03E003AA26F /* Debug */,
67BD35AB1C69F03E003AA26F /* Release */,
+ A8E5410C1F9FBC3E00A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
diff --git a/xcode/routing_common/routing_common.xcodeproj/project.pbxproj b/xcode/routing_common/routing_common.xcodeproj/project.pbxproj
index d8c955c34d..65238fa3d5 100644
--- a/xcode/routing_common/routing_common.xcodeproj/project.pbxproj
+++ b/xcode/routing_common/routing_common.xcodeproj/project.pbxproj
@@ -369,6 +369,30 @@
};
name = Release;
};
+ A8E541061F9FBC3500A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 671E78911E6A3C9C00B2859B /* common-release.xcconfig */;
+ buildSettings = {
+ };
+ name = "Production Full";
+ };
+ A8E541071F9FBC3500A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ EXECUTABLE_PREFIX = lib;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
+ A8E541081F9FBC3500A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ INFOPLIST_FILE = "$(OMIM_ROOT)/iphone/Maps/MAPSME.plist";
+ PRODUCT_BUNDLE_IDENTIFIER = "mail.ru.routing-common-tests";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
@@ -377,6 +401,7 @@
buildConfigurations = (
671E787B1E6A3BE200B2859B /* Debug */,
671E787C1E6A3BE200B2859B /* Release */,
+ A8E541061F9FBC3500A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -386,6 +411,7 @@
buildConfigurations = (
671E787E1E6A3BE200B2859B /* Debug */,
671E787F1E6A3BE200B2859B /* Release */,
+ A8E541071F9FBC3500A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -395,6 +421,7 @@
buildConfigurations = (
671E78AB1E6A3DA800B2859B /* Debug */,
671E78AC1E6A3DA800B2859B /* Release */,
+ A8E541081F9FBC3500A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
diff --git a/xcode/sdf_image/sdf_image.xcodeproj/project.pbxproj b/xcode/sdf_image/sdf_image.xcodeproj/project.pbxproj
index 48046a5bd9..7a5f386e73 100644
--- a/xcode/sdf_image/sdf_image.xcodeproj/project.pbxproj
+++ b/xcode/sdf_image/sdf_image.xcodeproj/project.pbxproj
@@ -164,6 +164,22 @@
};
name = Release;
};
+ A8E541321F9FBD3900A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 34F5586B1DBF48E500A4FC11 /* common-release.xcconfig */;
+ buildSettings = {
+ GCC_WARN_INHIBIT_ALL_WARNINGS = YES;
+ };
+ name = "Production Full";
+ };
+ A8E541331F9FBD3900A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ EXECUTABLE_PREFIX = lib;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
@@ -172,6 +188,7 @@
buildConfigurations = (
675D21A61BFB8D3F00717E4F /* Debug */,
675D21A71BFB8D3F00717E4F /* Release */,
+ A8E541321F9FBD3900A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -181,6 +198,7 @@
buildConfigurations = (
675D21A91BFB8D3F00717E4F /* Debug */,
675D21AA1BFB8D3F00717E4F /* Release */,
+ A8E541331F9FBD3900A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
diff --git a/xcode/search/search.xcodeproj/project.pbxproj b/xcode/search/search.xcodeproj/project.pbxproj
index 41895a510d..03f3a5b054 100644
--- a/xcode/search/search.xcodeproj/project.pbxproj
+++ b/xcode/search/search.xcodeproj/project.pbxproj
@@ -1013,6 +1013,38 @@
};
name = Release;
};
+ A8E541601F9FBDC400A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 34F558381DBF2C8B00A4FC11 /* common-release.xcconfig */;
+ buildSettings = {
+ };
+ name = "Production Full";
+ };
+ A8E541611F9FBDC400A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ EXECUTABLE_PREFIX = lib;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
+ A8E541621F9FBDC400A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ INFOPLIST_FILE = "$(OMIM_ROOT)/iphone/Maps/MAPSME.plist";
+ PRODUCT_BUNDLE_IDENTIFIER = maps.me.search_tests;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
+ A8E541631F9FBDC400A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ EXECUTABLE_PREFIX = lib;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
@@ -1021,6 +1053,7 @@
buildConfigurations = (
671C62111AE9225100076BD0 /* Debug */,
671C62121AE9225100076BD0 /* Release */,
+ A8E541621F9FBDC400A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -1030,6 +1063,7 @@
buildConfigurations = (
675346B91A4055CF00A0A8C3 /* Debug */,
675346BA1A4055CF00A0A8C3 /* Release */,
+ A8E541601F9FBDC400A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -1039,6 +1073,7 @@
buildConfigurations = (
675346BC1A4055CF00A0A8C3 /* Debug */,
675346BD1A4055CF00A0A8C3 /* Release */,
+ A8E541611F9FBDC400A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -1048,6 +1083,7 @@
buildConfigurations = (
6796248B1D10133300AE4E3C /* Debug */,
6796248C1D10133300AE4E3C /* Release */,
+ A8E541631F9FBDC400A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
diff --git a/xcode/stb_image/stb_image.xcodeproj/project.pbxproj b/xcode/stb_image/stb_image.xcodeproj/project.pbxproj
index f0bd37ff2b..cc36e31bfe 100644
--- a/xcode/stb_image/stb_image.xcodeproj/project.pbxproj
+++ b/xcode/stb_image/stb_image.xcodeproj/project.pbxproj
@@ -168,6 +168,22 @@
};
name = Release;
};
+ A8E541341F9FBD4000A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 34EBB47F1DBF52D3005BE9B8 /* common-release.xcconfig */;
+ buildSettings = {
+ GCC_WARN_INHIBIT_ALL_WARNINGS = YES;
+ };
+ name = "Production Full";
+ };
+ A8E541351F9FBD4000A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ EXECUTABLE_PREFIX = lib;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
@@ -176,6 +192,7 @@
buildConfigurations = (
675D21BC1BFB8DBA00717E4F /* Debug */,
675D21BD1BFB8DBA00717E4F /* Release */,
+ A8E541341F9FBD4000A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -185,6 +202,7 @@
buildConfigurations = (
675D21BF1BFB8DBA00717E4F /* Debug */,
675D21C01BFB8DBA00717E4F /* Release */,
+ A8E541351F9FBD4000A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
diff --git a/xcode/storage/storage.xcodeproj/project.pbxproj b/xcode/storage/storage.xcodeproj/project.pbxproj
index e8306459c5..1564e8ed0f 100644
--- a/xcode/storage/storage.xcodeproj/project.pbxproj
+++ b/xcode/storage/storage.xcodeproj/project.pbxproj
@@ -935,6 +935,54 @@
};
name = Release;
};
+ A8E541641F9FBDCA00A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 34F5584B1DBF2FC000A4FC11 /* common-release.xcconfig */;
+ buildSettings = {
+ HEADER_SEARCH_PATHS = (
+ "$(inherited)",
+ "$(OMIM_ROOT)/3party/jansson/src",
+ "$(OMIM_ROOT)/3party/glm/",
+ );
+ };
+ name = "Production Full";
+ };
+ A8E541651F9FBDCA00A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ EXECUTABLE_PREFIX = lib;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
+ A8E541661F9FBDCA00A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
+ GCC_PREPROCESSOR_DEFINITIONS = (
+ "$(inherited)",
+ "OMIM_UNIT_TEST_WITH_QT_EVENT_LOOP=1",
+ );
+ INFOPLIST_FILE = "$(OMIM_ROOT)/iphone/Maps/MAPSME.plist";
+ PRODUCT_BUNDLE_IDENTIFIER = "storage-tests";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
+ A8E541671F9FBDCA00A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
+ GCC_PREPROCESSOR_DEFINITIONS = (
+ "$(inherited)",
+ "OMIM_UNIT_TEST_WITH_QT_EVENT_LOOP=1",
+ );
+ INFOPLIST_FILE = "$(OMIM_ROOT)/iphone/Maps/MAPSME.plist";
+ PRODUCT_BUNDLE_IDENTIFIER = storage_integration_tests;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
@@ -943,6 +991,7 @@
buildConfigurations = (
675342E91A3F59EF00A0A8C3 /* Debug */,
675342EA1A3F59EF00A0A8C3 /* Release */,
+ A8E541641F9FBDCA00A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -952,6 +1001,7 @@
buildConfigurations = (
675342EC1A3F59EF00A0A8C3 /* Debug */,
675342ED1A3F59EF00A0A8C3 /* Release */,
+ A8E541651F9FBDCA00A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -961,6 +1011,7 @@
buildConfigurations = (
67F90B6D1C6A275B00CD458E /* Debug */,
67F90B6E1C6A275B00CD458E /* Release */,
+ A8E541661F9FBDCA00A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -970,6 +1021,7 @@
buildConfigurations = (
67F90BCB1C6A29F700CD458E /* Debug */,
67F90BCC1C6A29F700CD458E /* Release */,
+ A8E541671F9FBDCA00A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
diff --git a/xcode/succinct/succinct.xcodeproj/project.pbxproj b/xcode/succinct/succinct.xcodeproj/project.pbxproj
index 342619a226..9e4501ea05 100644
--- a/xcode/succinct/succinct.xcodeproj/project.pbxproj
+++ b/xcode/succinct/succinct.xcodeproj/project.pbxproj
@@ -252,6 +252,22 @@
};
name = Release;
};
+ A8E541361F9FBD4900A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 34F5585F1DBF42B200A4FC11 /* common-release.xcconfig */;
+ buildSettings = {
+ GCC_WARN_INHIBIT_ALL_WARNINGS = YES;
+ };
+ name = "Production Full";
+ };
+ A8E541371F9FBD4900A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ EXECUTABLE_PREFIX = lib;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
@@ -260,6 +276,7 @@
buildConfigurations = (
67B52B741AD3CA7F00664C17 /* Debug */,
67B52B751AD3CA7F00664C17 /* Release */,
+ A8E541361F9FBD4900A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -269,6 +286,7 @@
buildConfigurations = (
67B52B771AD3CA7F00664C17 /* Debug */,
67B52B781AD3CA7F00664C17 /* Release */,
+ A8E541371F9FBD4900A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
diff --git a/xcode/tess2/tess2.xcodeproj/project.pbxproj b/xcode/tess2/tess2.xcodeproj/project.pbxproj
index 891abff185..cbc88b17d2 100644
--- a/xcode/tess2/tess2.xcodeproj/project.pbxproj
+++ b/xcode/tess2/tess2.xcodeproj/project.pbxproj
@@ -224,6 +224,28 @@
};
name = Release;
};
+ A8E541381F9FBD5100A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 34F5585B1DBF3DC500A4FC11 /* common-release.xcconfig */;
+ buildSettings = {
+ GCC_WARN_INHIBIT_ALL_WARNINGS = YES;
+ HEADER_SEARCH_PATHS = (
+ "$(inherited)",
+ "$(OMIM_ROOT)",
+ "$(BOOST_ROOT)",
+ "$(OMIM_ROOT)/3party/libtess2/Include",
+ );
+ };
+ name = "Production Full";
+ };
+ A8E541391F9FBD5100A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ EXECUTABLE_PREFIX = lib;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
@@ -232,6 +254,7 @@
buildConfigurations = (
6719DD3A1B95A8E70018166F /* Debug */,
6719DD3B1B95A8E70018166F /* Release */,
+ A8E541381F9FBD5100A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -241,6 +264,7 @@
buildConfigurations = (
6719DD3D1B95A8E70018166F /* Debug */,
6719DD3E1B95A8E70018166F /* Release */,
+ A8E541391F9FBD5100A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
diff --git a/xcode/tracking/tracking.xcodeproj/project.pbxproj b/xcode/tracking/tracking.xcodeproj/project.pbxproj
index c7f1702539..0b66813cf8 100644
--- a/xcode/tracking/tracking.xcodeproj/project.pbxproj
+++ b/xcode/tracking/tracking.xcodeproj/project.pbxproj
@@ -314,6 +314,31 @@
};
name = Release;
};
+ A8E5416B1F9FBDDA00A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 34F558521DBF38A000A4FC11 /* common-release.xcconfig */;
+ buildSettings = {
+ };
+ name = "Production Full";
+ };
+ A8E5416C1F9FBDDA00A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ EXECUTABLE_PREFIX = lib;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
+ A8E5416D1F9FBDDA00A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+ INFOPLIST_FILE = "$(SRCROOT)/../../iphone/Maps/MAPSME.plist";
+ PRODUCT_BUNDLE_IDENTIFIER = "tracking-tests";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
@@ -322,6 +347,7 @@
buildConfigurations = (
675E88591DB7AC0300F8EBDA /* Debug */,
675E885A1DB7AC0300F8EBDA /* Release */,
+ A8E5416B1F9FBDDA00A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -331,6 +357,7 @@
buildConfigurations = (
675E885C1DB7AC0300F8EBDA /* Debug */,
675E885D1DB7AC0300F8EBDA /* Release */,
+ A8E5416C1F9FBDDA00A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -340,6 +367,7 @@
buildConfigurations = (
675E88811DB7ACD900F8EBDA /* Debug */,
675E88821DB7ACD900F8EBDA /* Release */,
+ A8E5416D1F9FBDDA00A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
diff --git a/xcode/traffic/traffic.xcodeproj/project.pbxproj b/xcode/traffic/traffic.xcodeproj/project.pbxproj
index 88b14cb0bb..84c287e49d 100644
--- a/xcode/traffic/traffic.xcodeproj/project.pbxproj
+++ b/xcode/traffic/traffic.xcodeproj/project.pbxproj
@@ -340,6 +340,30 @@
};
name = Release;
};
+ A8E541681F9FBDD200A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 67BECB591DDA440100FC4E99 /* common-release.xcconfig */;
+ buildSettings = {
+ };
+ name = "Production Full";
+ };
+ A8E541691F9FBDD200A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ EXECUTABLE_PREFIX = lib;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
+ A8E5416A1F9FBDD200A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ INFOPLIST_FILE = "$(OMIM_ROOT)/iphone/Maps/MAPSME.plist";
+ PRODUCT_BUNDLE_IDENTIFIER = "mail.ru.traffic-tests";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
@@ -348,6 +372,7 @@
buildConfigurations = (
67BECB531DDA43B000FC4E99 /* Debug */,
67BECB541DDA43B000FC4E99 /* Release */,
+ A8E541681F9FBDD200A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -357,6 +382,7 @@
buildConfigurations = (
67BECB561DDA43B000FC4E99 /* Debug */,
67BECB571DDA43B000FC4E99 /* Release */,
+ A8E541691F9FBDD200A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -366,6 +392,7 @@
buildConfigurations = (
67BECB7C1DDA466800FC4E99 /* Debug */,
67BECB7D1DDA466800FC4E99 /* Release */,
+ A8E5416A1F9FBDD200A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
diff --git a/xcode/ugc/ugc.xcodeproj/project.pbxproj b/xcode/ugc/ugc.xcodeproj/project.pbxproj
index 263b954aee..cca26d9a33 100644
--- a/xcode/ugc/ugc.xcodeproj/project.pbxproj
+++ b/xcode/ugc/ugc.xcodeproj/project.pbxproj
@@ -295,6 +295,35 @@
};
name = Release;
};
+ A8E540FE1F9FBBB600A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = F6F8E3B91EF83DF200F2DE8F /* common-release.xcconfig */;
+ buildSettings = {
+ HEADER_SEARCH_PATHS = (
+ "$(inherited)",
+ "$(OMIM_ROOT)",
+ "$(BOOST_ROOT)",
+ "$(OMIM_ROOT)/3party/jansson/src",
+ );
+ };
+ name = "Production Full";
+ };
+ A8E540FF1F9FBBB600A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
+ A8E541001F9FBBB600A1B8FA /* Production Full */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ INFOPLIST_FILE = "$(OMIM_ROOT)/iphone/Maps/MAPSME.plist";
+ PRODUCT_BUNDLE_IDENTIFIER = "mail.ru.ugc-tests";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = "Production Full";
+ };
F6F8E3AB1EF83D7600F2DE8F /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = F6F8E3B81EF83DF200F2DE8F /* common-debug.xcconfig */;
@@ -343,6 +372,7 @@
buildConfigurations = (
670E7B901EF97C1000A8E9ED /* Debug */,
670E7B911EF97C1000A8E9ED /* Release */,
+ A8E541001F9FBBB600A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -352,6 +382,7 @@
buildConfigurations = (
F6F8E3AB1EF83D7600F2DE8F /* Debug */,
F6F8E3AC1EF83D7600F2DE8F /* Release */,
+ A8E540FE1F9FBBB600A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -361,6 +392,7 @@
buildConfigurations = (
F6F8E3AE1EF83D7600F2DE8F /* Debug */,
F6F8E3AF1EF83D7600F2DE8F /* Release */,
+ A8E540FF1F9FBBB600A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;