483 lines
17 KiB
Plaintext
483 lines
17 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 50;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
D7ADDD562175F2D4000EDCC4 /* OpenSSL.h in Headers */ = {isa = PBXBuildFile; fileRef = D7ADDD542175F2D4000EDCC4 /* OpenSSL.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
D7ADDD78217637D2000EDCC4 /* libopenssl.a in Frameworks */ = {isa = PBXBuildFile; fileRef = D7ADDD6A21761CD3000EDCC4 /* libopenssl.a */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
D7ADDD7521763780000EDCC4 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = D7ADDD482175F2D4000EDCC4 /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = D7ADDD6921761CD3000EDCC4;
|
|
remoteInfo = openssl;
|
|
};
|
|
/* End PBXContainerItemProxy section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
272C8E8D2535D0160085764E /* create-xcframework.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = "create-xcframework.sh"; sourceTree = "<group>"; };
|
|
D76C0E29217737D000BC534D /* project.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = project.xcconfig; sourceTree = "<group>"; };
|
|
D7ADDD512175F2D4000EDCC4 /* OpenSSL.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = OpenSSL.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
D7ADDD542175F2D4000EDCC4 /* OpenSSL.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = OpenSSL.h; sourceTree = "<group>"; };
|
|
D7ADDD552175F2D4000EDCC4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
D7ADDD6A21761CD3000EDCC4 /* libopenssl.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libopenssl.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
D7ADDD7021761D0F000EDCC4 /* build_openssl.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = build_openssl.sh; sourceTree = "<group>"; };
|
|
D7ADDD7221761FB0000EDCC4 /* openssl.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = openssl.xcconfig; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
D7ADDD4E2175F2D4000EDCC4 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
D7ADDD78217637D2000EDCC4 /* libopenssl.a in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
D7ADDD472175F2D4000EDCC4 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
D7ADDD642175F63F000EDCC4 /* Config */,
|
|
D7ADDD6F21761D0F000EDCC4 /* Scripts */,
|
|
D7ADDD532175F2D4000EDCC4 /* OpenSSL */,
|
|
D7ADDD522175F2D4000EDCC4 /* Products */,
|
|
D7ADDD77217637D2000EDCC4 /* Frameworks */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
D7ADDD522175F2D4000EDCC4 /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
D7ADDD512175F2D4000EDCC4 /* OpenSSL.framework */,
|
|
D7ADDD6A21761CD3000EDCC4 /* libopenssl.a */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
D7ADDD532175F2D4000EDCC4 /* OpenSSL */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
D7ADDD542175F2D4000EDCC4 /* OpenSSL.h */,
|
|
D7ADDD552175F2D4000EDCC4 /* Info.plist */,
|
|
);
|
|
path = OpenSSL;
|
|
sourceTree = "<group>";
|
|
};
|
|
D7ADDD642175F63F000EDCC4 /* Config */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
D76C0E29217737D000BC534D /* project.xcconfig */,
|
|
D7ADDD7221761FB0000EDCC4 /* openssl.xcconfig */,
|
|
);
|
|
path = Config;
|
|
sourceTree = "<group>";
|
|
};
|
|
D7ADDD6F21761D0F000EDCC4 /* Scripts */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
D7ADDD7021761D0F000EDCC4 /* build_openssl.sh */,
|
|
272C8E8D2535D0160085764E /* create-xcframework.sh */,
|
|
);
|
|
path = Scripts;
|
|
sourceTree = "<group>";
|
|
};
|
|
D7ADDD77217637D2000EDCC4 /* Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
);
|
|
name = Frameworks;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXHeadersBuildPhase section */
|
|
D7ADDD4C2175F2D4000EDCC4 /* Headers */ = {
|
|
isa = PBXHeadersBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
D7ADDD562175F2D4000EDCC4 /* OpenSSL.h in Headers */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXHeadersBuildPhase section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
D7ADDD502175F2D4000EDCC4 /* OpenSSL */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = D7ADDD592175F2D4000EDCC4 /* Build configuration list for PBXNativeTarget "OpenSSL" */;
|
|
buildPhases = (
|
|
D7ADDD4C2175F2D4000EDCC4 /* Headers */,
|
|
D7ADDD4D2175F2D4000EDCC4 /* Sources */,
|
|
D7ADDD4E2175F2D4000EDCC4 /* Frameworks */,
|
|
D7ADDD4F2175F2D4000EDCC4 /* Resources */,
|
|
D7ADDD792176394A000EDCC4 /* Copy OpenSSL Headers */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
D7ADDD7621763780000EDCC4 /* PBXTargetDependency */,
|
|
);
|
|
name = OpenSSL;
|
|
productName = OpenSSL;
|
|
productReference = D7ADDD512175F2D4000EDCC4 /* OpenSSL.framework */;
|
|
productType = "com.apple.product-type.framework";
|
|
};
|
|
D7ADDD6921761CD3000EDCC4 /* openssl */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = D7ADDD6B21761CD3000EDCC4 /* Build configuration list for PBXNativeTarget "openssl" */;
|
|
buildPhases = (
|
|
D7ADDD6E21761CEB000EDCC4 /* ShellScript */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = openssl;
|
|
productName = openssl;
|
|
productReference = D7ADDD6A21761CD3000EDCC4 /* libopenssl.a */;
|
|
productType = "com.apple.product-type.library.static";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
D7ADDD482175F2D4000EDCC4 /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
LastUpgradeCheck = 1000;
|
|
ORGANIZATIONNAME = "Outer Corner";
|
|
TargetAttributes = {
|
|
D7ADDD502175F2D4000EDCC4 = {
|
|
CreatedOnToolsVersion = 10.0;
|
|
};
|
|
D7ADDD6921761CD3000EDCC4 = {
|
|
CreatedOnToolsVersion = 10.0;
|
|
};
|
|
};
|
|
};
|
|
buildConfigurationList = D7ADDD4B2175F2D4000EDCC4 /* Build configuration list for PBXProject "OpenSSL" */;
|
|
compatibilityVersion = "Xcode 9.3";
|
|
developmentRegion = en;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
);
|
|
mainGroup = D7ADDD472175F2D4000EDCC4;
|
|
productRefGroup = D7ADDD522175F2D4000EDCC4 /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
D7ADDD502175F2D4000EDCC4 /* OpenSSL */,
|
|
D7ADDD6921761CD3000EDCC4 /* openssl */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
D7ADDD4F2175F2D4000EDCC4 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXShellScriptBuildPhase section */
|
|
D7ADDD6E21761CEB000EDCC4 /* ShellScript */ = {
|
|
isa = PBXShellScriptBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
inputFileListPaths = (
|
|
);
|
|
inputPaths = (
|
|
);
|
|
outputFileListPaths = (
|
|
);
|
|
outputPaths = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
shellPath = /bin/sh;
|
|
shellScript = "# Type a script or drag a script file from your workspace to insert its path.\nsh \"$SRCROOT/Scripts/build_openssl.sh\"\n";
|
|
};
|
|
D7ADDD792176394A000EDCC4 /* Copy OpenSSL Headers */ = {
|
|
isa = PBXShellScriptBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
inputFileListPaths = (
|
|
);
|
|
inputPaths = (
|
|
);
|
|
name = "Copy OpenSSL Headers";
|
|
outputFileListPaths = (
|
|
);
|
|
outputPaths = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
shellPath = /bin/sh;
|
|
shellScript = "HEADERS_SOURCE_DIR=\"$TARGET_BUILD_DIR/headers/openssl\"\nHEADERS_INSTALL_DIR=\"$BUILT_PRODUCTS_DIR\"/\"$PUBLIC_HEADERS_FOLDER_PATH\"\nHEADER_LIST=`ls \"$HEADERS_SOURCE_DIR\"/*.h | grep -v \"asn1_mac.h\"`\n\nmkdir -p \"$HEADERS_INSTALL_DIR\"\nfor HEADER in $HEADER_LIST; do\n cp \"$HEADER\" \"${HEADERS_INSTALL_DIR}\"\ndone\n\nsed -i.bak \"s/<openssl\\//\\<OpenSSL\\//g\" \"$HEADERS_INSTALL_DIR/\"*\nsed -i.bak \"s/<inttypes\\.h>/<sys\\/types\\.h>/g\" \"$HEADERS_INSTALL_DIR/\"*\ncd \"$HEADERS_INSTALL_DIR\"\nrm *.bak\nls *.h | grep -v \"OpenSSL.h\" | sed -Ee \"s|(.+\\.h)$|#include <OpenSSL\\/\\1>|\" >> \"$HEADERS_INSTALL_DIR\"/OpenSSL.h\n\n";
|
|
};
|
|
/* End PBXShellScriptBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
D7ADDD4D2175F2D4000EDCC4 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXTargetDependency section */
|
|
D7ADDD7621763780000EDCC4 /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = D7ADDD6921761CD3000EDCC4 /* openssl */;
|
|
targetProxy = D7ADDD7521763780000EDCC4 /* PBXContainerItemProxy */;
|
|
};
|
|
/* End PBXTargetDependency section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
D7ADDD572175F2D4000EDCC4 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = D76C0E29217737D000BC534D /* project.xcconfig */;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_ENABLE_OBJC_WEAK = YES;
|
|
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_COMMA = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
CODE_SIGN_IDENTITY = "Mac Developer";
|
|
COPY_PHASE_STRIP = NO;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
ENABLE_TESTABILITY = YES;
|
|
GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
"DEBUG=1",
|
|
"$(inherited)",
|
|
);
|
|
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;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
|
|
MACOSX_DEPLOYMENT_TARGET = 10.10;
|
|
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
|
MTL_FAST_MATH = YES;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
SUPPORTED_PLATFORMS = "macosx iphoneos iphonesimulator";
|
|
VERSIONING_SYSTEM = "apple-generic";
|
|
VERSION_INFO_PREFIX = "";
|
|
};
|
|
name = Debug;
|
|
};
|
|
D7ADDD582175F2D4000EDCC4 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = D76C0E29217737D000BC534D /* project.xcconfig */;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_ENABLE_OBJC_WEAK = YES;
|
|
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_COMMA = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
CODE_SIGN_IDENTITY = "Mac Developer";
|
|
COPY_PHASE_STRIP = NO;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
ENABLE_NS_ASSERTIONS = NO;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
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;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
|
|
MACOSX_DEPLOYMENT_TARGET = 10.10;
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
MTL_FAST_MATH = YES;
|
|
SUPPORTED_PLATFORMS = "macosx iphoneos iphonesimulator";
|
|
VERSIONING_SYSTEM = "apple-generic";
|
|
VERSION_INFO_PREFIX = "";
|
|
};
|
|
name = Release;
|
|
};
|
|
D7ADDD5A2175F2D4000EDCC4 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = D7ADDD7221761FB0000EDCC4 /* openssl.xcconfig */;
|
|
buildSettings = {
|
|
BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
|
|
CODE_SIGN_IDENTITY = "";
|
|
CODE_SIGN_STYLE = Manual;
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
DEFINES_MODULE = YES;
|
|
DEVELOPMENT_TEAM = "";
|
|
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
|
FRAMEWORK_VERSION = A;
|
|
INFOPLIST_FILE = OpenSSL/Info.plist;
|
|
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"@executable_path/../Frameworks",
|
|
"@loader_path/Frameworks",
|
|
);
|
|
LIBRARY_SEARCH_PATHS = "$(TARGET_BUILD_DIR)";
|
|
OTHER_LDFLAGS = "-all_load";
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.outercorner.OpenSSL;
|
|
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
|
|
PROVISIONING_PROFILE_SPECIFIER = "";
|
|
};
|
|
name = Debug;
|
|
};
|
|
D7ADDD5B2175F2D4000EDCC4 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = D7ADDD7221761FB0000EDCC4 /* openssl.xcconfig */;
|
|
buildSettings = {
|
|
BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
|
|
CODE_SIGN_IDENTITY = "";
|
|
CODE_SIGN_STYLE = Manual;
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
DEFINES_MODULE = YES;
|
|
DEVELOPMENT_TEAM = "";
|
|
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
|
FRAMEWORK_VERSION = A;
|
|
INFOPLIST_FILE = OpenSSL/Info.plist;
|
|
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"@executable_path/../Frameworks",
|
|
"@loader_path/Frameworks",
|
|
);
|
|
LIBRARY_SEARCH_PATHS = "$(TARGET_BUILD_DIR)";
|
|
OTHER_LDFLAGS = "-all_load";
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.outercorner.OpenSSL;
|
|
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
|
|
PROVISIONING_PROFILE_SPECIFIER = "";
|
|
};
|
|
name = Release;
|
|
};
|
|
D7ADDD6C21761CD3000EDCC4 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = D7ADDD7221761FB0000EDCC4 /* openssl.xcconfig */;
|
|
buildSettings = {
|
|
BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
|
|
CODE_SIGN_STYLE = Manual;
|
|
EXECUTABLE_PREFIX = lib;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
};
|
|
name = Debug;
|
|
};
|
|
D7ADDD6D21761CD3000EDCC4 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = D7ADDD7221761FB0000EDCC4 /* openssl.xcconfig */;
|
|
buildSettings = {
|
|
BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
|
|
CODE_SIGN_STYLE = Manual;
|
|
EXECUTABLE_PREFIX = lib;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
D7ADDD4B2175F2D4000EDCC4 /* Build configuration list for PBXProject "OpenSSL" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
D7ADDD572175F2D4000EDCC4 /* Debug */,
|
|
D7ADDD582175F2D4000EDCC4 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
D7ADDD592175F2D4000EDCC4 /* Build configuration list for PBXNativeTarget "OpenSSL" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
D7ADDD5A2175F2D4000EDCC4 /* Debug */,
|
|
D7ADDD5B2175F2D4000EDCC4 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
D7ADDD6B21761CD3000EDCC4 /* Build configuration list for PBXNativeTarget "openssl" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
D7ADDD6C21761CD3000EDCC4 /* Debug */,
|
|
D7ADDD6D21761CD3000EDCC4 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = D7ADDD482175F2D4000EDCC4 /* Project object */;
|
|
}
|