1.1 --- a/MYCrypto.xcodeproj/project.pbxproj Thu Apr 09 21:36:21 2009 -0700
1.2 +++ b/MYCrypto.xcodeproj/project.pbxproj Sun Apr 12 22:02:20 2009 -0700
1.3 @@ -7,6 +7,10 @@
1.4 objects = {
1.5
1.6 /* Begin PBXBuildFile section */
1.7 + 27059D530F8F9BB500A8422F /* MYEncoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 27059D500F8F9BB500A8422F /* MYEncoder.m */; };
1.8 + 27059D770F8FA23100A8422F /* MYCrypto+Cocoa.m in Sources */ = {isa = PBXBuildFile; fileRef = 27059D760F8FA23100A8422F /* MYCrypto+Cocoa.m */; };
1.9 + 27059D840F8FA82500A8422F /* SecurityInterface.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 27059D830F8FA82500A8422F /* SecurityInterface.framework */; };
1.10 + 27059DE50F8FAF6500A8422F /* MYDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 27059D520F8F9BB500A8422F /* MYDecoder.m */; };
1.11 270B879F0F8C565000C56781 /* MYPrivateKey.m in Sources */ = {isa = PBXBuildFile; fileRef = 270B879E0F8C565000C56781 /* MYPrivateKey.m */; };
1.12 274861D50F8E4B5200FE617B /* MYCertGen.m in Sources */ = {isa = PBXBuildFile; fileRef = 27A42ECD0F8689D30063D362 /* MYCertGen.m */; };
1.13 274863A20F8EF39400FE617B /* MYIdentity.m in Sources */ = {isa = PBXBuildFile; fileRef = 274863A10F8EF39400FE617B /* MYIdentity.m */; };
1.14 @@ -44,6 +48,13 @@
1.15
1.16 /* Begin PBXFileReference section */
1.17 08FB779EFE84155DC02AAC07 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
1.18 + 27059D4F0F8F9BB500A8422F /* MYEncoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYEncoder.h; sourceTree = "<group>"; };
1.19 + 27059D500F8F9BB500A8422F /* MYEncoder.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYEncoder.m; sourceTree = "<group>"; };
1.20 + 27059D510F8F9BB500A8422F /* MYDecoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYDecoder.h; sourceTree = "<group>"; };
1.21 + 27059D520F8F9BB500A8422F /* MYDecoder.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYDecoder.m; sourceTree = "<group>"; };
1.22 + 27059D750F8FA23100A8422F /* MYCrypto+Cocoa.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "MYCrypto+Cocoa.h"; sourceTree = "<group>"; };
1.23 + 27059D760F8FA23100A8422F /* MYCrypto+Cocoa.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "MYCrypto+Cocoa.m"; sourceTree = "<group>"; };
1.24 + 27059D830F8FA82500A8422F /* SecurityInterface.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SecurityInterface.framework; path = /System/Library/Frameworks/SecurityInterface.framework; sourceTree = "<absolute>"; };
1.25 270B879D0F8C565000C56781 /* MYPrivateKey.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYPrivateKey.h; sourceTree = "<group>"; };
1.26 270B879E0F8C565000C56781 /* MYPrivateKey.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYPrivateKey.m; sourceTree = "<group>"; };
1.27 2748604D0F8D5C4C00FE617B /* MYCrypto_Release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = MYCrypto_Release.xcconfig; sourceTree = "<group>"; };
1.28 @@ -98,6 +109,7 @@
1.29 8DD76F9C0486AA7600D96B5E /* Foundation.framework in Frameworks */,
1.30 27CFF51F0F7E94AE000B418E /* Security.framework in Frameworks */,
1.31 27E820720F7EA6260019BE60 /* CoreServices.framework in Frameworks */,
1.32 + 27059D840F8FA82500A8422F /* SecurityInterface.framework in Frameworks */,
1.33 );
1.34 runOnlyForDeploymentPostprocessing = 0;
1.35 };
1.36 @@ -108,6 +120,7 @@
1.37 isa = PBXGroup;
1.38 children = (
1.39 08FB7795FE84155DC02AAC07 /* Source */,
1.40 + 27059D4E0F8F9B9E00A8422F /* Encryption */,
1.41 274861440F8D757600FE617B /* Certificate Generation */,
1.42 270B881C0F8D055A00C56781 /* Internal */,
1.43 27CFF4CC0F7E86E8000B418E /* MYUtilities */,
1.44 @@ -116,6 +129,7 @@
1.45 1AB674ADFE9D54B511CA2CBB /* Products */,
1.46 27CFF51E0F7E94AE000B418E /* Security.framework */,
1.47 27E820710F7EA6260019BE60 /* CoreServices.framework */,
1.48 + 27059D830F8FA82500A8422F /* SecurityInterface.framework */,
1.49 );
1.50 name = MYCrypto;
1.51 sourceTree = "<group>";
1.52 @@ -125,8 +139,6 @@
1.53 children = (
1.54 27CFF4B10F7E8535000B418E /* MYCertificate.h */,
1.55 27CFF4B20F7E8535000B418E /* MYCertificate.m */,
1.56 - 27CFF4B30F7E8535000B418E /* MYCryptor.h */,
1.57 - 27CFF4B40F7E8535000B418E /* MYCryptor.m */,
1.58 27CFF4BF0F7E8535000B418E /* MYDigest.h */,
1.59 27CFF4C00F7E8535000B418E /* MYDigest.m */,
1.60 274863A00F8EF39400FE617B /* MYIdentity.h */,
1.61 @@ -145,6 +157,8 @@
1.62 27A42D410F858ED80063D362 /* MYSymmetricKey.m */,
1.63 27AAD97B0F892A0D0064DD7C /* MYCryptoConfig.h */,
1.64 27EAF0390F8B2D700091AF95 /* README.textile */,
1.65 + 27059D750F8FA23100A8422F /* MYCrypto+Cocoa.h */,
1.66 + 27059D760F8FA23100A8422F /* MYCrypto+Cocoa.m */,
1.67 );
1.68 name = Source;
1.69 sourceTree = "<group>";
1.70 @@ -165,6 +179,19 @@
1.71 name = Products;
1.72 sourceTree = "<group>";
1.73 };
1.74 + 27059D4E0F8F9B9E00A8422F /* Encryption */ = {
1.75 + isa = PBXGroup;
1.76 + children = (
1.77 + 27059D4F0F8F9BB500A8422F /* MYEncoder.h */,
1.78 + 27059D500F8F9BB500A8422F /* MYEncoder.m */,
1.79 + 27059D510F8F9BB500A8422F /* MYDecoder.h */,
1.80 + 27059D520F8F9BB500A8422F /* MYDecoder.m */,
1.81 + 27CFF4B30F7E8535000B418E /* MYCryptor.h */,
1.82 + 27CFF4B40F7E8535000B418E /* MYCryptor.m */,
1.83 + );
1.84 + name = Encryption;
1.85 + sourceTree = "<group>";
1.86 + };
1.87 270B881C0F8D055A00C56781 /* Internal */ = {
1.88 isa = PBXGroup;
1.89 children = (
1.90 @@ -263,7 +290,7 @@
1.91 );
1.92 runOnlyForDeploymentPostprocessing = 0;
1.93 shellPath = /bin/csh;
1.94 - shellScript = "doxygen\n";
1.95 + shellScript = "doxygen |& sed s/Warning/warning/\n";
1.96 showEnvVarsInLog = 0;
1.97 };
1.98 /* End PBXShellScriptBuildPhase section */
1.99 @@ -291,6 +318,9 @@
1.100 270B879F0F8C565000C56781 /* MYPrivateKey.m in Sources */,
1.101 274861D50F8E4B5200FE617B /* MYCertGen.m in Sources */,
1.102 274863A20F8EF39400FE617B /* MYIdentity.m in Sources */,
1.103 + 27059D530F8F9BB500A8422F /* MYEncoder.m in Sources */,
1.104 + 27059D770F8FA23100A8422F /* MYCrypto+Cocoa.m in Sources */,
1.105 + 27059DE50F8FAF6500A8422F /* MYDecoder.m in Sources */,
1.106 );
1.107 runOnlyForDeploymentPostprocessing = 0;
1.108 };