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:
authorSergey Yershov <yershov@corp.mail.ru>2015-05-19 15:09:57 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:48:35 +0300
commit1355bc07bfade4e60f1aa49f8d9077d996733b51 (patch)
tree1c78c5b211d1d4a038fbed5e75768b43fcf53606 /xcode/opening_hours
parent3ac8580696edf59736c2a7fc693cf65a44ad43a9 (diff)
Build system for Xcode
Diffstat (limited to 'xcode/opening_hours')
-rw-r--r--xcode/opening_hours/opening_hours.xcodeproj/project.pbxproj347
1 files changed, 347 insertions, 0 deletions
diff --git a/xcode/opening_hours/opening_hours.xcodeproj/project.pbxproj b/xcode/opening_hours/opening_hours.xcodeproj/project.pbxproj
new file mode 100644
index 0000000000..f894e2543f
--- /dev/null
+++ b/xcode/opening_hours/opening_hours.xcodeproj/project.pbxproj
@@ -0,0 +1,347 @@
+// !$*UTF8*$!
+{
+ archiveVersion = 1;
+ classes = {
+ };
+ objectVersion = 46;
+ objects = {
+
+/* Begin PBXBuildFile section */
+ 670C61FA1AC3517200C38A8C /* osm_time_range.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 670C61F71AC3517200C38A8C /* osm_time_range.hpp */; };
+ 671C61FF1AE7AF4000076BD0 /* osm_time_range.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 670C61F61AC3517200C38A8C /* osm_time_range.cpp */; };
+ 671C62011AE7AF4400076BD0 /* osm_time_range.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 670C61F61AC3517200C38A8C /* osm_time_range.cpp */; };
+ 671C62021AE7AF4800076BD0 /* osm_time_range_tests.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 670C61F51AC3517200C38A8C /* osm_time_range_tests.cpp */; };
+/* End PBXBuildFile section */
+
+/* Begin PBXCopyFilesBuildPhase section */
+ 670C61FD1AC351AC00C38A8C /* CopyFiles */ = {
+ isa = PBXCopyFilesBuildPhase;
+ buildActionMask = 2147483647;
+ dstPath = /usr/share/man/man1/;
+ dstSubfolderSpec = 0;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 1;
+ };
+/* End PBXCopyFilesBuildPhase section */
+
+/* Begin PBXFileReference section */
+ 670C61E71AC3511700C38A8C /* libopening_hours.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libopening_hours.a; sourceTree = BUILT_PRODUCTS_DIR; };
+ 670C61F51AC3517200C38A8C /* osm_time_range_tests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = osm_time_range_tests.cpp; sourceTree = "<group>"; };
+ 670C61F61AC3517200C38A8C /* osm_time_range.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = osm_time_range.cpp; sourceTree = "<group>"; };
+ 670C61F71AC3517200C38A8C /* osm_time_range.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = osm_time_range.hpp; sourceTree = "<group>"; };
+ 670C61FF1AC351AC00C38A8C /* opening_hours_test */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = opening_hours_test; sourceTree = BUILT_PRODUCTS_DIR; };
+ 670D05B71B0E0C290013A7AC /* defaults.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = defaults.xcconfig; path = ../defaults.xcconfig; sourceTree = "<group>"; };
+/* End PBXFileReference section */
+
+/* Begin PBXFrameworksBuildPhase section */
+ 670C61E41AC3511700C38A8C /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 670C61FC1AC351AC00C38A8C /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXFrameworksBuildPhase section */
+
+/* Begin PBXGroup section */
+ 670C61DE1AC3511700C38A8C = {
+ isa = PBXGroup;
+ children = (
+ 670D05B71B0E0C290013A7AC /* defaults.xcconfig */,
+ 670C61E91AC3511700C38A8C /* opening_hours */,
+ 670C61E81AC3511700C38A8C /* Products */,
+ );
+ sourceTree = "<group>";
+ };
+ 670C61E81AC3511700C38A8C /* Products */ = {
+ isa = PBXGroup;
+ children = (
+ 670C61E71AC3511700C38A8C /* libopening_hours.a */,
+ 670C61FF1AC351AC00C38A8C /* opening_hours_test */,
+ );
+ name = Products;
+ sourceTree = "<group>";
+ };
+ 670C61E91AC3511700C38A8C /* opening_hours */ = {
+ isa = PBXGroup;
+ children = (
+ 670C61F51AC3517200C38A8C /* osm_time_range_tests.cpp */,
+ 670C61F61AC3517200C38A8C /* osm_time_range.cpp */,
+ 670C61F71AC3517200C38A8C /* osm_time_range.hpp */,
+ );
+ name = opening_hours;
+ path = ../../3party/opening_hours;
+ sourceTree = "<group>";
+ };
+/* End PBXGroup section */
+
+/* Begin PBXHeadersBuildPhase section */
+ 670C61E51AC3511700C38A8C /* Headers */ = {
+ isa = PBXHeadersBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 670C61FA1AC3517200C38A8C /* osm_time_range.hpp in Headers */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXHeadersBuildPhase section */
+
+/* Begin PBXNativeTarget section */
+ 670C61E61AC3511700C38A8C /* opening_hours */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = 670C61F21AC3511700C38A8C /* Build configuration list for PBXNativeTarget "opening_hours" */;
+ buildPhases = (
+ 670C61E31AC3511700C38A8C /* Sources */,
+ 670C61E41AC3511700C38A8C /* Frameworks */,
+ 670C61E51AC3511700C38A8C /* Headers */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ );
+ name = opening_hours;
+ productName = opening_hours;
+ productReference = 670C61E71AC3511700C38A8C /* libopening_hours.a */;
+ productType = "com.apple.product-type.library.static";
+ };
+ 670C61FE1AC351AC00C38A8C /* opening_hours_test */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = 670C62031AC351AC00C38A8C /* Build configuration list for PBXNativeTarget "opening_hours_test" */;
+ buildPhases = (
+ 670C61FB1AC351AC00C38A8C /* Sources */,
+ 670C61FC1AC351AC00C38A8C /* Frameworks */,
+ 670C61FD1AC351AC00C38A8C /* CopyFiles */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ );
+ name = opening_hours_test;
+ productName = opening_hours_test;
+ productReference = 670C61FF1AC351AC00C38A8C /* opening_hours_test */;
+ productType = "com.apple.product-type.tool";
+ };
+/* End PBXNativeTarget section */
+
+/* Begin PBXProject section */
+ 670C61DF1AC3511700C38A8C /* Project object */ = {
+ isa = PBXProject;
+ attributes = {
+ LastUpgradeCheck = 0630;
+ ORGANIZATIONNAME = maps.me;
+ TargetAttributes = {
+ 670C61E61AC3511700C38A8C = {
+ CreatedOnToolsVersion = 6.1.1;
+ };
+ 670C61FE1AC351AC00C38A8C = {
+ CreatedOnToolsVersion = 6.1.1;
+ };
+ };
+ };
+ buildConfigurationList = 670C61E21AC3511700C38A8C /* Build configuration list for PBXProject "opening_hours" */;
+ compatibilityVersion = "Xcode 3.2";
+ developmentRegion = English;
+ hasScannedForEncodings = 0;
+ knownRegions = (
+ en,
+ );
+ mainGroup = 670C61DE1AC3511700C38A8C;
+ productRefGroup = 670C61E81AC3511700C38A8C /* Products */;
+ projectDirPath = "";
+ projectRoot = "";
+ targets = (
+ 670C61E61AC3511700C38A8C /* opening_hours */,
+ 670C61FE1AC351AC00C38A8C /* opening_hours_test */,
+ );
+ };
+/* End PBXProject section */
+
+/* Begin PBXSourcesBuildPhase section */
+ 670C61E31AC3511700C38A8C /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 671C61FF1AE7AF4000076BD0 /* osm_time_range.cpp in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 670C61FB1AC351AC00C38A8C /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 671C62021AE7AF4800076BD0 /* osm_time_range_tests.cpp in Sources */,
+ 671C62011AE7AF4400076BD0 /* osm_time_range.cpp in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXSourcesBuildPhase section */
+
+/* Begin XCBuildConfiguration section */
+ 670C61F01AC3511700C38A8C /* Debug */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 670D05B71B0E0C290013A7AC /* defaults.xcconfig */;
+ buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
+ CLANG_CXX_LIBRARY = "libc++";
+ CLANG_ENABLE_MODULES = YES;
+ CLANG_ENABLE_OBJC_ARC = YES;
+ CLANG_WARN_BOOL_CONVERSION = YES;
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+ CLANG_WARN_EMPTY_BODY = YES;
+ CLANG_WARN_ENUM_CONVERSION = YES;
+ CLANG_WARN_INT_CONVERSION = YES;
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+ CLANG_WARN_UNREACHABLE_CODE = YES;
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+ COPY_PHASE_STRIP = NO;
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
+ GCC_C_LANGUAGE_STANDARD = gnu99;
+ GCC_DYNAMIC_NO_PIC = NO;
+ GCC_OPTIMIZATION_LEVEL = 0;
+ GCC_PREPROCESSOR_DEFINITIONS = (
+ "DEBUG=1",
+ "$(inherited)",
+ );
+ GCC_SYMBOLS_PRIVATE_EXTERN = NO;
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
+ GCC_WARN_UNUSED_FUNCTION = YES;
+ GCC_WARN_UNUSED_VARIABLE = YES;
+ HEADER_SEARCH_PATHS = "$(inherited)";
+ MACOSX_DEPLOYMENT_TARGET = 10.10;
+ MTL_ENABLE_DEBUG_INFO = YES;
+ ONLY_ACTIVE_ARCH = YES;
+ SDKROOT = macosx;
+ };
+ name = Debug;
+ };
+ 670C61F11AC3511700C38A8C /* Release */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 670D05B71B0E0C290013A7AC /* defaults.xcconfig */;
+ buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
+ CLANG_CXX_LIBRARY = "libc++";
+ CLANG_ENABLE_MODULES = YES;
+ CLANG_ENABLE_OBJC_ARC = YES;
+ CLANG_WARN_BOOL_CONVERSION = YES;
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+ CLANG_WARN_EMPTY_BODY = YES;
+ CLANG_WARN_ENUM_CONVERSION = YES;
+ CLANG_WARN_INT_CONVERSION = YES;
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+ CLANG_WARN_UNREACHABLE_CODE = YES;
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+ COPY_PHASE_STRIP = YES;
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
+ ENABLE_NS_ASSERTIONS = NO;
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
+ GCC_C_LANGUAGE_STANDARD = gnu99;
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
+ GCC_WARN_UNUSED_FUNCTION = YES;
+ GCC_WARN_UNUSED_VARIABLE = YES;
+ HEADER_SEARCH_PATHS = "$(inherited)";
+ MACOSX_DEPLOYMENT_TARGET = 10.10;
+ MTL_ENABLE_DEBUG_INFO = NO;
+ SDKROOT = macosx;
+ };
+ name = Release;
+ };
+ 670C61F31AC3511700C38A8C /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ COMBINE_HIDPI_IMAGES = YES;
+ EXECUTABLE_PREFIX = lib;
+ GCC_ENABLE_CPP_EXCEPTIONS = YES;
+ GCC_ENABLE_CPP_RTTI = YES;
+ GCC_SYMBOLS_PRIVATE_EXTERN = NO;
+ HEADER_SEARCH_PATHS = "$(inherited)";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = Debug;
+ };
+ 670C61F41AC3511700C38A8C /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ COMBINE_HIDPI_IMAGES = YES;
+ EXECUTABLE_PREFIX = lib;
+ GCC_ENABLE_CPP_EXCEPTIONS = YES;
+ GCC_ENABLE_CPP_RTTI = YES;
+ GCC_SYMBOLS_PRIVATE_EXTERN = NO;
+ HEADER_SEARCH_PATHS = "$(inherited)";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = Release;
+ };
+ 670C62041AC351AC00C38A8C /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ GCC_PREPROCESSOR_DEFINITIONS = (
+ "DEBUG=1",
+ "$(inherited)",
+ );
+ HEADER_SEARCH_PATHS = "$(inherited)";
+ LIBRARY_SEARCH_PATHS = "$(inherited)";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = Debug;
+ };
+ 670C62051AC351AC00C38A8C /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ HEADER_SEARCH_PATHS = "$(inherited)";
+ LIBRARY_SEARCH_PATHS = "$(inherited)";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = Release;
+ };
+/* End XCBuildConfiguration section */
+
+/* Begin XCConfigurationList section */
+ 670C61E21AC3511700C38A8C /* Build configuration list for PBXProject "opening_hours" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 670C61F01AC3511700C38A8C /* Debug */,
+ 670C61F11AC3511700C38A8C /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ 670C61F21AC3511700C38A8C /* Build configuration list for PBXNativeTarget "opening_hours" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 670C61F31AC3511700C38A8C /* Debug */,
+ 670C61F41AC3511700C38A8C /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ 670C62031AC351AC00C38A8C /* Build configuration list for PBXNativeTarget "opening_hours_test" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 670C62041AC351AC00C38A8C /* Debug */,
+ 670C62051AC351AC00C38A8C /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+/* End XCConfigurationList section */
+ };
+ rootObject = 670C61DF1AC3511700C38A8C /* Project object */;
+}