From 164325358bef759b280fb09e22ae78c15b7dd5c9 Mon Sep 17 00:00:00 2001 From: Sergey Yershov Date: Fri, 22 May 2015 13:58:21 +0300 Subject: [PATCH] Remove unnecessary projects --- .../TestsOnDevice.xcodeproj/project.pbxproj | 469 ------------------ ...D6F312D6-22FA-493B-8BF6-8CCF3255D377.plist | 22 - .../Info.plist | 21 - .../TestsOnDevice/TestsOnDevice/AppDelegate.h | 17 - .../TestsOnDevice/TestsOnDevice/AppDelegate.m | 45 -- .../TestsOnDevice/Base.lproj/LaunchScreen.xib | 41 -- .../TestsOnDevice/Base.lproj/Main.storyboard | 25 - .../AppIcon.appiconset/Contents.json | 68 --- xcode/TestsOnDevice/TestsOnDevice/Info.plist | 47 -- .../TestsOnDevice/ViewController.h | 15 - .../TestsOnDevice/ViewController.m | 27 - xcode/TestsOnDevice/TestsOnDevice/main.m | 18 - .../TestsOnDeviceTests/Info.plist | 24 - .../TestsOnDeviceTests/TestsOnDeviceTests.m | 105 ---- .../project.pbxproj | 402 --------------- .../omim.xcworkspace/contents.xcworkspacedata | 10 - 16 files changed, 1356 deletions(-) delete mode 100644 xcode/TestsOnDevice/TestsOnDevice.xcodeproj/project.pbxproj delete mode 100644 xcode/TestsOnDevice/TestsOnDevice.xcodeproj/xcshareddata/xcbaselines/670C61C31AC0827400C38A8C.xcbaseline/D6F312D6-22FA-493B-8BF6-8CCF3255D377.plist delete mode 100644 xcode/TestsOnDevice/TestsOnDevice.xcodeproj/xcshareddata/xcbaselines/670C61C31AC0827400C38A8C.xcbaseline/Info.plist delete mode 100644 xcode/TestsOnDevice/TestsOnDevice/AppDelegate.h delete mode 100644 xcode/TestsOnDevice/TestsOnDevice/AppDelegate.m delete mode 100644 xcode/TestsOnDevice/TestsOnDevice/Base.lproj/LaunchScreen.xib delete mode 100644 xcode/TestsOnDevice/TestsOnDevice/Base.lproj/Main.storyboard delete mode 100644 xcode/TestsOnDevice/TestsOnDevice/Images.xcassets/AppIcon.appiconset/Contents.json delete mode 100644 xcode/TestsOnDevice/TestsOnDevice/Info.plist delete mode 100644 xcode/TestsOnDevice/TestsOnDevice/ViewController.h delete mode 100644 xcode/TestsOnDevice/TestsOnDevice/ViewController.m delete mode 100644 xcode/TestsOnDevice/TestsOnDevice/main.m delete mode 100644 xcode/TestsOnDevice/TestsOnDeviceTests/Info.plist delete mode 100644 xcode/TestsOnDevice/TestsOnDeviceTests/TestsOnDeviceTests.m delete mode 100644 xcode/feature_changeset/feature_changeset.xcodeproj/project.pbxproj diff --git a/xcode/TestsOnDevice/TestsOnDevice.xcodeproj/project.pbxproj b/xcode/TestsOnDevice/TestsOnDevice.xcodeproj/project.pbxproj deleted file mode 100644 index e8ab717d6c..0000000000 --- a/xcode/TestsOnDevice/TestsOnDevice.xcodeproj/project.pbxproj +++ /dev/null @@ -1,469 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 47; - objects = { - -/* Begin PBXBuildFile section */ - 670C61B11AC0827400C38A8C /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 670C61B01AC0827400C38A8C /* main.m */; }; - 670C61B41AC0827400C38A8C /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 670C61B31AC0827400C38A8C /* AppDelegate.m */; }; - 670C61B71AC0827400C38A8C /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 670C61B61AC0827400C38A8C /* ViewController.m */; }; - 670C61BA1AC0827400C38A8C /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 670C61B81AC0827400C38A8C /* Main.storyboard */; }; - 670C61BC1AC0827400C38A8C /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 670C61BB1AC0827400C38A8C /* Images.xcassets */; }; - 670C61BF1AC0827400C38A8C /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 670C61BD1AC0827400C38A8C /* LaunchScreen.xib */; }; - 670C61CB1AC0827400C38A8C /* TestsOnDeviceTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 670C61CA1AC0827400C38A8C /* TestsOnDeviceTests.m */; }; - 670C621A1ACC2CA700C38A8C /* osm_time_range.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 670C62181ACC2CA600C38A8C /* osm_time_range.cpp */; }; -/* End PBXBuildFile section */ - -/* Begin PBXContainerItemProxy section */ - 670C61C51AC0827400C38A8C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 670C61A31AC0827300C38A8C /* Project object */; - proxyType = 1; - remoteGlobalIDString = 670C61AA1AC0827400C38A8C; - remoteInfo = TestsOnDevice; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXFileReference section */ - 670C61AB1AC0827400C38A8C /* TestsOnDevice.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TestsOnDevice.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 670C61AF1AC0827400C38A8C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 670C61B01AC0827400C38A8C /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; - 670C61B21AC0827400C38A8C /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; - 670C61B31AC0827400C38A8C /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; - 670C61B51AC0827400C38A8C /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = ""; }; - 670C61B61AC0827400C38A8C /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = ""; }; - 670C61B91AC0827400C38A8C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; - 670C61BB1AC0827400C38A8C /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; - 670C61BE1AC0827400C38A8C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = ""; }; - 670C61C41AC0827400C38A8C /* TestsOnDeviceTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = TestsOnDeviceTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - 670C61C91AC0827400C38A8C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 670C61CA1AC0827400C38A8C /* TestsOnDeviceTests.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; path = TestsOnDeviceTests.m; sourceTree = ""; }; - 670C62181ACC2CA600C38A8C /* osm_time_range.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = osm_time_range.cpp; path = ../../../../../../Volumes/AltHD/omim/3party/opening_hours/osm_time_range.cpp; sourceTree = ""; }; - 670C62191ACC2CA600C38A8C /* osm_time_range.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = osm_time_range.hpp; path = ../../../../../../Volumes/AltHD/omim/3party/opening_hours/osm_time_range.hpp; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 670C61A81AC0827400C38A8C /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 670C61C11AC0827400C38A8C /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 670C61A21AC0827300C38A8C = { - isa = PBXGroup; - children = ( - 670C61AD1AC0827400C38A8C /* TestsOnDevice */, - 670C61C71AC0827400C38A8C /* TestsOnDeviceTests */, - 670C61AC1AC0827400C38A8C /* Products */, - ); - sourceTree = ""; - }; - 670C61AC1AC0827400C38A8C /* Products */ = { - isa = PBXGroup; - children = ( - 670C61AB1AC0827400C38A8C /* TestsOnDevice.app */, - 670C61C41AC0827400C38A8C /* TestsOnDeviceTests.xctest */, - ); - name = Products; - sourceTree = ""; - }; - 670C61AD1AC0827400C38A8C /* TestsOnDevice */ = { - isa = PBXGroup; - children = ( - 670C61B21AC0827400C38A8C /* AppDelegate.h */, - 670C61B31AC0827400C38A8C /* AppDelegate.m */, - 670C61B51AC0827400C38A8C /* ViewController.h */, - 670C61B61AC0827400C38A8C /* ViewController.m */, - 670C61B81AC0827400C38A8C /* Main.storyboard */, - 670C61BB1AC0827400C38A8C /* Images.xcassets */, - 670C61BD1AC0827400C38A8C /* LaunchScreen.xib */, - 670C61AE1AC0827400C38A8C /* Supporting Files */, - ); - path = TestsOnDevice; - sourceTree = ""; - }; - 670C61AE1AC0827400C38A8C /* Supporting Files */ = { - isa = PBXGroup; - children = ( - 670C61AF1AC0827400C38A8C /* Info.plist */, - 670C61B01AC0827400C38A8C /* main.m */, - ); - name = "Supporting Files"; - sourceTree = ""; - }; - 670C61C71AC0827400C38A8C /* TestsOnDeviceTests */ = { - isa = PBXGroup; - children = ( - 670C62181ACC2CA600C38A8C /* osm_time_range.cpp */, - 670C62191ACC2CA600C38A8C /* osm_time_range.hpp */, - 670C61CA1AC0827400C38A8C /* TestsOnDeviceTests.m */, - 670C61C81AC0827400C38A8C /* Supporting Files */, - ); - path = TestsOnDeviceTests; - sourceTree = ""; - }; - 670C61C81AC0827400C38A8C /* Supporting Files */ = { - isa = PBXGroup; - children = ( - 670C61C91AC0827400C38A8C /* Info.plist */, - ); - name = "Supporting Files"; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - 670C61AA1AC0827400C38A8C /* TestsOnDevice */ = { - isa = PBXNativeTarget; - buildConfigurationList = 670C61CE1AC0827400C38A8C /* Build configuration list for PBXNativeTarget "TestsOnDevice" */; - buildPhases = ( - 670C61A71AC0827400C38A8C /* Sources */, - 670C61A81AC0827400C38A8C /* Frameworks */, - 670C61A91AC0827400C38A8C /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = TestsOnDevice; - productName = TestsOnDevice; - productReference = 670C61AB1AC0827400C38A8C /* TestsOnDevice.app */; - productType = "com.apple.product-type.application"; - }; - 670C61C31AC0827400C38A8C /* TestsOnDeviceTests */ = { - isa = PBXNativeTarget; - buildConfigurationList = 670C61D11AC0827400C38A8C /* Build configuration list for PBXNativeTarget "TestsOnDeviceTests" */; - buildPhases = ( - 670C61C01AC0827400C38A8C /* Sources */, - 670C61C11AC0827400C38A8C /* Frameworks */, - 670C61C21AC0827400C38A8C /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - 670C61C61AC0827400C38A8C /* PBXTargetDependency */, - ); - name = TestsOnDeviceTests; - productName = TestsOnDeviceTests; - productReference = 670C61C41AC0827400C38A8C /* TestsOnDeviceTests.xctest */; - productType = "com.apple.product-type.bundle.unit-test"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 670C61A31AC0827300C38A8C /* Project object */ = { - isa = PBXProject; - attributes = { - LastUpgradeCheck = 0610; - ORGANIZATIONNAME = maps.me; - TargetAttributes = { - 670C61AA1AC0827400C38A8C = { - CreatedOnToolsVersion = 6.1.1; - }; - 670C61C31AC0827400C38A8C = { - CreatedOnToolsVersion = 6.1.1; - TestTargetID = 670C61AA1AC0827400C38A8C; - }; - }; - }; - buildConfigurationList = 670C61A61AC0827300C38A8C /* Build configuration list for PBXProject "TestsOnDevice" */; - compatibilityVersion = "Xcode 6.3"; - developmentRegion = English; - hasScannedForEncodings = 0; - knownRegions = ( - en, - Base, - ); - mainGroup = 670C61A21AC0827300C38A8C; - productRefGroup = 670C61AC1AC0827400C38A8C /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 670C61AA1AC0827400C38A8C /* TestsOnDevice */, - 670C61C31AC0827400C38A8C /* TestsOnDeviceTests */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - 670C61A91AC0827400C38A8C /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 670C61BA1AC0827400C38A8C /* Main.storyboard in Resources */, - 670C61BF1AC0827400C38A8C /* LaunchScreen.xib in Resources */, - 670C61BC1AC0827400C38A8C /* Images.xcassets in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 670C61C21AC0827400C38A8C /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 670C61A71AC0827400C38A8C /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 670C61B71AC0827400C38A8C /* ViewController.m in Sources */, - 670C61B41AC0827400C38A8C /* AppDelegate.m in Sources */, - 670C61B11AC0827400C38A8C /* main.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 670C61C01AC0827400C38A8C /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 670C621A1ACC2CA700C38A8C /* osm_time_range.cpp in Sources */, - 670C61CB1AC0827400C38A8C /* TestsOnDeviceTests.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXTargetDependency section */ - 670C61C61AC0827400C38A8C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 670C61AA1AC0827400C38A8C /* TestsOnDevice */; - targetProxy = 670C61C51AC0827400C38A8C /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin PBXVariantGroup section */ - 670C61B81AC0827400C38A8C /* Main.storyboard */ = { - isa = PBXVariantGroup; - children = ( - 670C61B91AC0827400C38A8C /* Base */, - ); - name = Main.storyboard; - sourceTree = ""; - }; - 670C61BD1AC0827400C38A8C /* LaunchScreen.xib */ = { - isa = PBXVariantGroup; - children = ( - 670C61BE1AC0827400C38A8C /* Base */, - ); - name = LaunchScreen.xib; - sourceTree = ""; - }; -/* End PBXVariantGroup section */ - -/* Begin XCBuildConfiguration section */ - 670C61CC1AC0827400C38A8C /* Debug */ = { - isa = XCBuildConfiguration; - 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; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - 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)", - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include, - /usr/local/include, - ); - IPHONEOS_DEPLOYMENT_TARGET = 8.1; - MTL_ENABLE_DEBUG_INFO = YES; - ONLY_ACTIVE_ARCH = YES; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 670C61CD1AC0827400C38A8C /* Release */ = { - isa = XCBuildConfiguration; - 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; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - COPY_PHASE_STRIP = YES; - 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)", - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include, - /usr/local/include, - ); - IPHONEOS_DEPLOYMENT_TARGET = 8.1; - MTL_ENABLE_DEBUG_INFO = NO; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 670C61CF1AC0827400C38A8C /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - HEADER_SEARCH_PATHS = ( - "$(inherited)", - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include, - /usr/local/include/, - ); - INFOPLIST_FILE = TestsOnDevice/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - PRODUCT_NAME = "$(TARGET_NAME)"; - USER_HEADER_SEARCH_PATHS = /usr/local/include; - }; - name = Debug; - }; - 670C61D01AC0827400C38A8C /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - HEADER_SEARCH_PATHS = ( - "$(inherited)", - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include, - /usr/local/include/, - ); - INFOPLIST_FILE = TestsOnDevice/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - PRODUCT_NAME = "$(TARGET_NAME)"; - USER_HEADER_SEARCH_PATHS = /usr/local/include; - }; - name = Release; - }; - 670C61D21AC0827400C38A8C /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - BUNDLE_LOADER = "$(TEST_HOST)"; - FRAMEWORK_SEARCH_PATHS = ( - "$(SDKROOT)/Developer/Library/Frameworks", - "$(inherited)", - ); - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - HEADER_SEARCH_PATHS = ( - "$(inherited)", - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include, - /usr/local/include, - ); - INFOPLIST_FILE = TestsOnDeviceTests/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - PRODUCT_NAME = "$(TARGET_NAME)"; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/TestsOnDevice.app/TestsOnDevice"; - }; - name = Debug; - }; - 670C61D31AC0827400C38A8C /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - BUNDLE_LOADER = "$(TEST_HOST)"; - FRAMEWORK_SEARCH_PATHS = ( - "$(SDKROOT)/Developer/Library/Frameworks", - "$(inherited)", - ); - HEADER_SEARCH_PATHS = ( - "$(inherited)", - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include, - /usr/local/include, - ); - INFOPLIST_FILE = TestsOnDeviceTests/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - PRODUCT_NAME = "$(TARGET_NAME)"; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/TestsOnDevice.app/TestsOnDevice"; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 670C61A61AC0827300C38A8C /* Build configuration list for PBXProject "TestsOnDevice" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 670C61CC1AC0827400C38A8C /* Debug */, - 670C61CD1AC0827400C38A8C /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 670C61CE1AC0827400C38A8C /* Build configuration list for PBXNativeTarget "TestsOnDevice" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 670C61CF1AC0827400C38A8C /* Debug */, - 670C61D01AC0827400C38A8C /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 670C61D11AC0827400C38A8C /* Build configuration list for PBXNativeTarget "TestsOnDeviceTests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 670C61D21AC0827400C38A8C /* Debug */, - 670C61D31AC0827400C38A8C /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = 670C61A31AC0827300C38A8C /* Project object */; -} diff --git a/xcode/TestsOnDevice/TestsOnDevice.xcodeproj/xcshareddata/xcbaselines/670C61C31AC0827400C38A8C.xcbaseline/D6F312D6-22FA-493B-8BF6-8CCF3255D377.plist b/xcode/TestsOnDevice/TestsOnDevice.xcodeproj/xcshareddata/xcbaselines/670C61C31AC0827400C38A8C.xcbaseline/D6F312D6-22FA-493B-8BF6-8CCF3255D377.plist deleted file mode 100644 index 6a4c248a98..0000000000 --- a/xcode/TestsOnDevice/TestsOnDevice.xcodeproj/xcshareddata/xcbaselines/670C61C31AC0827400C38A8C.xcbaseline/D6F312D6-22FA-493B-8BF6-8CCF3255D377.plist +++ /dev/null @@ -1,22 +0,0 @@ - - - - - classNames - - TestsOnDeviceTests - - testPerformanceExample - - com.apple.XCTPerformanceMetric_WallClockTime - - baselineAverage - 0 - baselineIntegrationDisplayName - Local Baseline - - - - - - diff --git a/xcode/TestsOnDevice/TestsOnDevice.xcodeproj/xcshareddata/xcbaselines/670C61C31AC0827400C38A8C.xcbaseline/Info.plist b/xcode/TestsOnDevice/TestsOnDevice.xcodeproj/xcshareddata/xcbaselines/670C61C31AC0827400C38A8C.xcbaseline/Info.plist deleted file mode 100644 index c914c14451..0000000000 --- a/xcode/TestsOnDevice/TestsOnDevice.xcodeproj/xcshareddata/xcbaselines/670C61C31AC0827400C38A8C.xcbaseline/Info.plist +++ /dev/null @@ -1,21 +0,0 @@ - - - - - runDestinationsByUUID - - D6F312D6-22FA-493B-8BF6-8CCF3255D377 - - targetArchitecture - arm64 - targetDevice - - modelCode - iPhone7,1 - platformIdentifier - com.apple.platform.iphoneos - - - - - diff --git a/xcode/TestsOnDevice/TestsOnDevice/AppDelegate.h b/xcode/TestsOnDevice/TestsOnDevice/AppDelegate.h deleted file mode 100644 index ce6d5e266c..0000000000 --- a/xcode/TestsOnDevice/TestsOnDevice/AppDelegate.h +++ /dev/null @@ -1,17 +0,0 @@ -// -// AppDelegate.h -// TestsOnDevice -// -// Created by Sergey Yershov on 23.03.15. -// Copyright (c) 2015 Sergey Yershov. All rights reserved. -// - -#import - -@interface AppDelegate : UIResponder - -@property (strong, nonatomic) UIWindow *window; - - -@end - diff --git a/xcode/TestsOnDevice/TestsOnDevice/AppDelegate.m b/xcode/TestsOnDevice/TestsOnDevice/AppDelegate.m deleted file mode 100644 index 3f75e35289..0000000000 --- a/xcode/TestsOnDevice/TestsOnDevice/AppDelegate.m +++ /dev/null @@ -1,45 +0,0 @@ -// -// AppDelegate.m -// TestsOnDevice -// -// Created by Sergey Yershov on 23.03.15. -// Copyright (c) 2015 Sergey Yershov. All rights reserved. -// - -#import "AppDelegate.h" - -@interface AppDelegate () - -@end - -@implementation AppDelegate - - -- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { - // Override point for customization after application launch. - return YES; -} - -- (void)applicationWillResignActive:(UIApplication *)application { - // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state. - // Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game. -} - -- (void)applicationDidEnterBackground:(UIApplication *)application { - // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later. - // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits. -} - -- (void)applicationWillEnterForeground:(UIApplication *)application { - // Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background. -} - -- (void)applicationDidBecomeActive:(UIApplication *)application { - // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface. -} - -- (void)applicationWillTerminate:(UIApplication *)application { - // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:. -} - -@end diff --git a/xcode/TestsOnDevice/TestsOnDevice/Base.lproj/LaunchScreen.xib b/xcode/TestsOnDevice/TestsOnDevice/Base.lproj/LaunchScreen.xib deleted file mode 100644 index 8de60e380d..0000000000 --- a/xcode/TestsOnDevice/TestsOnDevice/Base.lproj/LaunchScreen.xib +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/xcode/TestsOnDevice/TestsOnDevice/Base.lproj/Main.storyboard b/xcode/TestsOnDevice/TestsOnDevice/Base.lproj/Main.storyboard deleted file mode 100644 index f56d2f3bb5..0000000000 --- a/xcode/TestsOnDevice/TestsOnDevice/Base.lproj/Main.storyboard +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/xcode/TestsOnDevice/TestsOnDevice/Images.xcassets/AppIcon.appiconset/Contents.json b/xcode/TestsOnDevice/TestsOnDevice/Images.xcassets/AppIcon.appiconset/Contents.json deleted file mode 100644 index 36d2c80d88..0000000000 --- a/xcode/TestsOnDevice/TestsOnDevice/Images.xcassets/AppIcon.appiconset/Contents.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "images" : [ - { - "idiom" : "iphone", - "size" : "29x29", - "scale" : "2x" - }, - { - "idiom" : "iphone", - "size" : "29x29", - "scale" : "3x" - }, - { - "idiom" : "iphone", - "size" : "40x40", - "scale" : "2x" - }, - { - "idiom" : "iphone", - "size" : "40x40", - "scale" : "3x" - }, - { - "idiom" : "iphone", - "size" : "60x60", - "scale" : "2x" - }, - { - "idiom" : "iphone", - "size" : "60x60", - "scale" : "3x" - }, - { - "idiom" : "ipad", - "size" : "29x29", - "scale" : "1x" - }, - { - "idiom" : "ipad", - "size" : "29x29", - "scale" : "2x" - }, - { - "idiom" : "ipad", - "size" : "40x40", - "scale" : "1x" - }, - { - "idiom" : "ipad", - "size" : "40x40", - "scale" : "2x" - }, - { - "idiom" : "ipad", - "size" : "76x76", - "scale" : "1x" - }, - { - "idiom" : "ipad", - "size" : "76x76", - "scale" : "2x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/xcode/TestsOnDevice/TestsOnDevice/Info.plist b/xcode/TestsOnDevice/TestsOnDevice/Info.plist deleted file mode 100644 index fc178a0e2f..0000000000 --- a/xcode/TestsOnDevice/TestsOnDevice/Info.plist +++ /dev/null @@ -1,47 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - mail.$(PRODUCT_NAME:rfc1034identifier) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - APPL - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - 1 - LSRequiresIPhoneOS - - UILaunchStoryboardName - LaunchScreen - UIMainStoryboardFile - Main - UIRequiredDeviceCapabilities - - armv7 - - UISupportedInterfaceOrientations - - UIInterfaceOrientationPortrait - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - UISupportedInterfaceOrientations~ipad - - UIInterfaceOrientationPortrait - UIInterfaceOrientationPortraitUpsideDown - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - - diff --git a/xcode/TestsOnDevice/TestsOnDevice/ViewController.h b/xcode/TestsOnDevice/TestsOnDevice/ViewController.h deleted file mode 100644 index 9997168d53..0000000000 --- a/xcode/TestsOnDevice/TestsOnDevice/ViewController.h +++ /dev/null @@ -1,15 +0,0 @@ -// -// ViewController.h -// TestsOnDevice -// -// Created by Sergey Yershov on 23.03.15. -// Copyright (c) 2015 Sergey Yershov. All rights reserved. -// - -#import - -@interface ViewController : UIViewController - - -@end - diff --git a/xcode/TestsOnDevice/TestsOnDevice/ViewController.m b/xcode/TestsOnDevice/TestsOnDevice/ViewController.m deleted file mode 100644 index db135854e5..0000000000 --- a/xcode/TestsOnDevice/TestsOnDevice/ViewController.m +++ /dev/null @@ -1,27 +0,0 @@ -// -// ViewController.m -// TestsOnDevice -// -// Created by Sergey Yershov on 23.03.15. -// Copyright (c) 2015 Sergey Yershov. All rights reserved. -// - -#import "ViewController.h" - -@interface ViewController () - -@end - -@implementation ViewController - -- (void)viewDidLoad { - [super viewDidLoad]; - // Do any additional setup after loading the view, typically from a nib. -} - -- (void)didReceiveMemoryWarning { - [super didReceiveMemoryWarning]; - // Dispose of any resources that can be recreated. -} - -@end diff --git a/xcode/TestsOnDevice/TestsOnDevice/main.m b/xcode/TestsOnDevice/TestsOnDevice/main.m deleted file mode 100644 index 77a37c20db..0000000000 --- a/xcode/TestsOnDevice/TestsOnDevice/main.m +++ /dev/null @@ -1,18 +0,0 @@ -// -// main.m -// TestsOnDevice -// -// Created by Sergey Yershov on 23.03.15. -// Copyright (c) 2015 Sergey Yershov. All rights reserved. -// - -#import -#import "AppDelegate.h" - - - -int main(int argc, char * argv[]) { - @autoreleasepool { - return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); - } -} diff --git a/xcode/TestsOnDevice/TestsOnDeviceTests/Info.plist b/xcode/TestsOnDevice/TestsOnDeviceTests/Info.plist deleted file mode 100644 index 7004e08742..0000000000 --- a/xcode/TestsOnDevice/TestsOnDeviceTests/Info.plist +++ /dev/null @@ -1,24 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - mail.$(PRODUCT_NAME:rfc1034identifier) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - BNDL - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - 1 - - diff --git a/xcode/TestsOnDevice/TestsOnDeviceTests/TestsOnDeviceTests.m b/xcode/TestsOnDevice/TestsOnDeviceTests/TestsOnDeviceTests.m deleted file mode 100644 index 4cb1b93951..0000000000 --- a/xcode/TestsOnDevice/TestsOnDeviceTests/TestsOnDeviceTests.m +++ /dev/null @@ -1,105 +0,0 @@ -// -// TestsOnDeviceTests.m -// TestsOnDeviceTests -// -// Created by Sergey Yershov on 23.03.15. -// Copyright (c) 2015 Sergey Yershov. All rights reserved. -// - -#import -#import - -#include "osm_time_range.hpp" - -#include -#include -#include -#include -#include - -#include - -template -bool test(Char const* in, Parser const& p, bool full_match = true) -{ - // we don't care about the result of the "what" function. - // we only care that all parsers have it: - boost::spirit::qi::what(p); - - Char const* last = in; - while (*last) - last++; - return boost::spirit::qi::parse(in, last, p) && (!full_match || (in == last)); -} - - -@interface TestsOnDeviceTests : XCTestCase - -@end - -@implementation TestsOnDeviceTests - -- (void)setUp { - [super setUp]; - // Put setup code here. This method is called before the invocation of each test method in the class. -} - -- (void)tearDown { - // Put teardown code here. This method is called after the invocation of each test method in the class. - [super tearDown]; -} - -- (void)testBoostSpirit { - namespace charset = boost::spirit::standard_wide; - namespace qi = boost::spirit::qi; - - class alltime_ : public qi::symbols - { - public: - alltime_() - { - add - (L"пн")(L"uu")(L"œæ") - ; - } - } alltime; - - XCTAssert(test(L"TeSt",charset::no_case[qi::lit("test")]), @"Passed"); - XCTAssert(test(L"Пн",charset::no_case[alltime]), @"Passed"); - XCTAssert(test(L"UU",charset::no_case[alltime]), @"Passed"); - XCTAssert(test(L"ŒÆ",charset::no_case[alltime]), @"Passed"); - XCTAssert(test("КАР",charset::no_case[charset::string(L"кар")]), @"Passed"); - // BOOST_CHECK(test("крУглосуточно",charset::no_case[charset::char_(L"круглосуточно")])); - - std::cout << std::iswupper(L'К') << " " << boost::spirit::char_encoding::standard_wide::tolower(L'К') << " -- " << L'К' << std::endl; - const wchar_t c = L'\u00de'; // capital letter thorn - - std::locale loc1("C"); - std::cout << "isupper('Þ', C locale) returned " << std::boolalpha << std::isupper(c, loc1) << '\n'; - - std::locale loc2("ru_RU.UTF8"); - std::cout << "isupper('Þ', Unicode locale) returned " << std::boolalpha << std::isupper(c, loc2) << '\n'; -} - -- (void)testExample { - // This is an example of a functional test case. - OSMTimeRange oh("06:13-15:00; 16:30+"); - XCTAssert(oh.IsValid(), @"Incorrect schedule string"); - XCTAssert(oh("12-12-2013 7:00").IsOpen(), @"Passed"); - XCTAssert(oh("12-12-2013 16:00").IsClosed(), @"Passed"); - XCTAssert(oh("12-12-2013 20:00").IsOpen(), @"Passed"); -} - -- (void)testPerformanceExample { - // This is an example of a performance test case. - [self measureBlock:^{ - // Put the code you want to measure the time of here. -// OSMTimeRange oh("06:13-15:00; 16:30+"); -// oh.isValid(); -// (void)(oh.check(make_time("12-12-2013 7:00")) == osmoh::State::eOpen); -// (void)(oh.check(make_time("12-12-2013 16:00")) == osmoh::State::eClosed); -// (void)(oh.check(make_time("12-12-2013 20:00")) == osmoh::State::eOpen); - }]; -} - -@end diff --git a/xcode/feature_changeset/feature_changeset.xcodeproj/project.pbxproj b/xcode/feature_changeset/feature_changeset.xcodeproj/project.pbxproj deleted file mode 100644 index b169bbca49..0000000000 --- a/xcode/feature_changeset/feature_changeset.xcodeproj/project.pbxproj +++ /dev/null @@ -1,402 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 47; - objects = { - -/* Begin PBXBuildFile section */ - 67B52BE91AD42B3800664C17 /* featurechangeset_upload.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 67B52BE21AD42B3800664C17 /* featurechangeset_upload.cpp */; }; - 67B52BEA1AD42B3800664C17 /* featurechangeset.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 67B52BE31AD42B3800664C17 /* featurechangeset.cpp */; }; - 67B52BEB1AD42B3800664C17 /* featurechangeset.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 67B52BE41AD42B3800664C17 /* featurechangeset.hpp */; }; - 67B52BEC1AD42B3800664C17 /* sqlite3.c in Sources */ = {isa = PBXBuildFile; fileRef = 67B52BE51AD42B3800664C17 /* sqlite3.c */; }; - 67B52BED1AD42B3800664C17 /* sqlite3.h in Headers */ = {isa = PBXBuildFile; fileRef = 67B52BE61AD42B3800664C17 /* sqlite3.h */; }; - 67B52BEE1AD42B3800664C17 /* sqlite3ext.h in Headers */ = {isa = PBXBuildFile; fileRef = 67B52BE71AD42B3800664C17 /* sqlite3ext.h */; }; - 67B52BFA1AD42B6600664C17 /* feature_changeset_tests.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 67B52BE11AD42B3800664C17 /* feature_changeset_tests.cpp */; }; - 67B52BFB1AD42B6600664C17 /* featurechangeset_upload.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 67B52BE21AD42B3800664C17 /* featurechangeset_upload.cpp */; }; - 67B52BFC1AD42B6600664C17 /* featurechangeset.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 67B52BE31AD42B3800664C17 /* featurechangeset.cpp */; }; - 67B52BFD1AD42B7200664C17 /* sqlite3.c in Sources */ = {isa = PBXBuildFile; fileRef = 67B52BE51AD42B3800664C17 /* sqlite3.c */; }; - 67B52BFF1AD42BED00664C17 /* testingmain.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 67B52BFE1AD42BED00664C17 /* testingmain.cpp */; }; - 67B52C011AD42C0A00664C17 /* libbase.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 67B52C001AD42C0A00664C17 /* libbase.a */; }; - 67B52C041AD6B28A00664C17 /* osm_entity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 67B52C021AD6B28A00664C17 /* osm_entity.cpp */; }; - 67B52C051AD6B28A00664C17 /* osm_entity.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 67B52C031AD6B28A00664C17 /* osm_entity.hpp */; }; -/* End PBXBuildFile section */ - -/* Begin PBXCopyFilesBuildPhase section */ - 67B52BF11AD42B5000664C17 /* CopyFiles */ = { - isa = PBXCopyFilesBuildPhase; - buildActionMask = 2147483647; - dstPath = /usr/share/man/man1/; - dstSubfolderSpec = 0; - files = ( - ); - runOnlyForDeploymentPostprocessing = 1; - }; -/* End PBXCopyFilesBuildPhase section */ - -/* Begin PBXFileReference section */ - 674BFF241AD6BC2400D77536 /* osm_entity_tests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = osm_entity_tests.cpp; path = ../../../../../../Volumes/AltHD/omim/feature_changeset/feature_changeset_tests/osm_entity_tests.cpp; sourceTree = ""; }; - 674BFF331AD6BD2600D77536 /* libexpat.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libexpat.dylib; path = usr/lib/libexpat.dylib; sourceTree = SDKROOT; }; - 67B52BD31AD42B0D00664C17 /* libfeature_changeset.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libfeature_changeset.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 67B52BE11AD42B3800664C17 /* feature_changeset_tests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = feature_changeset_tests.cpp; path = ../../../../../../Volumes/AltHD/omim/feature_changeset/feature_changeset_tests/feature_changeset_tests.cpp; sourceTree = ""; }; - 67B52BE21AD42B3800664C17 /* featurechangeset_upload.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = featurechangeset_upload.cpp; path = ../../../../../../Volumes/AltHD/omim/feature_changeset/featurechangeset_upload.cpp; sourceTree = ""; }; - 67B52BE31AD42B3800664C17 /* featurechangeset.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = featurechangeset.cpp; path = ../../../../../../Volumes/AltHD/omim/feature_changeset/featurechangeset.cpp; sourceTree = ""; }; - 67B52BE41AD42B3800664C17 /* featurechangeset.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = featurechangeset.hpp; path = ../../../../../../Volumes/AltHD/omim/feature_changeset/featurechangeset.hpp; sourceTree = ""; }; - 67B52BE51AD42B3800664C17 /* sqlite3.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sqlite3.c; path = ../../../../../../Volumes/AltHD/omim/feature_changeset/sqlite3.c; sourceTree = ""; }; - 67B52BE61AD42B3800664C17 /* sqlite3.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sqlite3.h; path = ../../../../../../Volumes/AltHD/omim/feature_changeset/sqlite3.h; sourceTree = ""; }; - 67B52BE71AD42B3800664C17 /* sqlite3ext.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sqlite3ext.h; path = ../../../../../../Volumes/AltHD/omim/feature_changeset/sqlite3ext.h; sourceTree = ""; }; - 67B52BF31AD42B5000664C17 /* feature_changeset_tests */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = feature_changeset_tests; sourceTree = BUILT_PRODUCTS_DIR; }; - 67B52BF51AD42B5000664C17 /* main.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = ""; }; - 67B52BFE1AD42BED00664C17 /* testingmain.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = testingmain.cpp; path = ../../../../../Volumes/AltHD/omim/testing/testingmain.cpp; sourceTree = ""; }; - 67B52C001AD42C0A00664C17 /* libbase.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libbase.a; path = ../../../../../Volumes/AltHD/Xcode/DerivedData/Build/Products/Debug/libbase.a; sourceTree = ""; }; - 67B52C021AD6B28A00664C17 /* osm_entity.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = osm_entity.cpp; path = ../../../../../../Volumes/AltHD/omim/feature_changeset/osm_entity.cpp; sourceTree = ""; }; - 67B52C031AD6B28A00664C17 /* osm_entity.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = osm_entity.hpp; path = ../../../../../../Volumes/AltHD/omim/feature_changeset/osm_entity.hpp; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 67B52BD01AD42B0D00664C17 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 67B52BF01AD42B5000664C17 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 67B52C011AD42C0A00664C17 /* libbase.a in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 67B52BCA1AD42B0D00664C17 = { - isa = PBXGroup; - children = ( - 674BFF331AD6BD2600D77536 /* libexpat.dylib */, - 67B52C001AD42C0A00664C17 /* libbase.a */, - 67B52BFE1AD42BED00664C17 /* testingmain.cpp */, - 67B52BD51AD42B0D00664C17 /* feature_changeset */, - 67B52BF41AD42B5000664C17 /* feature_changeset_tests */, - 67B52BD41AD42B0D00664C17 /* Products */, - ); - sourceTree = ""; - }; - 67B52BD41AD42B0D00664C17 /* Products */ = { - isa = PBXGroup; - children = ( - 67B52BD31AD42B0D00664C17 /* libfeature_changeset.a */, - 67B52BF31AD42B5000664C17 /* feature_changeset_tests */, - ); - name = Products; - sourceTree = ""; - }; - 67B52BD51AD42B0D00664C17 /* feature_changeset */ = { - isa = PBXGroup; - children = ( - 67B52BE11AD42B3800664C17 /* feature_changeset_tests.cpp */, - 674BFF241AD6BC2400D77536 /* osm_entity_tests.cpp */, - 67B52BE21AD42B3800664C17 /* featurechangeset_upload.cpp */, - 67B52BE31AD42B3800664C17 /* featurechangeset.cpp */, - 67B52BE41AD42B3800664C17 /* featurechangeset.hpp */, - 67B52BE51AD42B3800664C17 /* sqlite3.c */, - 67B52BE61AD42B3800664C17 /* sqlite3.h */, - 67B52BE71AD42B3800664C17 /* sqlite3ext.h */, - 67B52C021AD6B28A00664C17 /* osm_entity.cpp */, - 67B52C031AD6B28A00664C17 /* osm_entity.hpp */, - ); - path = feature_changeset; - sourceTree = ""; - }; - 67B52BF41AD42B5000664C17 /* feature_changeset_tests */ = { - isa = PBXGroup; - children = ( - 67B52BF51AD42B5000664C17 /* main.cpp */, - ); - path = feature_changeset_tests; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXHeadersBuildPhase section */ - 67B52BD11AD42B0D00664C17 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 67B52BED1AD42B3800664C17 /* sqlite3.h in Headers */, - 67B52C051AD6B28A00664C17 /* osm_entity.hpp in Headers */, - 67B52BEB1AD42B3800664C17 /* featurechangeset.hpp in Headers */, - 67B52BEE1AD42B3800664C17 /* sqlite3ext.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXHeadersBuildPhase section */ - -/* Begin PBXNativeTarget section */ - 67B52BD21AD42B0D00664C17 /* feature_changeset */ = { - isa = PBXNativeTarget; - buildConfigurationList = 67B52BDE1AD42B0D00664C17 /* Build configuration list for PBXNativeTarget "feature_changeset" */; - buildPhases = ( - 67B52BCF1AD42B0D00664C17 /* Sources */, - 67B52BD01AD42B0D00664C17 /* Frameworks */, - 67B52BD11AD42B0D00664C17 /* Headers */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = feature_changeset; - productName = feature_changeset; - productReference = 67B52BD31AD42B0D00664C17 /* libfeature_changeset.a */; - productType = "com.apple.product-type.library.static"; - }; - 67B52BF21AD42B5000664C17 /* feature_changeset_tests */ = { - isa = PBXNativeTarget; - buildConfigurationList = 67B52BF71AD42B5000664C17 /* Build configuration list for PBXNativeTarget "feature_changeset_tests" */; - buildPhases = ( - 67B52BEF1AD42B5000664C17 /* Sources */, - 67B52BF01AD42B5000664C17 /* Frameworks */, - 67B52BF11AD42B5000664C17 /* CopyFiles */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = feature_changeset_tests; - productName = feature_changeset_tests; - productReference = 67B52BF31AD42B5000664C17 /* feature_changeset_tests */; - productType = "com.apple.product-type.tool"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 67B52BCB1AD42B0D00664C17 /* Project object */ = { - isa = PBXProject; - attributes = { - LastUpgradeCheck = 0630; - ORGANIZATIONNAME = maps.me; - TargetAttributes = { - 67B52BD21AD42B0D00664C17 = { - CreatedOnToolsVersion = 6.2; - }; - 67B52BF21AD42B5000664C17 = { - CreatedOnToolsVersion = 6.2; - }; - }; - }; - buildConfigurationList = 67B52BCE1AD42B0D00664C17 /* Build configuration list for PBXProject "feature_changeset" */; - compatibilityVersion = "Xcode 6.3"; - developmentRegion = English; - hasScannedForEncodings = 0; - knownRegions = ( - en, - ); - mainGroup = 67B52BCA1AD42B0D00664C17; - productRefGroup = 67B52BD41AD42B0D00664C17 /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 67B52BD21AD42B0D00664C17 /* feature_changeset */, - 67B52BF21AD42B5000664C17 /* feature_changeset_tests */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXSourcesBuildPhase section */ - 67B52BCF1AD42B0D00664C17 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 67B52BE91AD42B3800664C17 /* featurechangeset_upload.cpp in Sources */, - 67B52BEA1AD42B3800664C17 /* featurechangeset.cpp in Sources */, - 67B52C041AD6B28A00664C17 /* osm_entity.cpp in Sources */, - 67B52BEC1AD42B3800664C17 /* sqlite3.c in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 67B52BEF1AD42B5000664C17 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 67B52BFF1AD42BED00664C17 /* testingmain.cpp in Sources */, - 67B52BFD1AD42B7200664C17 /* sqlite3.c in Sources */, - 67B52BFA1AD42B6600664C17 /* feature_changeset_tests.cpp in Sources */, - 67B52BFB1AD42B6600664C17 /* featurechangeset_upload.cpp in Sources */, - 67B52BFC1AD42B6600664C17 /* featurechangeset.cpp in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin XCBuildConfiguration section */ - 67B52BDC1AD42B0D00664C17 /* Debug */ = { - isa = XCBuildConfiguration; - 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)", - "~/omim", - /usr/local/include, - ); - MACOSX_DEPLOYMENT_TARGET = 10.10; - MTL_ENABLE_DEBUG_INFO = YES; - ONLY_ACTIVE_ARCH = YES; - SDKROOT = macosx; - }; - name = Debug; - }; - 67B52BDD1AD42B0D00664C17 /* Release */ = { - isa = XCBuildConfiguration; - 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; - 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)", - "~/omim", - /usr/local/include, - ); - MACOSX_DEPLOYMENT_TARGET = 10.10; - MTL_ENABLE_DEBUG_INFO = NO; - SDKROOT = macosx; - }; - name = Release; - }; - 67B52BDF1AD42B0D00664C17 /* 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; - PRODUCT_NAME = "$(TARGET_NAME)"; - }; - name = Debug; - }; - 67B52BE01AD42B0D00664C17 /* 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; - PRODUCT_NAME = "$(TARGET_NAME)"; - }; - name = Release; - }; - 67B52BF81AD42B5000664C17 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - /Volumes/AltHD/Xcode/DerivedData/Build/Products/Debug, - ); - PRODUCT_NAME = "$(TARGET_NAME)"; - }; - name = Debug; - }; - 67B52BF91AD42B5000664C17 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - /Volumes/AltHD/Xcode/DerivedData/Build/Products/Debug, - ); - PRODUCT_NAME = "$(TARGET_NAME)"; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 67B52BCE1AD42B0D00664C17 /* Build configuration list for PBXProject "feature_changeset" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 67B52BDC1AD42B0D00664C17 /* Debug */, - 67B52BDD1AD42B0D00664C17 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 67B52BDE1AD42B0D00664C17 /* Build configuration list for PBXNativeTarget "feature_changeset" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 67B52BDF1AD42B0D00664C17 /* Debug */, - 67B52BE01AD42B0D00664C17 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 67B52BF71AD42B5000664C17 /* Build configuration list for PBXNativeTarget "feature_changeset_tests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 67B52BF81AD42B5000664C17 /* Debug */, - 67B52BF91AD42B5000664C17 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = 67B52BCB1AD42B0D00664C17 /* Project object */; -} diff --git a/xcode/omim.xcworkspace/contents.xcworkspacedata b/xcode/omim.xcworkspace/contents.xcworkspacedata index 7ffb023360..34ffb26d55 100644 --- a/xcode/omim.xcworkspace/contents.xcworkspacedata +++ b/xcode/omim.xcworkspace/contents.xcworkspacedata @@ -101,14 +101,4 @@ - - - - - -