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