MYCrypto.xcodeproj/project.pbxproj
changeset 2 8982b8fada63
parent 0 0a6527af039b
child 3 1dfe820d7ebe
     1.1 --- a/MYCrypto.xcodeproj/project.pbxproj	Sat Apr 04 20:42:03 2009 -0700
     1.2 +++ b/MYCrypto.xcodeproj/project.pbxproj	Tue Apr 07 10:56:58 2009 -0700
     1.3 @@ -47,6 +47,7 @@
     1.4  		27A42D410F858ED80063D362 /* MYSymmetricKey.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYSymmetricKey.m; sourceTree = "<group>"; };
     1.5  		27A42ECC0F8689D30063D362 /* MYCertGen.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYCertGen.h; sourceTree = "<group>"; };
     1.6  		27A42ECD0F8689D30063D362 /* MYCertGen.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYCertGen.m; sourceTree = "<group>"; };
     1.7 +		27AAD97B0F892A0D0064DD7C /* MYCryptoConfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYCryptoConfig.h; sourceTree = "<group>"; };
     1.8  		27CFF4B10F7E8535000B418E /* MYCertificate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYCertificate.h; sourceTree = "<group>"; };
     1.9  		27CFF4B20F7E8535000B418E /* MYCertificate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYCertificate.m; sourceTree = "<group>"; };
    1.10  		27CFF4B30F7E8535000B418E /* MYCryptor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYCryptor.h; sourceTree = "<group>"; };
    1.11 @@ -80,6 +81,7 @@
    1.12  		27E820710F7EA6260019BE60 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = System/Library/Frameworks/CoreServices.framework; sourceTree = SDKROOT; };
    1.13  		27E822A00F81C5660019BE60 /* MYKey.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYKey.h; sourceTree = "<group>"; };
    1.14  		27E822A10F81C5660019BE60 /* MYKey.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYKey.m; sourceTree = "<group>"; };
    1.15 +		27EAF0390F8B2D700091AF95 /* README.textile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.textile; sourceTree = "<group>"; };
    1.16  		8DD76FA10486AA7600D96B5E /* MYCrypto */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = MYCrypto; sourceTree = BUILT_PRODUCTS_DIR; };
    1.17  /* End PBXFileReference section */
    1.18  
    1.19 @@ -118,6 +120,8 @@
    1.20  				27CFF4B20F7E8535000B418E /* MYCertificate.m */,
    1.21  				27CFF4B30F7E8535000B418E /* MYCryptor.h */,
    1.22  				27CFF4B40F7E8535000B418E /* MYCryptor.m */,
    1.23 +				27CFF4BF0F7E8535000B418E /* MYDigest.h */,
    1.24 +				27CFF4C00F7E8535000B418E /* MYDigest.m */,
    1.25  				27E822A00F81C5660019BE60 /* MYKey.h */,
    1.26  				27E822A10F81C5660019BE60 /* MYKey.m */,
    1.27  				27CFF4B50F7E8535000B418E /* MYKeychain.h */,
    1.28 @@ -130,8 +134,7 @@
    1.29  				27CFF4BD0F7E8535000B418E /* MYPublicKey.m */,
    1.30  				27A42D400F858ED80063D362 /* MYSymmetricKey.h */,
    1.31  				27A42D410F858ED80063D362 /* MYSymmetricKey.m */,
    1.32 -				27CFF4BF0F7E8535000B418E /* MYDigest.h */,
    1.33 -				27CFF4C00F7E8535000B418E /* MYDigest.m */,
    1.34 +				27AAD97B0F892A0D0064DD7C /* MYCryptoConfig.h */,
    1.35  				27CFF4BE0F7E8535000B418E /* MYCrypto_Private.h */,
    1.36  				27A42CBE0F8578B40063D362 /* MYCryptoTest.m */,
    1.37  				27CFF5210F7E94DF000B418E /* MYCrypto_main.m */,
    1.38 @@ -139,6 +142,7 @@
    1.39  				27A42ECD0F8689D30063D362 /* MYCertGen.m */,
    1.40  				27CFF5120F7E9212000B418E /* MYCrypto.xcconfig */,
    1.41  				27CFF5400F7E9653000B418E /* MYCrypto_Debug.xcconfig */,
    1.42 +				27EAF0390F8B2D700091AF95 /* README.textile */,
    1.43  			);
    1.44  			name = Source;
    1.45  			sourceTree = "<group>";