MYCrypto.xcodeproj/project.pbxproj
author snej@snej.local
Thu Apr 09 21:36:21 2009 -0700 (2009-04-09)
changeset 4 f4709533c816
parent 3 1dfe820d7ebe
child 8 4c0eafa7b233
permissions -rw-r--r--
* Certificate signing!!!
* MYIdentity class.
snej@0
     1
// !$*UTF8*$!
snej@0
     2
{
snej@0
     3
	archiveVersion = 1;
snej@0
     4
	classes = {
snej@0
     5
	};
snej@0
     6
	objectVersion = 45;
snej@0
     7
	objects = {
snej@0
     8
snej@0
     9
/* Begin PBXBuildFile section */
snej@3
    10
		270B879F0F8C565000C56781 /* MYPrivateKey.m in Sources */ = {isa = PBXBuildFile; fileRef = 270B879E0F8C565000C56781 /* MYPrivateKey.m */; };
snej@4
    11
		274861D50F8E4B5200FE617B /* MYCertGen.m in Sources */ = {isa = PBXBuildFile; fileRef = 27A42ECD0F8689D30063D362 /* MYCertGen.m */; };
snej@4
    12
		274863A20F8EF39400FE617B /* MYIdentity.m in Sources */ = {isa = PBXBuildFile; fileRef = 274863A10F8EF39400FE617B /* MYIdentity.m */; };
snej@0
    13
		27A42CBF0F8578B40063D362 /* MYCryptoTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 27A42CBE0F8578B40063D362 /* MYCryptoTest.m */; };
snej@0
    14
		27A42D1E0F8586CE0063D362 /* MYKey.m in Sources */ = {isa = PBXBuildFile; fileRef = 27E822A10F81C5660019BE60 /* MYKey.m */; };
snej@0
    15
		27A42D420F858ED80063D362 /* MYSymmetricKey.m in Sources */ = {isa = PBXBuildFile; fileRef = 27A42D410F858ED80063D362 /* MYSymmetricKey.m */; };
snej@0
    16
		27CFF4C10F7E8535000B418E /* MYCertificate.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4B20F7E8535000B418E /* MYCertificate.m */; };
snej@0
    17
		27CFF4C20F7E8535000B418E /* MYCryptor.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4B40F7E8535000B418E /* MYCryptor.m */; };
snej@0
    18
		27CFF4C30F7E8535000B418E /* MYKeychain.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4B60F7E8535000B418E /* MYKeychain.m */; };
snej@0
    19
		27CFF4C40F7E8535000B418E /* MYKeychainItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4B80F7E8535000B418E /* MYKeychainItem.m */; };
snej@0
    20
		27CFF4C70F7E8535000B418E /* MYPublicKey.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4BD0F7E8535000B418E /* MYPublicKey.m */; };
snej@0
    21
		27CFF4C80F7E8535000B418E /* MYDigest.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4C00F7E8535000B418E /* MYDigest.m */; };
snej@0
    22
		27CFF4D50F7E8726000B418E /* CollectionUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4CE0F7E8726000B418E /* CollectionUtils.m */; };
snej@0
    23
		27CFF4D60F7E8726000B418E /* ExceptionUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4D00F7E8726000B418E /* ExceptionUtils.m */; };
snej@0
    24
		27CFF4D70F7E8726000B418E /* Logging.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4D20F7E8726000B418E /* Logging.m */; };
snej@0
    25
		27CFF4D80F7E8726000B418E /* Test.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4D40F7E8726000B418E /* Test.m */; };
snej@0
    26
		27CFF51F0F7E94AE000B418E /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 27CFF51E0F7E94AE000B418E /* Security.framework */; };
snej@0
    27
		27CFF5220F7E94DF000B418E /* MYCrypto_main.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF5210F7E94DF000B418E /* MYCrypto_main.m */; };
snej@0
    28
		27CFF5760F7E999B000B418E /* MYErrorUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF5750F7E999B000B418E /* MYErrorUtils.m */; };
snej@0
    29
		27E820720F7EA6260019BE60 /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 27E820710F7EA6260019BE60 /* CoreServices.framework */; };
snej@0
    30
		8DD76F9C0486AA7600D96B5E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 08FB779EFE84155DC02AAC07 /* Foundation.framework */; };
snej@0
    31
/* End PBXBuildFile section */
snej@0
    32
snej@0
    33
/* Begin PBXCopyFilesBuildPhase section */
snej@0
    34
		8DD76F9E0486AA7600D96B5E /* CopyFiles */ = {
snej@0
    35
			isa = PBXCopyFilesBuildPhase;
snej@0
    36
			buildActionMask = 8;
snej@0
    37
			dstPath = /usr/share/man/man1/;
snej@0
    38
			dstSubfolderSpec = 0;
snej@0
    39
			files = (
snej@0
    40
			);
snej@0
    41
			runOnlyForDeploymentPostprocessing = 1;
snej@0
    42
		};
snej@0
    43
/* End PBXCopyFilesBuildPhase section */
snej@0
    44
snej@0
    45
/* Begin PBXFileReference section */
snej@0
    46
		08FB779EFE84155DC02AAC07 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
snej@3
    47
		270B879D0F8C565000C56781 /* MYPrivateKey.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYPrivateKey.h; sourceTree = "<group>"; };
snej@3
    48
		270B879E0F8C565000C56781 /* MYPrivateKey.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYPrivateKey.m; sourceTree = "<group>"; };
snej@3
    49
		2748604D0F8D5C4C00FE617B /* MYCrypto_Release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = MYCrypto_Release.xcconfig; sourceTree = "<group>"; };
snej@4
    50
		274863A00F8EF39400FE617B /* MYIdentity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYIdentity.h; sourceTree = "<group>"; };
snej@4
    51
		274863A10F8EF39400FE617B /* MYIdentity.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYIdentity.m; sourceTree = "<group>"; };
snej@0
    52
		27A42CBE0F8578B40063D362 /* MYCryptoTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYCryptoTest.m; sourceTree = "<group>"; };
snej@0
    53
		27A42D400F858ED80063D362 /* MYSymmetricKey.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYSymmetricKey.h; sourceTree = "<group>"; };
snej@0
    54
		27A42D410F858ED80063D362 /* MYSymmetricKey.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYSymmetricKey.m; sourceTree = "<group>"; };
snej@0
    55
		27A42ECC0F8689D30063D362 /* MYCertGen.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYCertGen.h; sourceTree = "<group>"; };
snej@0
    56
		27A42ECD0F8689D30063D362 /* MYCertGen.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYCertGen.m; sourceTree = "<group>"; };
snej@2
    57
		27AAD97B0F892A0D0064DD7C /* MYCryptoConfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYCryptoConfig.h; sourceTree = "<group>"; };
snej@0
    58
		27CFF4B10F7E8535000B418E /* MYCertificate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYCertificate.h; sourceTree = "<group>"; };
snej@0
    59
		27CFF4B20F7E8535000B418E /* MYCertificate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYCertificate.m; sourceTree = "<group>"; };
snej@0
    60
		27CFF4B30F7E8535000B418E /* MYCryptor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYCryptor.h; sourceTree = "<group>"; };
snej@0
    61
		27CFF4B40F7E8535000B418E /* MYCryptor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYCryptor.m; sourceTree = "<group>"; };
snej@0
    62
		27CFF4B50F7E8535000B418E /* MYKeychain.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYKeychain.h; sourceTree = "<group>"; };
snej@0
    63
		27CFF4B60F7E8535000B418E /* MYKeychain.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYKeychain.m; sourceTree = "<group>"; };
snej@0
    64
		27CFF4B70F7E8535000B418E /* MYKeychainItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYKeychainItem.h; sourceTree = "<group>"; };
snej@0
    65
		27CFF4B80F7E8535000B418E /* MYKeychainItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYKeychainItem.m; sourceTree = "<group>"; };
snej@0
    66
		27CFF4BC0F7E8535000B418E /* MYPublicKey.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYPublicKey.h; sourceTree = "<group>"; };
snej@0
    67
		27CFF4BD0F7E8535000B418E /* MYPublicKey.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYPublicKey.m; sourceTree = "<group>"; };
snej@0
    68
		27CFF4BE0F7E8535000B418E /* MYCrypto_Private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYCrypto_Private.h; sourceTree = "<group>"; };
snej@0
    69
		27CFF4BF0F7E8535000B418E /* MYDigest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYDigest.h; sourceTree = "<group>"; };
snej@0
    70
		27CFF4C00F7E8535000B418E /* MYDigest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYDigest.m; sourceTree = "<group>"; };
snej@0
    71
		27CFF4CD0F7E8726000B418E /* CollectionUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CollectionUtils.h; path = ../MYUtilities/CollectionUtils.h; sourceTree = SOURCE_ROOT; };
snej@0
    72
		27CFF4CE0F7E8726000B418E /* CollectionUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CollectionUtils.m; path = ../MYUtilities/CollectionUtils.m; sourceTree = SOURCE_ROOT; };
snej@0
    73
		27CFF4CF0F7E8726000B418E /* ExceptionUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ExceptionUtils.h; path = ../MYUtilities/ExceptionUtils.h; sourceTree = SOURCE_ROOT; };
snej@0
    74
		27CFF4D00F7E8726000B418E /* ExceptionUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ExceptionUtils.m; path = ../MYUtilities/ExceptionUtils.m; sourceTree = SOURCE_ROOT; };
snej@0
    75
		27CFF4D10F7E8726000B418E /* Logging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Logging.h; path = ../MYUtilities/Logging.h; sourceTree = SOURCE_ROOT; };
snej@0
    76
		27CFF4D20F7E8726000B418E /* Logging.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Logging.m; path = ../MYUtilities/Logging.m; sourceTree = SOURCE_ROOT; };
snej@0
    77
		27CFF4D30F7E8726000B418E /* Test.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Test.h; path = ../MYUtilities/Test.h; sourceTree = SOURCE_ROOT; };
snej@0
    78
		27CFF4D40F7E8726000B418E /* Test.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Test.m; path = ../MYUtilities/Test.m; sourceTree = SOURCE_ROOT; };
snej@0
    79
		27CFF5120F7E9212000B418E /* MYCrypto.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = MYCrypto.xcconfig; sourceTree = "<group>"; };
snej@0
    80
		27CFF51E0F7E94AE000B418E /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; };
snej@0
    81
		27CFF5210F7E94DF000B418E /* MYCrypto_main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYCrypto_main.m; sourceTree = "<group>"; };
snej@0
    82
		27CFF5400F7E9653000B418E /* MYCrypto_Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = MYCrypto_Debug.xcconfig; sourceTree = "<group>"; };
snej@0
    83
		27CFF5740F7E999B000B418E /* MYErrorUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYErrorUtils.h; sourceTree = "<group>"; };
snej@0
    84
		27CFF5750F7E999B000B418E /* MYErrorUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYErrorUtils.m; sourceTree = "<group>"; };
snej@0
    85
		27CFF57C0F7EA117000B418E /* MYError_CSSMErrorDomain.strings */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; path = MYError_CSSMErrorDomain.strings; sourceTree = "<group>"; };
snej@0
    86
		27E820710F7EA6260019BE60 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = System/Library/Frameworks/CoreServices.framework; sourceTree = SDKROOT; };
snej@0
    87
		27E822A00F81C5660019BE60 /* MYKey.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYKey.h; sourceTree = "<group>"; };
snej@0
    88
		27E822A10F81C5660019BE60 /* MYKey.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYKey.m; sourceTree = "<group>"; };
snej@2
    89
		27EAF0390F8B2D700091AF95 /* README.textile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.textile; sourceTree = "<group>"; };
snej@0
    90
		8DD76FA10486AA7600D96B5E /* MYCrypto */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = MYCrypto; sourceTree = BUILT_PRODUCTS_DIR; };
snej@0
    91
/* End PBXFileReference section */
snej@0
    92
snej@0
    93
/* Begin PBXFrameworksBuildPhase section */
snej@0
    94
		8DD76F9B0486AA7600D96B5E /* Frameworks */ = {
snej@0
    95
			isa = PBXFrameworksBuildPhase;
snej@0
    96
			buildActionMask = 2147483647;
snej@0
    97
			files = (
snej@0
    98
				8DD76F9C0486AA7600D96B5E /* Foundation.framework in Frameworks */,
snej@0
    99
				27CFF51F0F7E94AE000B418E /* Security.framework in Frameworks */,
snej@0
   100
				27E820720F7EA6260019BE60 /* CoreServices.framework in Frameworks */,
snej@0
   101
			);
snej@0
   102
			runOnlyForDeploymentPostprocessing = 0;
snej@0
   103
		};
snej@0
   104
/* End PBXFrameworksBuildPhase section */
snej@0
   105
snej@0
   106
/* Begin PBXGroup section */
snej@0
   107
		08FB7794FE84155DC02AAC07 /* MYCrypto */ = {
snej@0
   108
			isa = PBXGroup;
snej@0
   109
			children = (
snej@0
   110
				08FB7795FE84155DC02AAC07 /* Source */,
snej@4
   111
				274861440F8D757600FE617B /* Certificate Generation */,
snej@3
   112
				270B881C0F8D055A00C56781 /* Internal */,
snej@0
   113
				27CFF4CC0F7E86E8000B418E /* MYUtilities */,
snej@0
   114
				C6859EA2029092E104C91782 /* Documentation */,
snej@0
   115
				08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */,
snej@0
   116
				1AB674ADFE9D54B511CA2CBB /* Products */,
snej@0
   117
				27CFF51E0F7E94AE000B418E /* Security.framework */,
snej@0
   118
				27E820710F7EA6260019BE60 /* CoreServices.framework */,
snej@0
   119
			);
snej@0
   120
			name = MYCrypto;
snej@0
   121
			sourceTree = "<group>";
snej@0
   122
		};
snej@0
   123
		08FB7795FE84155DC02AAC07 /* Source */ = {
snej@0
   124
			isa = PBXGroup;
snej@0
   125
			children = (
snej@0
   126
				27CFF4B10F7E8535000B418E /* MYCertificate.h */,
snej@0
   127
				27CFF4B20F7E8535000B418E /* MYCertificate.m */,
snej@0
   128
				27CFF4B30F7E8535000B418E /* MYCryptor.h */,
snej@0
   129
				27CFF4B40F7E8535000B418E /* MYCryptor.m */,
snej@2
   130
				27CFF4BF0F7E8535000B418E /* MYDigest.h */,
snej@2
   131
				27CFF4C00F7E8535000B418E /* MYDigest.m */,
snej@4
   132
				274863A00F8EF39400FE617B /* MYIdentity.h */,
snej@4
   133
				274863A10F8EF39400FE617B /* MYIdentity.m */,
snej@0
   134
				27E822A00F81C5660019BE60 /* MYKey.h */,
snej@0
   135
				27E822A10F81C5660019BE60 /* MYKey.m */,
snej@0
   136
				27CFF4B50F7E8535000B418E /* MYKeychain.h */,
snej@0
   137
				27CFF4B60F7E8535000B418E /* MYKeychain.m */,
snej@0
   138
				27CFF4B70F7E8535000B418E /* MYKeychainItem.h */,
snej@0
   139
				27CFF4B80F7E8535000B418E /* MYKeychainItem.m */,
snej@0
   140
				27CFF4BC0F7E8535000B418E /* MYPublicKey.h */,
snej@0
   141
				27CFF4BD0F7E8535000B418E /* MYPublicKey.m */,
snej@3
   142
				270B879D0F8C565000C56781 /* MYPrivateKey.h */,
snej@3
   143
				270B879E0F8C565000C56781 /* MYPrivateKey.m */,
snej@0
   144
				27A42D400F858ED80063D362 /* MYSymmetricKey.h */,
snej@0
   145
				27A42D410F858ED80063D362 /* MYSymmetricKey.m */,
snej@2
   146
				27AAD97B0F892A0D0064DD7C /* MYCryptoConfig.h */,
snej@2
   147
				27EAF0390F8B2D700091AF95 /* README.textile */,
snej@0
   148
			);
snej@0
   149
			name = Source;
snej@0
   150
			sourceTree = "<group>";
snej@0
   151
		};
snej@0
   152
		08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */ = {
snej@0
   153
			isa = PBXGroup;
snej@0
   154
			children = (
snej@0
   155
				08FB779EFE84155DC02AAC07 /* Foundation.framework */,
snej@0
   156
			);
snej@0
   157
			name = "External Frameworks and Libraries";
snej@0
   158
			sourceTree = "<group>";
snej@0
   159
		};
snej@0
   160
		1AB674ADFE9D54B511CA2CBB /* Products */ = {
snej@0
   161
			isa = PBXGroup;
snej@0
   162
			children = (
snej@0
   163
				8DD76FA10486AA7600D96B5E /* MYCrypto */,
snej@0
   164
			);
snej@0
   165
			name = Products;
snej@0
   166
			sourceTree = "<group>";
snej@0
   167
		};
snej@3
   168
		270B881C0F8D055A00C56781 /* Internal */ = {
snej@3
   169
			isa = PBXGroup;
snej@3
   170
			children = (
snej@3
   171
				27CFF4BE0F7E8535000B418E /* MYCrypto_Private.h */,
snej@3
   172
				27A42CBE0F8578B40063D362 /* MYCryptoTest.m */,
snej@3
   173
				27CFF5210F7E94DF000B418E /* MYCrypto_main.m */,
snej@3
   174
				27CFF5120F7E9212000B418E /* MYCrypto.xcconfig */,
snej@3
   175
				27CFF5400F7E9653000B418E /* MYCrypto_Debug.xcconfig */,
snej@3
   176
				2748604D0F8D5C4C00FE617B /* MYCrypto_Release.xcconfig */,
snej@3
   177
			);
snej@3
   178
			name = Internal;
snej@3
   179
			sourceTree = "<group>";
snej@3
   180
		};
snej@4
   181
		274861440F8D757600FE617B /* Certificate Generation */ = {
snej@4
   182
			isa = PBXGroup;
snej@4
   183
			children = (
snej@4
   184
				27A42ECC0F8689D30063D362 /* MYCertGen.h */,
snej@4
   185
				27A42ECD0F8689D30063D362 /* MYCertGen.m */,
snej@4
   186
			);
snej@4
   187
			name = "Certificate Generation";
snej@4
   188
			sourceTree = "<group>";
snej@4
   189
		};
snej@0
   190
		27CFF4CC0F7E86E8000B418E /* MYUtilities */ = {
snej@0
   191
			isa = PBXGroup;
snej@0
   192
			children = (
snej@0
   193
				27CFF4CD0F7E8726000B418E /* CollectionUtils.h */,
snej@0
   194
				27CFF4CE0F7E8726000B418E /* CollectionUtils.m */,
snej@0
   195
				27CFF4CF0F7E8726000B418E /* ExceptionUtils.h */,
snej@0
   196
				27CFF4D00F7E8726000B418E /* ExceptionUtils.m */,
snej@0
   197
				27CFF4D10F7E8726000B418E /* Logging.h */,
snej@0
   198
				27CFF4D20F7E8726000B418E /* Logging.m */,
snej@0
   199
				27CFF4D30F7E8726000B418E /* Test.h */,
snej@0
   200
				27CFF4D40F7E8726000B418E /* Test.m */,
snej@0
   201
				27CFF5740F7E999B000B418E /* MYErrorUtils.h */,
snej@0
   202
				27CFF5750F7E999B000B418E /* MYErrorUtils.m */,
snej@0
   203
				27CFF57C0F7EA117000B418E /* MYError_CSSMErrorDomain.strings */,
snej@0
   204
			);
snej@0
   205
			name = MYUtilities;
snej@0
   206
			sourceTree = MYUtilities;
snej@0
   207
		};
snej@0
   208
		C6859EA2029092E104C91782 /* Documentation */ = {
snej@0
   209
			isa = PBXGroup;
snej@0
   210
			children = (
snej@0
   211
			);
snej@0
   212
			name = Documentation;
snej@0
   213
			sourceTree = "<group>";
snej@0
   214
		};
snej@0
   215
/* End PBXGroup section */
snej@0
   216
snej@0
   217
/* Begin PBXNativeTarget section */
snej@0
   218
		8DD76F960486AA7600D96B5E /* MYCrypto */ = {
snej@0
   219
			isa = PBXNativeTarget;
snej@0
   220
			buildConfigurationList = 1DEB927408733DD40010E9CD /* Build configuration list for PBXNativeTarget "MYCrypto" */;
snej@0
   221
			buildPhases = (
snej@0
   222
				8DD76F990486AA7600D96B5E /* Sources */,
snej@0
   223
				8DD76F9B0486AA7600D96B5E /* Frameworks */,
snej@0
   224
				8DD76F9E0486AA7600D96B5E /* CopyFiles */,
snej@3
   225
				27EAF0C60F8BD4ED0091AF95 /* ShellScript */,
snej@0
   226
			);
snej@0
   227
			buildRules = (
snej@0
   228
			);
snej@0
   229
			dependencies = (
snej@0
   230
			);
snej@0
   231
			name = MYCrypto;
snej@0
   232
			productInstallPath = "$(HOME)/bin";
snej@0
   233
			productName = MYCrypto;
snej@0
   234
			productReference = 8DD76FA10486AA7600D96B5E /* MYCrypto */;
snej@0
   235
			productType = "com.apple.product-type.tool";
snej@0
   236
		};
snej@0
   237
/* End PBXNativeTarget section */
snej@0
   238
snej@0
   239
/* Begin PBXProject section */
snej@0
   240
		08FB7793FE84155DC02AAC07 /* Project object */ = {
snej@0
   241
			isa = PBXProject;
snej@0
   242
			buildConfigurationList = 1DEB927808733DD40010E9CD /* Build configuration list for PBXProject "MYCrypto" */;
snej@0
   243
			compatibilityVersion = "Xcode 3.1";
snej@0
   244
			hasScannedForEncodings = 1;
snej@0
   245
			mainGroup = 08FB7794FE84155DC02AAC07 /* MYCrypto */;
snej@0
   246
			projectDirPath = "";
snej@0
   247
			projectRoot = "";
snej@0
   248
			targets = (
snej@0
   249
				8DD76F960486AA7600D96B5E /* MYCrypto */,
snej@0
   250
			);
snej@0
   251
		};
snej@0
   252
/* End PBXProject section */
snej@0
   253
snej@3
   254
/* Begin PBXShellScriptBuildPhase section */
snej@3
   255
		27EAF0C60F8BD4ED0091AF95 /* ShellScript */ = {
snej@3
   256
			isa = PBXShellScriptBuildPhase;
snej@3
   257
			buildActionMask = 2147483647;
snej@3
   258
			files = (
snej@3
   259
			);
snej@3
   260
			inputPaths = (
snej@3
   261
			);
snej@3
   262
			outputPaths = (
snej@3
   263
			);
snej@3
   264
			runOnlyForDeploymentPostprocessing = 0;
snej@3
   265
			shellPath = /bin/csh;
snej@3
   266
			shellScript = "doxygen\n";
snej@3
   267
			showEnvVarsInLog = 0;
snej@3
   268
		};
snej@3
   269
/* End PBXShellScriptBuildPhase section */
snej@3
   270
snej@0
   271
/* Begin PBXSourcesBuildPhase section */
snej@0
   272
		8DD76F990486AA7600D96B5E /* Sources */ = {
snej@0
   273
			isa = PBXSourcesBuildPhase;
snej@0
   274
			buildActionMask = 2147483647;
snej@0
   275
			files = (
snej@0
   276
				27CFF4C10F7E8535000B418E /* MYCertificate.m in Sources */,
snej@0
   277
				27CFF4C20F7E8535000B418E /* MYCryptor.m in Sources */,
snej@0
   278
				27CFF4C30F7E8535000B418E /* MYKeychain.m in Sources */,
snej@0
   279
				27CFF4C40F7E8535000B418E /* MYKeychainItem.m in Sources */,
snej@0
   280
				27CFF4C70F7E8535000B418E /* MYPublicKey.m in Sources */,
snej@0
   281
				27CFF4C80F7E8535000B418E /* MYDigest.m in Sources */,
snej@0
   282
				27CFF4D50F7E8726000B418E /* CollectionUtils.m in Sources */,
snej@0
   283
				27CFF4D60F7E8726000B418E /* ExceptionUtils.m in Sources */,
snej@0
   284
				27CFF4D70F7E8726000B418E /* Logging.m in Sources */,
snej@0
   285
				27CFF4D80F7E8726000B418E /* Test.m in Sources */,
snej@0
   286
				27CFF5220F7E94DF000B418E /* MYCrypto_main.m in Sources */,
snej@0
   287
				27CFF5760F7E999B000B418E /* MYErrorUtils.m in Sources */,
snej@0
   288
				27A42CBF0F8578B40063D362 /* MYCryptoTest.m in Sources */,
snej@0
   289
				27A42D1E0F8586CE0063D362 /* MYKey.m in Sources */,
snej@0
   290
				27A42D420F858ED80063D362 /* MYSymmetricKey.m in Sources */,
snej@3
   291
				270B879F0F8C565000C56781 /* MYPrivateKey.m in Sources */,
snej@4
   292
				274861D50F8E4B5200FE617B /* MYCertGen.m in Sources */,
snej@4
   293
				274863A20F8EF39400FE617B /* MYIdentity.m in Sources */,
snej@0
   294
			);
snej@0
   295
			runOnlyForDeploymentPostprocessing = 0;
snej@0
   296
		};
snej@0
   297
/* End PBXSourcesBuildPhase section */
snej@0
   298
snej@0
   299
/* Begin XCBuildConfiguration section */
snej@0
   300
		1DEB927508733DD40010E9CD /* Debug */ = {
snej@0
   301
			isa = XCBuildConfiguration;
snej@0
   302
			buildSettings = {
snej@0
   303
				COPY_PHASE_STRIP = NO;
snej@0
   304
				INSTALL_PATH = /usr/local/bin;
snej@0
   305
				PRODUCT_NAME = MYCrypto;
snej@0
   306
			};
snej@0
   307
			name = Debug;
snej@0
   308
		};
snej@0
   309
		1DEB927608733DD40010E9CD /* Release */ = {
snej@0
   310
			isa = XCBuildConfiguration;
snej@3
   311
			baseConfigurationReference = 27CFF5120F7E9212000B418E /* MYCrypto.xcconfig */;
snej@0
   312
			buildSettings = {
snej@0
   313
				INSTALL_PATH = /usr/local/bin;
snej@0
   314
				PRODUCT_NAME = MYCrypto;
snej@0
   315
			};
snej@0
   316
			name = Release;
snej@0
   317
		};
snej@0
   318
		1DEB927908733DD40010E9CD /* Debug */ = {
snej@0
   319
			isa = XCBuildConfiguration;
snej@0
   320
			baseConfigurationReference = 27CFF5400F7E9653000B418E /* MYCrypto_Debug.xcconfig */;
snej@0
   321
			buildSettings = {
snej@4
   322
				ALWAYS_SEARCH_USER_PATHS = NO;
snej@4
   323
				HEADER_SEARCH_PATHS = "/Code/MYCrypto/**";
snej@0
   324
			};
snej@0
   325
			name = Debug;
snej@0
   326
		};
snej@0
   327
		1DEB927A08733DD40010E9CD /* Release */ = {
snej@0
   328
			isa = XCBuildConfiguration;
snej@3
   329
			baseConfigurationReference = 2748604D0F8D5C4C00FE617B /* MYCrypto_Release.xcconfig */;
snej@0
   330
			buildSettings = {
snej@4
   331
				ALWAYS_SEARCH_USER_PATHS = NO;
snej@4
   332
				HEADER_SEARCH_PATHS = "/Code/MYCrypto/**";
snej@0
   333
			};
snej@0
   334
			name = Release;
snej@0
   335
		};
snej@0
   336
/* End XCBuildConfiguration section */
snej@0
   337
snej@0
   338
/* Begin XCConfigurationList section */
snej@0
   339
		1DEB927408733DD40010E9CD /* Build configuration list for PBXNativeTarget "MYCrypto" */ = {
snej@0
   340
			isa = XCConfigurationList;
snej@0
   341
			buildConfigurations = (
snej@0
   342
				1DEB927508733DD40010E9CD /* Debug */,
snej@0
   343
				1DEB927608733DD40010E9CD /* Release */,
snej@0
   344
			);
snej@0
   345
			defaultConfigurationIsVisible = 0;
snej@0
   346
			defaultConfigurationName = Release;
snej@0
   347
		};
snej@0
   348
		1DEB927808733DD40010E9CD /* Build configuration list for PBXProject "MYCrypto" */ = {
snej@0
   349
			isa = XCConfigurationList;
snej@0
   350
			buildConfigurations = (
snej@0
   351
				1DEB927908733DD40010E9CD /* Debug */,
snej@0
   352
				1DEB927A08733DD40010E9CD /* Release */,
snej@0
   353
			);
snej@0
   354
			defaultConfigurationIsVisible = 0;
snej@0
   355
			defaultConfigurationName = Release;
snej@0
   356
		};
snej@0
   357
/* End XCConfigurationList section */
snej@0
   358
	};
snej@0
   359
	rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
snej@0
   360
}