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