1.1 --- a/MYCrypto-iPhone.xcodeproj/project.pbxproj Sun Apr 12 22:02:20 2009 -0700
1.2 +++ b/MYCrypto-iPhone.xcodeproj/project.pbxproj Sat Apr 18 18:12:06 2009 -0700
1.3 @@ -14,6 +14,7 @@
1.4 27059CF30F8F0F9200A8422F /* MYIdentity.m in Sources */ = {isa = PBXBuildFile; fileRef = 27059CF20F8F0F9200A8422F /* MYIdentity.m */; };
1.5 273391CD0F81EC70009414D9 /* MYCertificate-iPhone.m in Sources */ = {isa = PBXBuildFile; fileRef = 273391CC0F81EC70009414D9 /* MYCertificate-iPhone.m */; };
1.6 273392120F8283B8009414D9 /* MYKeychain-iPhone.m in Sources */ = {isa = PBXBuildFile; fileRef = 273392110F8283B8009414D9 /* MYKeychain-iPhone.m */; };
1.7 + 274110090F99234100AD413F /* MYSymmetricKey-iPhone.m in Sources */ = {isa = PBXBuildFile; fileRef = 274110080F99234100AD413F /* MYSymmetricKey-iPhone.m */; };
1.8 2748607F0F8D5E0600FE617B /* MYPrivateKey.m in Sources */ = {isa = PBXBuildFile; fileRef = 2748607E0F8D5E0600FE617B /* MYPrivateKey.m */; };
1.9 276FB13F0F84090900CB326E /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 276FB13E0F84090900CB326E /* Security.framework */; };
1.10 276FB16E0F84152B00CB326E /* MYCryptoTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 276FB16D0F84152B00CB326E /* MYCryptoTest.m */; };
1.11 @@ -48,6 +49,7 @@
1.12 27059CF20F8F0F9200A8422F /* MYIdentity.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYIdentity.m; sourceTree = "<group>"; };
1.13 273391CC0F81EC70009414D9 /* MYCertificate-iPhone.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "MYCertificate-iPhone.m"; sourceTree = "<group>"; };
1.14 273392110F8283B8009414D9 /* MYKeychain-iPhone.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "MYKeychain-iPhone.m"; sourceTree = "<group>"; };
1.15 + 274110080F99234100AD413F /* MYSymmetricKey-iPhone.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "MYSymmetricKey-iPhone.m"; sourceTree = "<group>"; };
1.16 2748607D0F8D5DF200FE617B /* MYPrivateKey.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYPrivateKey.h; sourceTree = "<group>"; };
1.17 2748607E0F8D5E0600FE617B /* MYPrivateKey.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYPrivateKey.m; sourceTree = "<group>"; };
1.18 276FB13E0F84090900CB326E /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; };
1.19 @@ -157,6 +159,7 @@
1.20 276FB3180F856AA700CB326E /* MYPublicKey.m */,
1.21 27A430150F87C6DB0063D362 /* MYSymmetricKey.h */,
1.22 27A430130F87C6D50063D362 /* MYSymmetricKey.m */,
1.23 + 274110080F99234100AD413F /* MYSymmetricKey-iPhone.m */,
1.24 27E8231B0F81D56E0019BE60 /* MYDigest.h */,
1.25 27E8231C0F81D56E0019BE60 /* MYDigest.m */,
1.26 27E8231A0F81D56E0019BE60 /* MYCrypto_Private.h */,
1.27 @@ -286,6 +289,7 @@
1.28 2748607F0F8D5E0600FE617B /* MYPrivateKey.m in Sources */,
1.29 27059CF30F8F0F9200A8422F /* MYIdentity.m in Sources */,
1.30 27E3A6AA0F91B8B30079D4D9 /* MYCryptor.m in Sources */,
1.31 + 274110090F99234100AD413F /* MYSymmetricKey-iPhone.m in Sources */,
1.32 );
1.33 runOnlyForDeploymentPostprocessing = 0;
1.34 };