MYCrypto.xcodeproj/project.pbxproj
changeset 3 1dfe820d7ebe
parent 2 8982b8fada63
child 4 f4709533c816
     1.1 --- a/MYCrypto.xcodeproj/project.pbxproj	Tue Apr 07 10:56:58 2009 -0700
     1.2 +++ b/MYCrypto.xcodeproj/project.pbxproj	Wed Apr 08 16:30:52 2009 -0700
     1.3 @@ -7,6 +7,7 @@
     1.4  	objects = {
     1.5  
     1.6  /* Begin PBXBuildFile section */
     1.7 +		270B879F0F8C565000C56781 /* MYPrivateKey.m in Sources */ = {isa = PBXBuildFile; fileRef = 270B879E0F8C565000C56781 /* MYPrivateKey.m */; };
     1.8  		27A42CBF0F8578B40063D362 /* MYCryptoTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 27A42CBE0F8578B40063D362 /* MYCryptoTest.m */; };
     1.9  		27A42D1E0F8586CE0063D362 /* MYKey.m in Sources */ = {isa = PBXBuildFile; fileRef = 27E822A10F81C5660019BE60 /* MYKey.m */; };
    1.10  		27A42D420F858ED80063D362 /* MYSymmetricKey.m in Sources */ = {isa = PBXBuildFile; fileRef = 27A42D410F858ED80063D362 /* MYSymmetricKey.m */; };
    1.11 @@ -14,7 +15,6 @@
    1.12  		27CFF4C20F7E8535000B418E /* MYCryptor.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4B40F7E8535000B418E /* MYCryptor.m */; };
    1.13  		27CFF4C30F7E8535000B418E /* MYKeychain.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4B60F7E8535000B418E /* MYKeychain.m */; };
    1.14  		27CFF4C40F7E8535000B418E /* MYKeychainItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4B80F7E8535000B418E /* MYKeychainItem.m */; };
    1.15 -		27CFF4C60F7E8535000B418E /* MYKeyPair.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4BB0F7E8535000B418E /* MYKeyPair.m */; };
    1.16  		27CFF4C70F7E8535000B418E /* MYPublicKey.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4BD0F7E8535000B418E /* MYPublicKey.m */; };
    1.17  		27CFF4C80F7E8535000B418E /* MYDigest.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4C00F7E8535000B418E /* MYDigest.m */; };
    1.18  		27CFF4D50F7E8726000B418E /* CollectionUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4CE0F7E8726000B418E /* CollectionUtils.m */; };
    1.19 @@ -42,6 +42,9 @@
    1.20  
    1.21  /* Begin PBXFileReference section */
    1.22  		08FB779EFE84155DC02AAC07 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
    1.23 +		270B879D0F8C565000C56781 /* MYPrivateKey.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYPrivateKey.h; sourceTree = "<group>"; };
    1.24 +		270B879E0F8C565000C56781 /* MYPrivateKey.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYPrivateKey.m; sourceTree = "<group>"; };
    1.25 +		2748604D0F8D5C4C00FE617B /* MYCrypto_Release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = MYCrypto_Release.xcconfig; sourceTree = "<group>"; };
    1.26  		27A42CBE0F8578B40063D362 /* MYCryptoTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYCryptoTest.m; sourceTree = "<group>"; };
    1.27  		27A42D400F858ED80063D362 /* MYSymmetricKey.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYSymmetricKey.h; sourceTree = "<group>"; };
    1.28  		27A42D410F858ED80063D362 /* MYSymmetricKey.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYSymmetricKey.m; sourceTree = "<group>"; };
    1.29 @@ -56,8 +59,6 @@
    1.30  		27CFF4B60F7E8535000B418E /* MYKeychain.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYKeychain.m; sourceTree = "<group>"; };
    1.31  		27CFF4B70F7E8535000B418E /* MYKeychainItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYKeychainItem.h; sourceTree = "<group>"; };
    1.32  		27CFF4B80F7E8535000B418E /* MYKeychainItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYKeychainItem.m; sourceTree = "<group>"; };
    1.33 -		27CFF4BA0F7E8535000B418E /* MYKeyPair.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYKeyPair.h; sourceTree = "<group>"; };
    1.34 -		27CFF4BB0F7E8535000B418E /* MYKeyPair.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYKeyPair.m; sourceTree = "<group>"; };
    1.35  		27CFF4BC0F7E8535000B418E /* MYPublicKey.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYPublicKey.h; sourceTree = "<group>"; };
    1.36  		27CFF4BD0F7E8535000B418E /* MYPublicKey.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYPublicKey.m; sourceTree = "<group>"; };
    1.37  		27CFF4BE0F7E8535000B418E /* MYCrypto_Private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYCrypto_Private.h; sourceTree = "<group>"; };
    1.38 @@ -103,6 +104,7 @@
    1.39  			isa = PBXGroup;
    1.40  			children = (
    1.41  				08FB7795FE84155DC02AAC07 /* Source */,
    1.42 +				270B881C0F8D055A00C56781 /* Internal */,
    1.43  				27CFF4CC0F7E86E8000B418E /* MYUtilities */,
    1.44  				C6859EA2029092E104C91782 /* Documentation */,
    1.45  				08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */,
    1.46 @@ -128,20 +130,15 @@
    1.47  				27CFF4B60F7E8535000B418E /* MYKeychain.m */,
    1.48  				27CFF4B70F7E8535000B418E /* MYKeychainItem.h */,
    1.49  				27CFF4B80F7E8535000B418E /* MYKeychainItem.m */,
    1.50 -				27CFF4BA0F7E8535000B418E /* MYKeyPair.h */,
    1.51 -				27CFF4BB0F7E8535000B418E /* MYKeyPair.m */,
    1.52  				27CFF4BC0F7E8535000B418E /* MYPublicKey.h */,
    1.53  				27CFF4BD0F7E8535000B418E /* MYPublicKey.m */,
    1.54 +				270B879D0F8C565000C56781 /* MYPrivateKey.h */,
    1.55 +				270B879E0F8C565000C56781 /* MYPrivateKey.m */,
    1.56  				27A42D400F858ED80063D362 /* MYSymmetricKey.h */,
    1.57  				27A42D410F858ED80063D362 /* MYSymmetricKey.m */,
    1.58  				27AAD97B0F892A0D0064DD7C /* MYCryptoConfig.h */,
    1.59 -				27CFF4BE0F7E8535000B418E /* MYCrypto_Private.h */,
    1.60 -				27A42CBE0F8578B40063D362 /* MYCryptoTest.m */,
    1.61 -				27CFF5210F7E94DF000B418E /* MYCrypto_main.m */,
    1.62  				27A42ECC0F8689D30063D362 /* MYCertGen.h */,
    1.63  				27A42ECD0F8689D30063D362 /* MYCertGen.m */,
    1.64 -				27CFF5120F7E9212000B418E /* MYCrypto.xcconfig */,
    1.65 -				27CFF5400F7E9653000B418E /* MYCrypto_Debug.xcconfig */,
    1.66  				27EAF0390F8B2D700091AF95 /* README.textile */,
    1.67  			);
    1.68  			name = Source;
    1.69 @@ -163,6 +160,19 @@
    1.70  			name = Products;
    1.71  			sourceTree = "<group>";
    1.72  		};
    1.73 +		270B881C0F8D055A00C56781 /* Internal */ = {
    1.74 +			isa = PBXGroup;
    1.75 +			children = (
    1.76 +				27CFF4BE0F7E8535000B418E /* MYCrypto_Private.h */,
    1.77 +				27A42CBE0F8578B40063D362 /* MYCryptoTest.m */,
    1.78 +				27CFF5210F7E94DF000B418E /* MYCrypto_main.m */,
    1.79 +				27CFF5120F7E9212000B418E /* MYCrypto.xcconfig */,
    1.80 +				27CFF5400F7E9653000B418E /* MYCrypto_Debug.xcconfig */,
    1.81 +				2748604D0F8D5C4C00FE617B /* MYCrypto_Release.xcconfig */,
    1.82 +			);
    1.83 +			name = Internal;
    1.84 +			sourceTree = "<group>";
    1.85 +		};
    1.86  		27CFF4CC0F7E86E8000B418E /* MYUtilities */ = {
    1.87  			isa = PBXGroup;
    1.88  			children = (
    1.89 @@ -198,6 +208,7 @@
    1.90  				8DD76F990486AA7600D96B5E /* Sources */,
    1.91  				8DD76F9B0486AA7600D96B5E /* Frameworks */,
    1.92  				8DD76F9E0486AA7600D96B5E /* CopyFiles */,
    1.93 +				27EAF0C60F8BD4ED0091AF95 /* ShellScript */,
    1.94  			);
    1.95  			buildRules = (
    1.96  			);
    1.97 @@ -226,6 +237,23 @@
    1.98  		};
    1.99  /* End PBXProject section */
   1.100  
   1.101 +/* Begin PBXShellScriptBuildPhase section */
   1.102 +		27EAF0C60F8BD4ED0091AF95 /* ShellScript */ = {
   1.103 +			isa = PBXShellScriptBuildPhase;
   1.104 +			buildActionMask = 2147483647;
   1.105 +			files = (
   1.106 +			);
   1.107 +			inputPaths = (
   1.108 +			);
   1.109 +			outputPaths = (
   1.110 +			);
   1.111 +			runOnlyForDeploymentPostprocessing = 0;
   1.112 +			shellPath = /bin/csh;
   1.113 +			shellScript = "doxygen\n";
   1.114 +			showEnvVarsInLog = 0;
   1.115 +		};
   1.116 +/* End PBXShellScriptBuildPhase section */
   1.117 +
   1.118  /* Begin PBXSourcesBuildPhase section */
   1.119  		8DD76F990486AA7600D96B5E /* Sources */ = {
   1.120  			isa = PBXSourcesBuildPhase;
   1.121 @@ -235,7 +263,6 @@
   1.122  				27CFF4C20F7E8535000B418E /* MYCryptor.m in Sources */,
   1.123  				27CFF4C30F7E8535000B418E /* MYKeychain.m in Sources */,
   1.124  				27CFF4C40F7E8535000B418E /* MYKeychainItem.m in Sources */,
   1.125 -				27CFF4C60F7E8535000B418E /* MYKeyPair.m in Sources */,
   1.126  				27CFF4C70F7E8535000B418E /* MYPublicKey.m in Sources */,
   1.127  				27CFF4C80F7E8535000B418E /* MYDigest.m in Sources */,
   1.128  				27CFF4D50F7E8726000B418E /* CollectionUtils.m in Sources */,
   1.129 @@ -247,6 +274,7 @@
   1.130  				27A42CBF0F8578B40063D362 /* MYCryptoTest.m in Sources */,
   1.131  				27A42D1E0F8586CE0063D362 /* MYKey.m in Sources */,
   1.132  				27A42D420F858ED80063D362 /* MYSymmetricKey.m in Sources */,
   1.133 +				270B879F0F8C565000C56781 /* MYPrivateKey.m in Sources */,
   1.134  			);
   1.135  			runOnlyForDeploymentPostprocessing = 0;
   1.136  		};
   1.137 @@ -264,6 +292,7 @@
   1.138  		};
   1.139  		1DEB927608733DD40010E9CD /* Release */ = {
   1.140  			isa = XCBuildConfiguration;
   1.141 +			baseConfigurationReference = 27CFF5120F7E9212000B418E /* MYCrypto.xcconfig */;
   1.142  			buildSettings = {
   1.143  				INSTALL_PATH = /usr/local/bin;
   1.144  				PRODUCT_NAME = MYCrypto;
   1.145 @@ -279,7 +308,7 @@
   1.146  		};
   1.147  		1DEB927A08733DD40010E9CD /* Release */ = {
   1.148  			isa = XCBuildConfiguration;
   1.149 -			baseConfigurationReference = 27CFF5120F7E9212000B418E /* MYCrypto.xcconfig */;
   1.150 +			baseConfigurationReference = 2748604D0F8D5C4C00FE617B /* MYCrypto_Release.xcconfig */;
   1.151  			buildSettings = {
   1.152  			};
   1.153  			name = Release;