MYCrypto.xcodeproj/project.pbxproj
changeset 4 f4709533c816
parent 3 1dfe820d7ebe
child 8 4c0eafa7b233
     1.1 --- a/MYCrypto.xcodeproj/project.pbxproj	Wed Apr 08 16:30:52 2009 -0700
     1.2 +++ b/MYCrypto.xcodeproj/project.pbxproj	Thu Apr 09 21:36:21 2009 -0700
     1.3 @@ -8,6 +8,8 @@
     1.4  
     1.5  /* Begin PBXBuildFile section */
     1.6  		270B879F0F8C565000C56781 /* MYPrivateKey.m in Sources */ = {isa = PBXBuildFile; fileRef = 270B879E0F8C565000C56781 /* MYPrivateKey.m */; };
     1.7 +		274861D50F8E4B5200FE617B /* MYCertGen.m in Sources */ = {isa = PBXBuildFile; fileRef = 27A42ECD0F8689D30063D362 /* MYCertGen.m */; };
     1.8 +		274863A20F8EF39400FE617B /* MYIdentity.m in Sources */ = {isa = PBXBuildFile; fileRef = 274863A10F8EF39400FE617B /* MYIdentity.m */; };
     1.9  		27A42CBF0F8578B40063D362 /* MYCryptoTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 27A42CBE0F8578B40063D362 /* MYCryptoTest.m */; };
    1.10  		27A42D1E0F8586CE0063D362 /* MYKey.m in Sources */ = {isa = PBXBuildFile; fileRef = 27E822A10F81C5660019BE60 /* MYKey.m */; };
    1.11  		27A42D420F858ED80063D362 /* MYSymmetricKey.m in Sources */ = {isa = PBXBuildFile; fileRef = 27A42D410F858ED80063D362 /* MYSymmetricKey.m */; };
    1.12 @@ -45,6 +47,8 @@
    1.13  		270B879D0F8C565000C56781 /* MYPrivateKey.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYPrivateKey.h; sourceTree = "<group>"; };
    1.14  		270B879E0F8C565000C56781 /* MYPrivateKey.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYPrivateKey.m; sourceTree = "<group>"; };
    1.15  		2748604D0F8D5C4C00FE617B /* MYCrypto_Release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = MYCrypto_Release.xcconfig; sourceTree = "<group>"; };
    1.16 +		274863A00F8EF39400FE617B /* MYIdentity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYIdentity.h; sourceTree = "<group>"; };
    1.17 +		274863A10F8EF39400FE617B /* MYIdentity.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYIdentity.m; sourceTree = "<group>"; };
    1.18  		27A42CBE0F8578B40063D362 /* MYCryptoTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYCryptoTest.m; sourceTree = "<group>"; };
    1.19  		27A42D400F858ED80063D362 /* MYSymmetricKey.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYSymmetricKey.h; sourceTree = "<group>"; };
    1.20  		27A42D410F858ED80063D362 /* MYSymmetricKey.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYSymmetricKey.m; sourceTree = "<group>"; };
    1.21 @@ -104,6 +108,7 @@
    1.22  			isa = PBXGroup;
    1.23  			children = (
    1.24  				08FB7795FE84155DC02AAC07 /* Source */,
    1.25 +				274861440F8D757600FE617B /* Certificate Generation */,
    1.26  				270B881C0F8D055A00C56781 /* Internal */,
    1.27  				27CFF4CC0F7E86E8000B418E /* MYUtilities */,
    1.28  				C6859EA2029092E104C91782 /* Documentation */,
    1.29 @@ -124,6 +129,8 @@
    1.30  				27CFF4B40F7E8535000B418E /* MYCryptor.m */,
    1.31  				27CFF4BF0F7E8535000B418E /* MYDigest.h */,
    1.32  				27CFF4C00F7E8535000B418E /* MYDigest.m */,
    1.33 +				274863A00F8EF39400FE617B /* MYIdentity.h */,
    1.34 +				274863A10F8EF39400FE617B /* MYIdentity.m */,
    1.35  				27E822A00F81C5660019BE60 /* MYKey.h */,
    1.36  				27E822A10F81C5660019BE60 /* MYKey.m */,
    1.37  				27CFF4B50F7E8535000B418E /* MYKeychain.h */,
    1.38 @@ -137,8 +144,6 @@
    1.39  				27A42D400F858ED80063D362 /* MYSymmetricKey.h */,
    1.40  				27A42D410F858ED80063D362 /* MYSymmetricKey.m */,
    1.41  				27AAD97B0F892A0D0064DD7C /* MYCryptoConfig.h */,
    1.42 -				27A42ECC0F8689D30063D362 /* MYCertGen.h */,
    1.43 -				27A42ECD0F8689D30063D362 /* MYCertGen.m */,
    1.44  				27EAF0390F8B2D700091AF95 /* README.textile */,
    1.45  			);
    1.46  			name = Source;
    1.47 @@ -173,6 +178,15 @@
    1.48  			name = Internal;
    1.49  			sourceTree = "<group>";
    1.50  		};
    1.51 +		274861440F8D757600FE617B /* Certificate Generation */ = {
    1.52 +			isa = PBXGroup;
    1.53 +			children = (
    1.54 +				27A42ECC0F8689D30063D362 /* MYCertGen.h */,
    1.55 +				27A42ECD0F8689D30063D362 /* MYCertGen.m */,
    1.56 +			);
    1.57 +			name = "Certificate Generation";
    1.58 +			sourceTree = "<group>";
    1.59 +		};
    1.60  		27CFF4CC0F7E86E8000B418E /* MYUtilities */ = {
    1.61  			isa = PBXGroup;
    1.62  			children = (
    1.63 @@ -275,6 +289,8 @@
    1.64  				27A42D1E0F8586CE0063D362 /* MYKey.m in Sources */,
    1.65  				27A42D420F858ED80063D362 /* MYSymmetricKey.m in Sources */,
    1.66  				270B879F0F8C565000C56781 /* MYPrivateKey.m in Sources */,
    1.67 +				274861D50F8E4B5200FE617B /* MYCertGen.m in Sources */,
    1.68 +				274863A20F8EF39400FE617B /* MYIdentity.m in Sources */,
    1.69  			);
    1.70  			runOnlyForDeploymentPostprocessing = 0;
    1.71  		};
    1.72 @@ -303,6 +319,8 @@
    1.73  			isa = XCBuildConfiguration;
    1.74  			baseConfigurationReference = 27CFF5400F7E9653000B418E /* MYCrypto_Debug.xcconfig */;
    1.75  			buildSettings = {
    1.76 +				ALWAYS_SEARCH_USER_PATHS = NO;
    1.77 +				HEADER_SEARCH_PATHS = "/Code/MYCrypto/**";
    1.78  			};
    1.79  			name = Debug;
    1.80  		};
    1.81 @@ -310,6 +328,8 @@
    1.82  			isa = XCBuildConfiguration;
    1.83  			baseConfigurationReference = 2748604D0F8D5C4C00FE617B /* MYCrypto_Release.xcconfig */;
    1.84  			buildSettings = {
    1.85 +				ALWAYS_SEARCH_USER_PATHS = NO;
    1.86 +				HEADER_SEARCH_PATHS = "/Code/MYCrypto/**";
    1.87  			};
    1.88  			name = Release;
    1.89  		};