From a3a6e1081af665dd6a98ae03fd93bdb350c60987 Mon Sep 17 00:00:00 2001 From: Ilya Grechuhin Date: Fri, 26 Jan 2018 16:51:29 +0300 Subject: [PATCH] [configurations] [ios] Added missing *Production Full* configuration to transit. --- .../transit/transit.xcodeproj/project.pbxproj | 27 +++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/xcode/transit/transit.xcodeproj/project.pbxproj b/xcode/transit/transit.xcodeproj/project.pbxproj index 1a8952b774..dccee22bff 100644 --- a/xcode/transit/transit.xcodeproj/project.pbxproj +++ b/xcode/transit/transit.xcodeproj/project.pbxproj @@ -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 = ""; }; @@ -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;