forked from pEp.foundation/netpgp-et
parent
568fdd4dbe
commit
0af98ad54a
@ -0,0 +1,160 @@
|
||||
//
|
||||
// config.h
|
||||
// netpgp
|
||||
|
||||
#ifndef netpgp_config_h
|
||||
#define netpgp_config_h
|
||||
|
||||
/* Define to 1 if you have the <bzlib.h> header file. */
|
||||
#define HAVE_BZLIB_H 1
|
||||
|
||||
/* Define to 1 if you have the <CommonCrypto/CommonDigest.h> header file. */
|
||||
#define HAVE_COMMONCRYPTO_COMMONDIGEST_H 1
|
||||
|
||||
/* Define to 1 if you have the <direct.h> header file. */
|
||||
/* #undef HAVE_DIRECT_H */
|
||||
|
||||
/* Define to 1 if you have the <dlfcn.h> header file. */
|
||||
#define HAVE_DLFCN_H 1
|
||||
|
||||
/* Define to 1 if you have the <dmalloc.h> header file. */
|
||||
/* #undef HAVE_DMALLOC_H */
|
||||
|
||||
/* Define to 1 if you have the <errno.h> header file. */
|
||||
#define HAVE_ERRNO_H 1
|
||||
|
||||
/* Define to 1 if you have the <fcntl.h> header file. */
|
||||
#define HAVE_FCNTL_H 1
|
||||
|
||||
/* Define to 1 if you have the <inttypes.h> header file. */
|
||||
#define HAVE_INTTYPES_H 1
|
||||
|
||||
/* Define to 1 if you have the <limits.h> header file. */
|
||||
#define HAVE_LIMITS_H 1
|
||||
|
||||
/* Define to 1 if the system has the type 'long long int'. */
|
||||
#define HAVE_LONG_LONG_INT 1
|
||||
|
||||
/* Define to 1 if you have the <malloc.h> header file. */
|
||||
/* #undef HAVE_MALLOC_H */
|
||||
|
||||
/* Define to 1 if you have the <memory.h> header file. */
|
||||
#define HAVE_MEMORY_H 1
|
||||
|
||||
/* Define to 1 if you have the <openssl/aes.h> header file. */
|
||||
#define HAVE_OPENSSL_AES_H 1
|
||||
|
||||
/* Define to 1 if you have the <openssl/bn.h> header file. */
|
||||
#define HAVE_OPENSSL_BN_H 1
|
||||
|
||||
/* Define to 1 if you have the <openssl/camellia.h> header file. */
|
||||
/* #undef HAVE_OPENSSL_CAMELLIA_H */
|
||||
|
||||
/* Define to 1 if you have the <openssl/cast.h> header file. */
|
||||
#define HAVE_OPENSSL_CAST_H 1
|
||||
|
||||
/* Define to 1 if you have the <openssl/des.h> header file. */
|
||||
#define HAVE_OPENSSL_DES_H 1
|
||||
|
||||
/* Define to 1 if you have the <openssl/dsa.h> header file. */
|
||||
#define HAVE_OPENSSL_DSA_H 1
|
||||
|
||||
/* Define to 1 if you have the <openssl/err.h> header file. */
|
||||
#define HAVE_OPENSSL_ERR_H 1
|
||||
|
||||
/* Define to 1 if you have the <openssl/idea.h> header file. */
|
||||
/* #undef HAVE_OPENSSL_IDEA_H */
|
||||
|
||||
/* Define to 1 if you have the <openssl/md5.h> header file. */
|
||||
#define HAVE_OPENSSL_MD5_H 1
|
||||
|
||||
/* Define to 1 if you have the <openssl/rand.h> header file. */
|
||||
#define HAVE_OPENSSL_RAND_H 1
|
||||
|
||||
/* Define to 1 if you have the <openssl/rsa.h> header file. */
|
||||
#define HAVE_OPENSSL_RSA_H 1
|
||||
|
||||
/* Define to 1 if you have the <openssl/sha.h> header file. */
|
||||
#define HAVE_OPENSSL_SHA_H 1
|
||||
|
||||
/* Define to 1 if the system has the type `SHA256_CTX'. */
|
||||
#define HAVE_SHA256_CTX 1
|
||||
|
||||
/* Define to 1 if you have the <stdint.h> header file. */
|
||||
#define HAVE_STDINT_H 1
|
||||
|
||||
/* Define to 1 if you have the <stdlib.h> header file. */
|
||||
#define HAVE_STDLIB_H 1
|
||||
|
||||
/* Define to 1 if you have the <strings.h> header file. */
|
||||
#define HAVE_STRINGS_H 1
|
||||
|
||||
/* Define to 1 if you have the <string.h> header file. */
|
||||
#define HAVE_STRING_H 1
|
||||
|
||||
/* Define to 1 if you have the <sys/cdefs.h> header file. */
|
||||
#define HAVE_SYS_CDEFS_H 1
|
||||
|
||||
/* Define to 1 if you have the <sys/file.h> header file. */
|
||||
#define HAVE_SYS_FILE_H 1
|
||||
|
||||
/* Define to 1 if you have the <sys/mman.h> header file. */
|
||||
#define HAVE_SYS_MMAN_H 1
|
||||
|
||||
/* Define to 1 if you have the <sys/param.h> header file. */
|
||||
#define HAVE_SYS_PARAM_H 1
|
||||
|
||||
/* Define to 1 if you have the <sys/resource.h> header file. */
|
||||
#define HAVE_SYS_RESOURCE_H 1
|
||||
|
||||
/* Define to 1 if you have the <sys/stat.h> header file. */
|
||||
#define HAVE_SYS_STAT_H 1
|
||||
|
||||
/* Define to 1 if you have the <sys/types.h> header file. */
|
||||
#define HAVE_SYS_TYPES_H 1
|
||||
|
||||
/* Define to 1 if you have the <sys/uio.h> header file. */
|
||||
#define HAVE_SYS_UIO_H 1
|
||||
|
||||
/* Define to 1 if you have the <unistd.h> header file. */
|
||||
#define HAVE_UNISTD_H 1
|
||||
|
||||
/* Define to 1 if the system has the type 'unsigned long long int'. */
|
||||
#define HAVE_UNSIGNED_LONG_LONG_INT 1
|
||||
|
||||
/* Define to 1 if you have the <zlib.h> header file. */
|
||||
#define HAVE_ZLIB_H 1
|
||||
|
||||
/* Define to the sub-directory where libtool stores uninstalled libraries. */
|
||||
#define LT_OBJDIR ".libs/"
|
||||
|
||||
/* Name of package */
|
||||
#define PACKAGE "netpgp"
|
||||
|
||||
/* Define to the address where bug reports for this package should be sent. */
|
||||
#define PACKAGE_BUGREPORT " pEp NetPGP Team <netpgp@pep-project.org> "
|
||||
|
||||
/* Define to the full name of this package. */
|
||||
#define PACKAGE_NAME "netpgp"
|
||||
|
||||
/* Define to the full name and version of this package. */
|
||||
#define PACKAGE_STRING "netpgp beta0"
|
||||
|
||||
/* Define to the one symbol short name of this package. */
|
||||
#define PACKAGE_TARNAME "netpgp"
|
||||
|
||||
/* Define to the home page for this package. */
|
||||
#define PACKAGE_URL ""
|
||||
|
||||
/* Define to the version of this package. */
|
||||
#define PACKAGE_VERSION "beta0"
|
||||
|
||||
/* Define to 1 if you have the ANSI C header files. */
|
||||
#define STDC_HEADERS 1
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "beta0"
|
||||
|
||||
#define OPENSSL_NO_IDEA 1
|
||||
|
||||
#endif
|
@ -0,0 +1,437 @@
|
||||
// !$*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/lib/bufgap.c; sourceTree = "<group>"; };
|
||||
64AA9C3C1B45691C00D0F542 /* bufgap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = bufgap.h; path = ../src/lib/bufgap.h; sourceTree = "<group>"; };
|
||||
64AA9C3D1B45691C00D0F542 /* compress.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = compress.c; path = ../src/lib/compress.c; sourceTree = "<group>"; };
|
||||
64AA9C3E1B45691C00D0F542 /* create.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = create.c; path = ../src/lib/create.c; sourceTree = "<group>"; };
|
||||
64AA9C3F1B45691C00D0F542 /* create.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = create.h; path = ../src/lib/create.h; sourceTree = "<group>"; };
|
||||
64AA9C401B45691C00D0F542 /* crypto.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = crypto.c; path = ../src/lib/crypto.c; sourceTree = "<group>"; };
|
||||
64AA9C411B45691C00D0F542 /* crypto.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = crypto.h; path = ../src/lib/crypto.h; sourceTree = "<group>"; };
|
||||
64AA9C421B45691C00D0F542 /* defs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = defs.h; path = ../src/lib/defs.h; sourceTree = "<group>"; };
|
||||
64AA9C431B45691C00D0F542 /* errors.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = errors.h; path = ../src/lib/errors.h; sourceTree = "<group>"; };
|
||||
64AA9C441B45691C00D0F542 /* keyring.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = keyring.c; path = ../src/lib/keyring.c; sourceTree = "<group>"; };
|
||||
64AA9C451B45691C00D0F542 /* keyring.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = keyring.h; path = ../src/lib/keyring.h; sourceTree = "<group>"; };
|
||||
64AA9C461B45691C00D0F542 /* memory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = memory.h; path = ../src/lib/memory.h; sourceTree = "<group>"; };
|
||||
64AA9C471B45691C00D0F542 /* misc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = misc.c; path = ../src/lib/misc.c; sourceTree = "<group>"; };
|
||||
64AA9C481B45691C00D0F542 /* netpgp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = netpgp.c; path = ../src/lib/netpgp.c; sourceTree = "<group>"; };
|
||||
64AA9C491B45691C00D0F542 /* netpgpdefs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = netpgpdefs.h; path = ../src/lib/netpgpdefs.h; sourceTree = "<group>"; };
|
||||
64AA9C4A1B45691C00D0F542 /* netpgpdigest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = netpgpdigest.h; path = ../src/lib/netpgpdigest.h; sourceTree = "<group>"; };
|
||||
64AA9C4B1B45691C00D0F542 /* netpgpsdk.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = netpgpsdk.h; path = ../src/lib/netpgpsdk.h; sourceTree = "<group>"; };
|
||||
64AA9C4C1B45691C00D0F542 /* openssl_crypto.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = openssl_crypto.c; path = ../src/lib/openssl_crypto.c; sourceTree = "<group>"; };
|
||||
64AA9C4D1B45691C00D0F542 /* packet-parse.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "packet-parse.c"; path = "../src/lib/packet-parse.c"; sourceTree = "<group>"; };
|
||||
64AA9C4E1B45691C00D0F542 /* packet-parse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "packet-parse.h"; path = "../src/lib/packet-parse.h"; sourceTree = "<group>"; };
|
||||
64AA9C4F1B45691C00D0F542 /* packet-print.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "packet-print.c"; path = "../src/lib/packet-print.c"; sourceTree = "<group>"; };
|
||||
64AA9C501B45691C00D0F542 /* packet-show.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "packet-show.c"; path = "../src/lib/packet-show.c"; sourceTree = "<group>"; };
|
||||
64AA9C511B45691C00D0F542 /* packet-show.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "packet-show.h"; path = "../src/lib/packet-show.h"; sourceTree = "<group>"; };
|
||||
64AA9C521B45691C00D0F542 /* packet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = packet.h; path = ../src/lib/packet.h; sourceTree = "<group>"; };
|
||||
64AA9C531B45691C00D0F542 /* reader.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = reader.c; path = ../src/lib/reader.c; sourceTree = "<group>"; };
|
||||
64AA9C541B45691C00D0F542 /* readerwriter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = readerwriter.h; path = ../src/lib/readerwriter.h; sourceTree = "<group>"; };
|
||||
64AA9C551B45691C00D0F542 /* signature.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = signature.c; path = ../src/lib/signature.c; sourceTree = "<group>"; };
|
||||
64AA9C561B45691C00D0F542 /* signature.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = signature.h; path = ../src/lib/signature.h; sourceTree = "<group>"; };
|
||||
64AA9C571B45691C00D0F542 /* symmetric.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = symmetric.c; path = ../src/lib/symmetric.c; sourceTree = "<group>"; };
|
||||
64AA9C581B45691C00D0F542 /* types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = types.h; path = ../src/lib/types.h; sourceTree = "<group>"; };
|
||||
64AA9C591B45691C00D0F542 /* validate.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = validate.c; path = ../src/lib/validate.c; sourceTree = "<group>"; };
|
||||
64AA9C5A1B45691C00D0F542 /* validate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = validate.h; path = ../src/lib/validate.h; sourceTree = "<group>"; };
|
||||
64AA9C5B1B45691C00D0F542 /* version.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = version.h; path = ../src/lib/version.h; sourceTree = "<group>"; };
|
||||
64AA9C5C1B45691C00D0F542 /* writer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = writer.c; path = ../src/lib/writer.c; sourceTree = "<group>"; };
|
||||
64AA9C5D1B45691C00D0F542 /* writer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = writer.h; path = ../src/lib/writer.h; sourceTree = "<group>"; };
|
||||
64AA9C6E1B4569CD00D0F542 /* netpgp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = netpgp.h; path = ../include/netpgp.h; sourceTree = "<group>"; };
|
||||
64AA9C721B456A2600D0F542 /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = "<group>"; };
|
||||
64DA24061B832E7D000BEE80 /* openssl.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = openssl.xcodeproj; path = "../../../openssl-xcode/openssl.xcodeproj"; sourceTree = "<group>"; };
|
||||
/* 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 = "<group>";
|
||||
};
|
||||
64AA9C171B45686800D0F542 = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
64DA24061B832E7D000BEE80 /* openssl.xcodeproj */,
|
||||
64AA9C721B456A2600D0F542 /* config.h */,
|
||||
64AA9C3A1B4568DA00D0F542 /* srcref */,
|
||||
64AA9C211B45686800D0F542 /* Products */,
|
||||
);
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
64AA9C211B45686800D0F542 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
64AA9C201B45686800D0F542 /* libnetpgp.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
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 = "<group>";
|
||||
};
|
||||
/* 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/lib/\"{\\\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;
|
||||
COPY_PHASE_STRIP = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
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",
|
||||
);
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 8.3;
|
||||
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;
|
||||
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_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",
|
||||
);
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 8.3;
|
||||
MTL_ENABLE_DEBUG_INFO = NO;
|
||||
SDKROOT = iphoneos;
|
||||
VALIDATE_PRODUCT = YES;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
64AA9C351B45686800D0F542 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
LIBRARY_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"$(USER_LIBRARY_DIR)/Developer/Xcode/DerivedData/pEp-iOS-gtbigzjcintbskexdmmkdrzxuewm/Build/Products/Debug",
|
||||
);
|
||||
OTHER_LDFLAGS = "-ObjC";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SKIP_INSTALL = YES;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
64AA9C361B45686800D0F542 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
LIBRARY_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"$(USER_LIBRARY_DIR)/Developer/Xcode/DerivedData/pEp-iOS-gtbigzjcintbskexdmmkdrzxuewm/Build/Products/Debug",
|
||||
);
|
||||
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 */;
|
||||
}
|
7
dist/netpgp-xcode/netpgp.xcodeproj/project.xcworkspace/contents.xcworkspacedata
generated
vendored
7
dist/netpgp-xcode/netpgp.xcodeproj/project.xcworkspace/contents.xcworkspacedata
generated
vendored
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Workspace
|
||||
version = "1.0">
|
||||
<FileRef
|
||||
location = "self:netpgp.xcodeproj">
|
||||
</FileRef>
|
||||
</Workspace>
|
Loading…
Reference in new issue