[configurations] [ios] Added missing *Production Full* configuration to transit.

This commit is contained in:
Ilya Grechuhin 2018-01-26 16:51:29 +03:00 committed by Sergey Yershov
parent cdfafc10ea
commit a3a6e1081a

View file

@ -41,10 +41,10 @@
56D7F2EB1FE7F0F200D99E62 = {
isa = PBXGroup;
children = (
56EE14C81FE7F20A0036F20C /* common-release.xcconfig */,
56EE14C71FE7F1FF0036F20C /* common-debug.xcconfig */,
56D7F2F61FE7F0F200D99E62 /* transit */,
56EE14C81FE7F20A0036F20C /* common-release.xcconfig */,
56D7F2F51FE7F0F200D99E62 /* Products */,
56D7F2F61FE7F0F200D99E62 /* transit */,
);
sourceTree = "<group>";
};
@ -149,6 +149,27 @@
/* End PBXSourcesBuildPhase section */
/* Begin XCBuildConfiguration section */
344F7DDD201B681100CF5DFA /* Production Full */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 56EE14C81FE7F20A0036F20C /* common-release.xcconfig */;
buildSettings = {
};
name = "Production Full";
};
344F7DDE201B681100CF5DFA /* Production Full */ = {
isa = XCBuildConfiguration;
buildSettings = {
EXECUTABLE_PREFIX = lib;
HEADER_SEARCH_PATHS = (
"$(inherited)",
"$(OMIM_ROOT)",
"$(BOOST_ROOT)",
"$(OMIM_ROOT)/3party/jansson/src",
);
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = "Production Full";
};
56D7F2FD1FE7F0F200D99E62 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 56EE14C71FE7F1FF0036F20C /* common-debug.xcconfig */;
@ -199,6 +220,7 @@
buildConfigurations = (
56D7F2FD1FE7F0F200D99E62 /* Debug */,
56D7F2FE1FE7F0F200D99E62 /* Release */,
344F7DDD201B681100CF5DFA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@ -208,6 +230,7 @@
buildConfigurations = (
56D7F3001FE7F0F200D99E62 /* Debug */,
56D7F3011FE7F0F200D99E62 /* Release */,
344F7DDE201B681100CF5DFA /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;