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:
authorIlya Grechuhin <i.grechuhin@gmail.com>2017-11-09 15:38:08 +0300
committerGitHub <noreply@github.com>2017-11-09 15:38:08 +0300
commitd002e4d647020efd6452734b88f4eb64515687e0 (patch)
treeb7c1702f1423938d843b91ca4fede3e671f1dc11 /xcode/geometry
parentcbadd2d173fb921b292a50015518a79188bbb636 (diff)
parentb4b65dfe06fca64f1204881bdcffb28178ca46ec (diff)
Merge pull request #7495 from rokuz/release-76-to-master
Release 76 to master
Diffstat (limited to 'xcode/geometry')
-rw-r--r--xcode/geometry/geometry.xcodeproj/project.pbxproj31
1 files changed, 31 insertions, 0 deletions
diff --git a/xcode/geometry/geometry.xcodeproj/project.pbxproj b/xcode/geometry/geometry.xcodeproj/project.pbxproj
index aa7995ee87..ecca79b1b3 100644
--- a/xcode/geometry/geometry.xcodeproj/project.pbxproj
+++ b/xcode/geometry/geometry.xcodeproj/project.pbxproj
@@ -628,6 +628,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 */
@@ -636,6 +664,7 @@
buildConfigurations = (
670F29611BA9D39A00F2ABF4 /* Debug */,
670F29621BA9D39A00F2ABF4 /* Release */,
+ A8E5414C1F9FBD8B00A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -645,6 +674,7 @@
buildConfigurations = (
6753449A1A3F684600A0A8C3 /* Debug */,
6753449B1A3F684600A0A8C3 /* Release */,
+ A8E5414A1F9FBD8B00A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@@ -654,6 +684,7 @@
buildConfigurations = (
6753449D1A3F684600A0A8C3 /* Debug */,
6753449E1A3F684600A0A8C3 /* Release */,
+ A8E5414B1F9FBD8B00A1B8FA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;