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:
Diffstat (limited to 'xcode/tomcrypt/tomcrypt.xcodeproj/project.pbxproj')
-rw-r--r--xcode/tomcrypt/tomcrypt.xcodeproj/project.pbxproj275
1 files changed, 275 insertions, 0 deletions
diff --git a/xcode/tomcrypt/tomcrypt.xcodeproj/project.pbxproj b/xcode/tomcrypt/tomcrypt.xcodeproj/project.pbxproj
new file mode 100644
index 0000000000..4eabc762bd
--- /dev/null
+++ b/xcode/tomcrypt/tomcrypt.xcodeproj/project.pbxproj
@@ -0,0 +1,275 @@
+// !$*UTF8*$!
+{
+ archiveVersion = 1;
+ classes = {
+ };
+ objectVersion = 46;
+ objects = {
+
+/* Begin PBXBuildFile section */
+ 675345291A3F6AF000A0A8C3 /* sha256.c in Sources */ = {isa = PBXBuildFile; fileRef = 675345281A3F6AF000A0A8C3 /* sha256.c */; settings = {COMPILER_FLAGS = "-O2"; }; };
+ 6753452C1A3F6B0100A0A8C3 /* base64_decode.c in Sources */ = {isa = PBXBuildFile; fileRef = 6753452A1A3F6B0100A0A8C3 /* base64_decode.c */; settings = {COMPILER_FLAGS = "-O2"; }; };
+ 6753452D1A3F6B0100A0A8C3 /* base64_encode.c in Sources */ = {isa = PBXBuildFile; fileRef = 6753452B1A3F6B0100A0A8C3 /* base64_encode.c */; settings = {COMPILER_FLAGS = "-O2"; }; };
+/* End PBXBuildFile section */
+
+/* Begin PBXFileReference section */
+ 670D05B11B0E0A160013A7AC /* defaults.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = defaults.xcconfig; path = ../defaults.xcconfig; sourceTree = "<group>"; };
+ 675344EA1A3F693B00A0A8C3 /* libtomcrypt.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libtomcrypt.a; sourceTree = BUILT_PRODUCTS_DIR; };
+ 675345281A3F6AF000A0A8C3 /* sha256.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sha256.c; path = src/hashes/sha2/sha256.c; sourceTree = "<group>"; };
+ 6753452A1A3F6B0100A0A8C3 /* base64_decode.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = base64_decode.c; path = src/misc/base64/base64_decode.c; sourceTree = "<group>"; };
+ 6753452B1A3F6B0100A0A8C3 /* base64_encode.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = base64_encode.c; path = src/misc/base64/base64_encode.c; sourceTree = "<group>"; };
+/* End PBXFileReference section */
+
+/* Begin PBXFrameworksBuildPhase section */
+ 675344E71A3F693B00A0A8C3 /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXFrameworksBuildPhase section */
+
+/* Begin PBXGroup section */
+ 675344E11A3F693B00A0A8C3 = {
+ isa = PBXGroup;
+ children = (
+ 670D05B11B0E0A160013A7AC /* defaults.xcconfig */,
+ 675344EC1A3F693B00A0A8C3 /* tomcrypt */,
+ 675344EB1A3F693B00A0A8C3 /* Products */,
+ );
+ sourceTree = "<group>";
+ };
+ 675344EB1A3F693B00A0A8C3 /* Products */ = {
+ isa = PBXGroup;
+ children = (
+ 675344EA1A3F693B00A0A8C3 /* libtomcrypt.a */,
+ );
+ name = Products;
+ sourceTree = "<group>";
+ };
+ 675344EC1A3F693B00A0A8C3 /* tomcrypt */ = {
+ isa = PBXGroup;
+ children = (
+ 675345281A3F6AF000A0A8C3 /* sha256.c */,
+ 6753452A1A3F6B0100A0A8C3 /* base64_decode.c */,
+ 6753452B1A3F6B0100A0A8C3 /* base64_encode.c */,
+ );
+ name = tomcrypt;
+ path = ../../3party/tomcrypt;
+ sourceTree = "<group>";
+ };
+/* End PBXGroup section */
+
+/* Begin PBXHeadersBuildPhase section */
+ 675344E81A3F693B00A0A8C3 /* Headers */ = {
+ isa = PBXHeadersBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXHeadersBuildPhase section */
+
+/* Begin PBXNativeTarget section */
+ 675344E91A3F693B00A0A8C3 /* tomcrypt */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = 675344F51A3F693B00A0A8C3 /* Build configuration list for PBXNativeTarget "tomcrypt" */;
+ buildPhases = (
+ 675344E61A3F693B00A0A8C3 /* Sources */,
+ 675344E71A3F693B00A0A8C3 /* Frameworks */,
+ 675344E81A3F693B00A0A8C3 /* Headers */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ );
+ name = tomcrypt;
+ productName = tomcrypt;
+ productReference = 675344EA1A3F693B00A0A8C3 /* libtomcrypt.a */;
+ productType = "com.apple.product-type.library.static";
+ };
+/* End PBXNativeTarget section */
+
+/* Begin PBXProject section */
+ 675344E21A3F693B00A0A8C3 /* Project object */ = {
+ isa = PBXProject;
+ attributes = {
+ LastUpgradeCheck = 0630;
+ ORGANIZATIONNAME = maps.me;
+ TargetAttributes = {
+ 675344E91A3F693B00A0A8C3 = {
+ CreatedOnToolsVersion = 6.1;
+ };
+ };
+ };
+ buildConfigurationList = 675344E51A3F693B00A0A8C3 /* Build configuration list for PBXProject "tomcrypt" */;
+ compatibilityVersion = "Xcode 3.2";
+ developmentRegion = English;
+ hasScannedForEncodings = 0;
+ knownRegions = (
+ en,
+ );
+ mainGroup = 675344E11A3F693B00A0A8C3;
+ productRefGroup = 675344EB1A3F693B00A0A8C3 /* Products */;
+ projectDirPath = "";
+ projectRoot = "";
+ targets = (
+ 675344E91A3F693B00A0A8C3 /* tomcrypt */,
+ );
+ };
+/* End PBXProject section */
+
+/* Begin PBXSourcesBuildPhase section */
+ 675344E61A3F693B00A0A8C3 /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 6753452C1A3F6B0100A0A8C3 /* base64_decode.c in Sources */,
+ 6753452D1A3F6B0100A0A8C3 /* base64_encode.c in Sources */,
+ 675345291A3F6AF000A0A8C3 /* sha256.c in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXSourcesBuildPhase section */
+
+/* Begin XCBuildConfiguration section */
+ 675344F31A3F693B00A0A8C3 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 670D05B11B0E0A160013A7AC /* 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)",
+ "$(OMIM_ROOT)/3party/tomcrypt/src/headers",
+ );
+ MACOSX_DEPLOYMENT_TARGET = 10.10;
+ MTL_ENABLE_DEBUG_INFO = YES;
+ ONLY_ACTIVE_ARCH = YES;
+ SDKROOT = macosx;
+ };
+ name = Debug;
+ };
+ 675344F41A3F693B00A0A8C3 /* Release */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 670D05B11B0E0A160013A7AC /* 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)",
+ "$(OMIM_ROOT)/3party/tomcrypt/src/headers",
+ );
+ MACOSX_DEPLOYMENT_TARGET = 10.10;
+ MTL_ENABLE_DEBUG_INFO = NO;
+ SDKROOT = macosx;
+ };
+ name = Release;
+ };
+ 675344F61A3F693B00A0A8C3 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ COMBINE_HIDPI_IMAGES = YES;
+ EXECUTABLE_PREFIX = lib;
+ GCC_CW_ASM_SYNTAX = YES;
+ GCC_C_LANGUAGE_STANDARD = gnu99;
+ 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;
+ };
+ 675344F71A3F693B00A0A8C3 /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ COMBINE_HIDPI_IMAGES = YES;
+ EXECUTABLE_PREFIX = lib;
+ GCC_CW_ASM_SYNTAX = YES;
+ GCC_C_LANGUAGE_STANDARD = gnu99;
+ 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;
+ };
+/* End XCBuildConfiguration section */
+
+/* Begin XCConfigurationList section */
+ 675344E51A3F693B00A0A8C3 /* Build configuration list for PBXProject "tomcrypt" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 675344F31A3F693B00A0A8C3 /* Debug */,
+ 675344F41A3F693B00A0A8C3 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ 675344F51A3F693B00A0A8C3 /* Build configuration list for PBXNativeTarget "tomcrypt" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 675344F61A3F693B00A0A8C3 /* Debug */,
+ 675344F71A3F693B00A0A8C3 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+/* End XCConfigurationList section */
+ };
+ rootObject = 675344E21A3F693B00A0A8C3 /* Project object */;
+}