From 5639512243ac24ddc7b5ab38101044c7e8a32f8d Mon Sep 17 00:00:00 2001 From: Edouard Tisserant Date: Fri, 8 Jan 2016 12:48:51 +0100 Subject: [PATCH] Forgotten commit --- netpgp-xcode/netpgp.xcodeproj/project.pbxproj | 436 ++++++++++++++++++ 1 file changed, 436 insertions(+) create mode 100644 netpgp-xcode/netpgp.xcodeproj/project.pbxproj diff --git a/netpgp-xcode/netpgp.xcodeproj/project.pbxproj b/netpgp-xcode/netpgp.xcodeproj/project.pbxproj new file mode 100644 index 0000000..2e1ad60 --- /dev/null +++ b/netpgp-xcode/netpgp.xcodeproj/project.pbxproj @@ -0,0 +1,436 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + 64532C361B8B3FD800F02F00 /* libcrypto.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 64532C331B8B3FA700F02F00 /* libcrypto.a */; }; + 64AA9C5E1B45691C00D0F542 /* bufgap.c in Sources */ = {isa = PBXBuildFile; fileRef = 64AA9C3B1B45691C00D0F542 /* bufgap.c */; }; + 64AA9C5F1B45691C00D0F542 /* compress.c in Sources */ = {isa = PBXBuildFile; fileRef = 64AA9C3D1B45691C00D0F542 /* compress.c */; }; + 64AA9C601B45691C00D0F542 /* create.c in Sources */ = {isa = PBXBuildFile; fileRef = 64AA9C3E1B45691C00D0F542 /* create.c */; }; + 64AA9C611B45691C00D0F542 /* crypto.c in Sources */ = {isa = PBXBuildFile; fileRef = 64AA9C401B45691C00D0F542 /* crypto.c */; }; + 64AA9C621B45691C00D0F542 /* keyring.c in Sources */ = {isa = PBXBuildFile; fileRef = 64AA9C441B45691C00D0F542 /* keyring.c */; }; + 64AA9C631B45691C00D0F542 /* misc.c in Sources */ = {isa = PBXBuildFile; fileRef = 64AA9C471B45691C00D0F542 /* misc.c */; }; + 64AA9C641B45691C00D0F542 /* netpgp.c in Sources */ = {isa = PBXBuildFile; fileRef = 64AA9C481B45691C00D0F542 /* netpgp.c */; }; + 64AA9C651B45691C00D0F542 /* openssl_crypto.c in Sources */ = {isa = PBXBuildFile; fileRef = 64AA9C4C1B45691C00D0F542 /* openssl_crypto.c */; }; + 64AA9C661B45691C00D0F542 /* packet-parse.c in Sources */ = {isa = PBXBuildFile; fileRef = 64AA9C4D1B45691C00D0F542 /* packet-parse.c */; }; + 64AA9C671B45691C00D0F542 /* packet-print.c in Sources */ = {isa = PBXBuildFile; fileRef = 64AA9C4F1B45691C00D0F542 /* packet-print.c */; }; + 64AA9C681B45691C00D0F542 /* packet-show.c in Sources */ = {isa = PBXBuildFile; fileRef = 64AA9C501B45691C00D0F542 /* packet-show.c */; }; + 64AA9C691B45691C00D0F542 /* reader.c in Sources */ = {isa = PBXBuildFile; fileRef = 64AA9C531B45691C00D0F542 /* reader.c */; }; + 64AA9C6A1B45691C00D0F542 /* signature.c in Sources */ = {isa = PBXBuildFile; fileRef = 64AA9C551B45691C00D0F542 /* signature.c */; }; + 64AA9C6B1B45691C00D0F542 /* symmetric.c in Sources */ = {isa = PBXBuildFile; fileRef = 64AA9C571B45691C00D0F542 /* symmetric.c */; }; + 64AA9C6C1B45691C00D0F542 /* validate.c in Sources */ = {isa = PBXBuildFile; fileRef = 64AA9C591B45691C00D0F542 /* validate.c */; }; + 64AA9C6D1B45691C00D0F542 /* writer.c in Sources */ = {isa = PBXBuildFile; fileRef = 64AA9C5C1B45691C00D0F542 /* writer.c */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 64532C321B8B3FA700F02F00 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 64DA24061B832E7D000BEE80 /* openssl.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 9069D28C0FCE659A0042E34C; + remoteInfo = crypto; + }; + 64532C341B8B3FCD00F02F00 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 64DA24061B832E7D000BEE80 /* openssl.xcodeproj */; + proxyType = 1; + remoteGlobalIDString = 9069D28B0FCE659A0042E34C; + remoteInfo = crypto; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXCopyFilesBuildPhase section */ + 64AA9C1E1B45686800D0F542 /* CopyFiles */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 2147483647; + dstPath = "include/$(PRODUCT_NAME)"; + dstSubfolderSpec = 16; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXCopyFilesBuildPhase section */ + +/* Begin PBXFileReference section */ + 64AA9C201B45686800D0F542 /* libnetpgp.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libnetpgp.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 64AA9C3B1B45691C00D0F542 /* bufgap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = bufgap.c; path = ../src/bufgap.c; sourceTree = ""; }; + 64AA9C3C1B45691C00D0F542 /* bufgap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = bufgap.h; path = ../src/bufgap.h; sourceTree = ""; }; + 64AA9C3D1B45691C00D0F542 /* compress.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = compress.c; path = ../src/compress.c; sourceTree = ""; }; + 64AA9C3E1B45691C00D0F542 /* create.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = create.c; path = ../src/create.c; sourceTree = ""; }; + 64AA9C3F1B45691C00D0F542 /* create.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = create.h; path = ../src/create.h; sourceTree = ""; }; + 64AA9C401B45691C00D0F542 /* crypto.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = crypto.c; path = ../src/crypto.c; sourceTree = ""; }; + 64AA9C411B45691C00D0F542 /* crypto.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = crypto.h; path = ../src/crypto.h; sourceTree = ""; }; + 64AA9C421B45691C00D0F542 /* defs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = defs.h; path = ../src/defs.h; sourceTree = ""; }; + 64AA9C431B45691C00D0F542 /* errors.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = errors.h; path = ../src/errors.h; sourceTree = ""; }; + 64AA9C441B45691C00D0F542 /* keyring.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = keyring.c; path = ../src/keyring.c; sourceTree = ""; }; + 64AA9C451B45691C00D0F542 /* keyring.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = keyring.h; path = ../src/keyring.h; sourceTree = ""; }; + 64AA9C461B45691C00D0F542 /* memory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = memory.h; path = ../src/memory.h; sourceTree = ""; }; + 64AA9C471B45691C00D0F542 /* misc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = misc.c; path = ../src/misc.c; sourceTree = ""; }; + 64AA9C481B45691C00D0F542 /* netpgp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = netpgp.c; path = ../src/netpgp.c; sourceTree = ""; }; + 64AA9C491B45691C00D0F542 /* netpgpdefs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = netpgpdefs.h; path = ../src/netpgpdefs.h; sourceTree = ""; }; + 64AA9C4A1B45691C00D0F542 /* netpgpdigest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = netpgpdigest.h; path = ../src/netpgpdigest.h; sourceTree = ""; }; + 64AA9C4B1B45691C00D0F542 /* netpgpsdk.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = netpgpsdk.h; path = ../src/netpgpsdk.h; sourceTree = ""; }; + 64AA9C4C1B45691C00D0F542 /* openssl_crypto.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = openssl_crypto.c; path = ../src/openssl_crypto.c; sourceTree = ""; }; + 64AA9C4D1B45691C00D0F542 /* packet-parse.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "packet-parse.c"; path = "../src/packet-parse.c"; sourceTree = ""; }; + 64AA9C4E1B45691C00D0F542 /* packet-parse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "packet-parse.h"; path = "../src/packet-parse.h"; sourceTree = ""; }; + 64AA9C4F1B45691C00D0F542 /* packet-print.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "packet-print.c"; path = "../src/packet-print.c"; sourceTree = ""; }; + 64AA9C501B45691C00D0F542 /* packet-show.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "packet-show.c"; path = "../src/packet-show.c"; sourceTree = ""; }; + 64AA9C511B45691C00D0F542 /* packet-show.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "packet-show.h"; path = "../src/packet-show.h"; sourceTree = ""; }; + 64AA9C521B45691C00D0F542 /* packet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = packet.h; path = ../src/packet.h; sourceTree = ""; }; + 64AA9C531B45691C00D0F542 /* reader.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = reader.c; path = ../src/reader.c; sourceTree = ""; }; + 64AA9C541B45691C00D0F542 /* readerwriter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = readerwriter.h; path = ../src/readerwriter.h; sourceTree = ""; }; + 64AA9C551B45691C00D0F542 /* signature.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = signature.c; path = ../src/signature.c; sourceTree = ""; }; + 64AA9C561B45691C00D0F542 /* signature.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = signature.h; path = ../src/signature.h; sourceTree = ""; }; + 64AA9C571B45691C00D0F542 /* symmetric.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = symmetric.c; path = ../src/symmetric.c; sourceTree = ""; }; + 64AA9C581B45691C00D0F542 /* types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = types.h; path = ../src/types.h; sourceTree = ""; }; + 64AA9C591B45691C00D0F542 /* validate.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = validate.c; path = ../src/validate.c; sourceTree = ""; }; + 64AA9C5A1B45691C00D0F542 /* validate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = validate.h; path = ../src/validate.h; sourceTree = ""; }; + 64AA9C5B1B45691C00D0F542 /* version.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = version.h; path = ../src/version.h; sourceTree = ""; }; + 64AA9C5C1B45691C00D0F542 /* writer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = writer.c; path = ../src/writer.c; sourceTree = ""; }; + 64AA9C5D1B45691C00D0F542 /* writer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = writer.h; path = ../src/writer.h; sourceTree = ""; }; + 64AA9C6E1B4569CD00D0F542 /* netpgp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = netpgp.h; path = ../include/netpgp.h; sourceTree = ""; }; + 64AA9C721B456A2600D0F542 /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = ""; }; + 64DA24061B832E7D000BEE80 /* openssl.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = openssl.xcodeproj; path = "../../openssl-xcode/openssl.xcodeproj"; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 64AA9C1D1B45686800D0F542 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 64532C361B8B3FD800F02F00 /* libcrypto.a in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 64532C2F1B8B3FA700F02F00 /* Products */ = { + isa = PBXGroup; + children = ( + 64532C331B8B3FA700F02F00 /* libcrypto.a */, + ); + name = Products; + sourceTree = ""; + }; + 64AA9C171B45686800D0F542 = { + isa = PBXGroup; + children = ( + 64DA24061B832E7D000BEE80 /* openssl.xcodeproj */, + 64AA9C721B456A2600D0F542 /* config.h */, + 64AA9C3A1B4568DA00D0F542 /* srcref */, + 64AA9C211B45686800D0F542 /* Products */, + ); + sourceTree = ""; + }; + 64AA9C211B45686800D0F542 /* Products */ = { + isa = PBXGroup; + children = ( + 64AA9C201B45686800D0F542 /* libnetpgp.a */, + ); + name = Products; + sourceTree = ""; + }; + 64AA9C3A1B4568DA00D0F542 /* srcref */ = { + isa = PBXGroup; + children = ( + 64AA9C6E1B4569CD00D0F542 /* netpgp.h */, + 64AA9C3B1B45691C00D0F542 /* bufgap.c */, + 64AA9C3C1B45691C00D0F542 /* bufgap.h */, + 64AA9C3D1B45691C00D0F542 /* compress.c */, + 64AA9C3E1B45691C00D0F542 /* create.c */, + 64AA9C3F1B45691C00D0F542 /* create.h */, + 64AA9C401B45691C00D0F542 /* crypto.c */, + 64AA9C411B45691C00D0F542 /* crypto.h */, + 64AA9C421B45691C00D0F542 /* defs.h */, + 64AA9C431B45691C00D0F542 /* errors.h */, + 64AA9C441B45691C00D0F542 /* keyring.c */, + 64AA9C451B45691C00D0F542 /* keyring.h */, + 64AA9C461B45691C00D0F542 /* memory.h */, + 64AA9C471B45691C00D0F542 /* misc.c */, + 64AA9C481B45691C00D0F542 /* netpgp.c */, + 64AA9C491B45691C00D0F542 /* netpgpdefs.h */, + 64AA9C4A1B45691C00D0F542 /* netpgpdigest.h */, + 64AA9C4B1B45691C00D0F542 /* netpgpsdk.h */, + 64AA9C4C1B45691C00D0F542 /* openssl_crypto.c */, + 64AA9C4D1B45691C00D0F542 /* packet-parse.c */, + 64AA9C4E1B45691C00D0F542 /* packet-parse.h */, + 64AA9C4F1B45691C00D0F542 /* packet-print.c */, + 64AA9C501B45691C00D0F542 /* packet-show.c */, + 64AA9C511B45691C00D0F542 /* packet-show.h */, + 64AA9C521B45691C00D0F542 /* packet.h */, + 64AA9C531B45691C00D0F542 /* reader.c */, + 64AA9C541B45691C00D0F542 /* readerwriter.h */, + 64AA9C551B45691C00D0F542 /* signature.c */, + 64AA9C561B45691C00D0F542 /* signature.h */, + 64AA9C571B45691C00D0F542 /* symmetric.c */, + 64AA9C581B45691C00D0F542 /* types.h */, + 64AA9C591B45691C00D0F542 /* validate.c */, + 64AA9C5A1B45691C00D0F542 /* validate.h */, + 64AA9C5B1B45691C00D0F542 /* version.h */, + 64AA9C5C1B45691C00D0F542 /* writer.c */, + 64AA9C5D1B45691C00D0F542 /* writer.h */, + ); + name = srcref; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 64AA9C1F1B45686800D0F542 /* netpgp */ = { + isa = PBXNativeTarget; + buildConfigurationList = 64AA9C341B45686800D0F542 /* Build configuration list for PBXNativeTarget "netpgp" */; + buildPhases = ( + 647051CD1B45F0C100796487 /* ShellScript */, + 64AA9C1C1B45686800D0F542 /* Sources */, + 64AA9C1D1B45686800D0F542 /* Frameworks */, + 64AA9C1E1B45686800D0F542 /* CopyFiles */, + ); + buildRules = ( + ); + dependencies = ( + 64532C351B8B3FCD00F02F00 /* PBXTargetDependency */, + ); + name = netpgp; + productName = netpgp; + productReference = 64AA9C201B45686800D0F542 /* libnetpgp.a */; + productType = "com.apple.product-type.library.static"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 64AA9C181B45686800D0F542 /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0630; + ORGANIZATIONNAME = "Edouard Tisserant"; + TargetAttributes = { + 64AA9C1F1B45686800D0F542 = { + CreatedOnToolsVersion = 6.3.2; + }; + }; + }; + buildConfigurationList = 64AA9C1B1B45686800D0F542 /* Build configuration list for PBXProject "netpgp" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + ); + mainGroup = 64AA9C171B45686800D0F542; + productRefGroup = 64AA9C211B45686800D0F542 /* Products */; + projectDirPath = ""; + projectReferences = ( + { + ProductGroup = 64532C2F1B8B3FA700F02F00 /* Products */; + ProjectRef = 64DA24061B832E7D000BEE80 /* openssl.xcodeproj */; + }, + ); + projectRoot = ""; + targets = ( + 64AA9C1F1B45686800D0F542 /* netpgp */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXReferenceProxy section */ + 64532C331B8B3FA700F02F00 /* libcrypto.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = libcrypto.a; + remoteRef = 64532C321B8B3FA700F02F00 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; +/* End PBXReferenceProxy section */ + +/* Begin PBXShellScriptBuildPhase section */ + 647051CD1B45F0C100796487 /* ShellScript */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "mkdir -p \"$BUILT_PRODUCTS_DIR/include/netpgp\"\n\ncp \"$SRCROOT/config.h\" \"$BUILT_PRODUCTS_DIR/include/netpgp/\"\n\ncp \"$SRCROOT/../src/\"{\\\ncreate.h,\\\ncrypto.h,\\\nerrors.h,\\\nkeyring.h,\\\nmemory.h,\\\nnetpgpsdk.h,\\\npacket.h,\\\npacket-parse.h,\\\npacket-show.h,\\\nsignature.h,\\\ntypes.h,\\\nreaderwriter.h,\\\nwriter.h,\\\nvalidate.h} \"$BUILT_PRODUCTS_DIR/include/netpgp/\"\n\ncp \"$SRCROOT/../include/netpgp.h\" \"$BUILT_PRODUCTS_DIR/include/\""; + }; +/* End PBXShellScriptBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 64AA9C1C1B45686800D0F542 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 64AA9C6A1B45691C00D0F542 /* signature.c in Sources */, + 64AA9C681B45691C00D0F542 /* packet-show.c in Sources */, + 64AA9C5E1B45691C00D0F542 /* bufgap.c in Sources */, + 64AA9C641B45691C00D0F542 /* netpgp.c in Sources */, + 64AA9C6C1B45691C00D0F542 /* validate.c in Sources */, + 64AA9C5F1B45691C00D0F542 /* compress.c in Sources */, + 64AA9C6D1B45691C00D0F542 /* writer.c in Sources */, + 64AA9C691B45691C00D0F542 /* reader.c in Sources */, + 64AA9C661B45691C00D0F542 /* packet-parse.c in Sources */, + 64AA9C621B45691C00D0F542 /* keyring.c in Sources */, + 64AA9C631B45691C00D0F542 /* misc.c in Sources */, + 64AA9C651B45691C00D0F542 /* openssl_crypto.c in Sources */, + 64AA9C671B45691C00D0F542 /* packet-print.c in Sources */, + 64AA9C6B1B45691C00D0F542 /* symmetric.c in Sources */, + 64AA9C611B45691C00D0F542 /* crypto.c in Sources */, + 64AA9C601B45691C00D0F542 /* create.c in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 64532C351B8B3FCD00F02F00 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = crypto; + targetProxy = 64532C341B8B3FCD00F02F00 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin XCBuildConfiguration section */ + 64AA9C321B45686800D0F542 /* 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; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_NO_COMMON_BLOCKS = YES; + 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)", + "$(OPENSSL_SRC)/include", + ); + MTL_ENABLE_DEBUG_INFO = YES; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + }; + name = Debug; + }; + 64AA9C331B45686800D0F542 /* 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; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_NS_ASSERTIONS = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = gnu99; + 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; + HEADER_SEARCH_PATHS = ( + "$(inherited)", + "$(OPENSSL_SRC)/include", + ); + MTL_ENABLE_DEBUG_INFO = NO; + SDKROOT = iphoneos; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 64AA9C351B45686800D0F542 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "$(USER_LIBRARY_DIR)/Developer/Xcode/DerivedData/pEp-iOS-gtbigzjcintbskexdmmkdrzxuewm/Build/Products/Debug", + ); + ONLY_ACTIVE_ARCH = NO; + OTHER_LDFLAGS = "-ObjC"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SKIP_INSTALL = YES; + }; + name = Debug; + }; + 64AA9C361B45686800D0F542 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "$(USER_LIBRARY_DIR)/Developer/Xcode/DerivedData/pEp-iOS-gtbigzjcintbskexdmmkdrzxuewm/Build/Products/Debug", + ); + ONLY_ACTIVE_ARCH = NO; + OTHER_LDFLAGS = "-ObjC"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SKIP_INSTALL = YES; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 64AA9C1B1B45686800D0F542 /* Build configuration list for PBXProject "netpgp" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 64AA9C321B45686800D0F542 /* Debug */, + 64AA9C331B45686800D0F542 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 64AA9C341B45686800D0F542 /* Build configuration list for PBXNativeTarget "netpgp" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 64AA9C351B45686800D0F542 /* Debug */, + 64AA9C361B45686800D0F542 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 64AA9C181B45686800D0F542 /* Project object */; +}