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 /xcode/pugixml/pugixml.xcodeproj/project.pbxproj
parentc367ee3c3650054c8b2af14ecc16071912c69da8 (diff)
trying to use xc build for archiving
Diffstat (limited to 'xcode/pugixml/pugixml.xcodeproj/project.pbxproj')
-rw-r--r--xcode/pugixml/pugixml.xcodeproj/project.pbxproj18
1 files changed, 18 insertions, 0 deletions
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;