diff -r 6856e071d25a -r d9c2a06d4e4e MYCrypto-iPhone.xcodeproj/project.pbxproj --- a/MYCrypto-iPhone.xcodeproj/project.pbxproj Tue Jun 09 23:58:03 2009 -0700 +++ b/MYCrypto-iPhone.xcodeproj/project.pbxproj Wed Jul 01 14:19:13 2009 -0700 @@ -25,6 +25,7 @@ 276FB3190F856AA700CB326E /* MYPublicKey.m in Sources */ = {isa = PBXBuildFile; fileRef = 276FB3180F856AA700CB326E /* MYPublicKey.m */; }; 276FB33B0F856ACB00CB326E /* MYKeychain.m in Sources */ = {isa = PBXBuildFile; fileRef = 276FB33A0F856ACB00CB326E /* MYKeychain.m */; }; 276FB34B0F856CA400CB326E /* MYCertificate.m in Sources */ = {isa = PBXBuildFile; fileRef = 276FB34A0F856CA400CB326E /* MYCertificate.m */; }; + 278CA5320FE6A5D600296E91 /* MYCertificateTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 278CA5310FE6A5D600296E91 /* MYCertificateTest.m */; }; 27958CA30FDB5F8F00095275 /* iphonedev.cer in Resources */ = {isa = PBXBuildFile; fileRef = 27958CA10FDB5F8F00095275 /* iphonedev.cer */; }; 27958CA40FDB5F8F00095275 /* selfsigned.cer in Resources */ = {isa = PBXBuildFile; fileRef = 27958CA20FDB5F8F00095275 /* selfsigned.cer */; }; 27A430120F87C6C10063D362 /* MYKey.m in Sources */ = {isa = PBXBuildFile; fileRef = 27E823110F81D56E0019BE60 /* MYKey.m */; }; @@ -54,6 +55,8 @@ 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; 27059CF10F8F0F8E00A8422F /* MYIdentity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYIdentity.h; sourceTree = ""; }; 27059CF20F8F0F9200A8422F /* MYIdentity.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYIdentity.m; sourceTree = ""; }; + 2726AF890FE19BE8006C55F7 /* MYCrypto_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYCrypto_Prefix.pch; sourceTree = ""; }; + 2726AF910FE19C5A006C55F7 /* MYUtilities_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MYUtilities_Prefix.pch; path = ../MYUtilities/MYUtilities_Prefix.pch; sourceTree = SOURCE_ROOT; }; 273392110F8283B8009414D9 /* MYKeychain-iPhone.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "MYKeychain-iPhone.m"; sourceTree = ""; }; 274110080F99234100AD413F /* MYSymmetricKey-iPhone.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "MYSymmetricKey-iPhone.m"; sourceTree = ""; }; 2748607D0F8D5DF200FE617B /* MYPrivateKey.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYPrivateKey.h; sourceTree = ""; }; @@ -72,6 +75,7 @@ 276FB3180F856AA700CB326E /* MYPublicKey.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYPublicKey.m; sourceTree = ""; }; 276FB33A0F856ACB00CB326E /* MYKeychain.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYKeychain.m; sourceTree = ""; }; 276FB34A0F856CA400CB326E /* MYCertificate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYCertificate.m; sourceTree = ""; }; + 278CA5310FE6A5D600296E91 /* MYCertificateTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYCertificateTest.m; sourceTree = ""; }; 27958CA10FDB5F8F00095275 /* iphonedev.cer */ = {isa = PBXFileReference; lastKnownFileType = file; name = iphonedev.cer; path = Tests/iphonedev.cer; sourceTree = ""; }; 27958CA20FDB5F8F00095275 /* selfsigned.cer */ = {isa = PBXFileReference; lastKnownFileType = file; name = selfsigned.cer; path = Tests/selfsigned.cer; sourceTree = ""; }; 27A430130F87C6D50063D362 /* MYSymmetricKey.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYSymmetricKey.m; sourceTree = ""; }; @@ -151,6 +155,7 @@ children = ( 27CD85DB0FDB1A7D006BCB47 /* MYCertificateInfo.h */, 27CD85DC0FDB1A82006BCB47 /* MYCertificateInfo.m */, + 278CA5310FE6A5D600296E91 /* MYCertificateTest.m */, 275D9FE50FD8795300D85A86 /* MYASN1Object.h */, 275D9FE60FD8795300D85A86 /* MYASN1Object.m */, 275D9FE70FD8795300D85A86 /* MYBERParser.h */, @@ -202,6 +207,8 @@ 27E8231C0F81D56E0019BE60 /* MYDigest.m */, 27E8231A0F81D56E0019BE60 /* MYCrypto_Private.h */, 276FB16D0F84152B00CB326E /* MYCryptoTest.m */, + 2726AF890FE19BE8006C55F7 /* MYCrypto_Prefix.pch */, + 2726AF910FE19C5A006C55F7 /* MYUtilities_Prefix.pch */, 27E8231E0F81D56E0019BE60 /* MYCrypto.xcconfig */, 27E8231F0F81D56E0019BE60 /* MYCrypto_Debug.xcconfig */, ); @@ -336,6 +343,7 @@ 275D9FF10FD8795300D85A86 /* MYDEREncoder.m in Sources */, 275D9FF20FD8795300D85A86 /* MYOID.m in Sources */, 27CD85DD0FDB1A82006BCB47 /* MYCertificateInfo.m in Sources */, + 278CA5320FE6A5D600296E91 /* MYCertificateTest.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -351,7 +359,7 @@ GCC_DYNAMIC_NO_PIC = NO; GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = ../MYUtilities/MYUtilities_Prefix.pch; + GCC_PREFIX_HEADER = MYCrypto_Prefix.pch; INFOPLIST_FILE = "iPhone/MYCrypto_iPhone-Info.plist"; PRODUCT_NAME = "MYCrypto-iPhone"; }; @@ -364,7 +372,7 @@ ALWAYS_SEARCH_USER_PATHS = NO; COPY_PHASE_STRIP = YES; GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = MYCrypto_iPhone_Prefix.pch; + GCC_PREFIX_HEADER = MYCrypto_Prefix.pch; INFOPLIST_FILE = "MYCrypto_iPhone-Info.plist"; PRODUCT_NAME = "MYCrypto-iPhone"; };