MYCrypto-iPhone.xcodeproj/project.pbxproj
author Jens Alfke <jens@mooseyard.com>
Tue Jun 02 13:16:28 2009 -0700 (2009-06-02)
changeset 16 c409dbc4f068
parent 12 e4c971be4079
child 19 f6c91b9da05b
permissions -rwxr-xr-x
* Added ASN.1 / BER / DER utilities, to be used in generating and parsing X.509 certs.
* Added Keychain user-interaction-allowed setter. Added doc comments to MYSymmetricKey.
     1 // !$*UTF8*$!
     2 {
     3 	archiveVersion = 1;
     4 	classes = {
     5 	};
     6 	objectVersion = 45;
     7 	objects = {
     8 
     9 /* Begin PBXBuildFile section */
    10 		1D3623260D0F684500981E51 /* MYCrypto_iPhoneAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D3623250D0F684500981E51 /* MYCrypto_iPhoneAppDelegate.m */; };
    11 		1D60589B0D05DD56006BFB54 /* MYCrypto_iPhone_main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* MYCrypto_iPhone_main.m */; };
    12 		1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };
    13 		1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; };
    14 		27059CF30F8F0F9200A8422F /* MYIdentity.m in Sources */ = {isa = PBXBuildFile; fileRef = 27059CF20F8F0F9200A8422F /* MYIdentity.m */; };
    15 		273391CD0F81EC70009414D9 /* MYCertificate-iPhone.m in Sources */ = {isa = PBXBuildFile; fileRef = 273391CC0F81EC70009414D9 /* MYCertificate-iPhone.m */; };
    16 		273392120F8283B8009414D9 /* MYKeychain-iPhone.m in Sources */ = {isa = PBXBuildFile; fileRef = 273392110F8283B8009414D9 /* MYKeychain-iPhone.m */; };
    17 		274110090F99234100AD413F /* MYSymmetricKey-iPhone.m in Sources */ = {isa = PBXBuildFile; fileRef = 274110080F99234100AD413F /* MYSymmetricKey-iPhone.m */; };
    18 		2748607F0F8D5E0600FE617B /* MYPrivateKey.m in Sources */ = {isa = PBXBuildFile; fileRef = 2748607E0F8D5E0600FE617B /* MYPrivateKey.m */; };
    19 		276FB13F0F84090900CB326E /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 276FB13E0F84090900CB326E /* Security.framework */; };
    20 		276FB16E0F84152B00CB326E /* MYCryptoTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 276FB16D0F84152B00CB326E /* MYCryptoTest.m */; };
    21 		276FB3190F856AA700CB326E /* MYPublicKey.m in Sources */ = {isa = PBXBuildFile; fileRef = 276FB3180F856AA700CB326E /* MYPublicKey.m */; };
    22 		276FB33B0F856ACB00CB326E /* MYKeychain.m in Sources */ = {isa = PBXBuildFile; fileRef = 276FB33A0F856ACB00CB326E /* MYKeychain.m */; };
    23 		276FB34B0F856CA400CB326E /* MYCertificate.m in Sources */ = {isa = PBXBuildFile; fileRef = 276FB34A0F856CA400CB326E /* MYCertificate.m */; };
    24 		27A430120F87C6C10063D362 /* MYKey.m in Sources */ = {isa = PBXBuildFile; fileRef = 27E823110F81D56E0019BE60 /* MYKey.m */; };
    25 		27A430140F87C6D50063D362 /* MYSymmetricKey.m in Sources */ = {isa = PBXBuildFile; fileRef = 27A430130F87C6D50063D362 /* MYSymmetricKey.m */; };
    26 		27B8522D0FCEE6F9005631F9 /* MYASN1.m in Sources */ = {isa = PBXBuildFile; fileRef = 27B8522C0FCEE6F9005631F9 /* MYASN1.m */; };
    27 		27E3A6AA0F91B8B30079D4D9 /* MYCryptor.m in Sources */ = {isa = PBXBuildFile; fileRef = 27E3A6A70F91B8B30079D4D9 /* MYCryptor.m */; };
    28 		27E823240F81D56E0019BE60 /* MYKeychainItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 27E823150F81D56E0019BE60 /* MYKeychainItem.m */; };
    29 		27E823270F81D56E0019BE60 /* MYDigest.m in Sources */ = {isa = PBXBuildFile; fileRef = 27E8231C0F81D56E0019BE60 /* MYDigest.m */; };
    30 		27E823290F81D56E0019BE60 /* MYCrypto.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 27E8231E0F81D56E0019BE60 /* MYCrypto.xcconfig */; };
    31 		27E8232A0F81D56E0019BE60 /* MYCrypto_Debug.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 27E8231F0F81D56E0019BE60 /* MYCrypto_Debug.xcconfig */; };
    32 		27E823370F81D5760019BE60 /* CollectionUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 27E8232D0F81D5760019BE60 /* CollectionUtils.m */; };
    33 		27E823380F81D5760019BE60 /* ExceptionUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 27E8232F0F81D5760019BE60 /* ExceptionUtils.m */; };
    34 		27E823390F81D5760019BE60 /* Logging.m in Sources */ = {isa = PBXBuildFile; fileRef = 27E823310F81D5760019BE60 /* Logging.m */; };
    35 		27E8233A0F81D5760019BE60 /* Test.m in Sources */ = {isa = PBXBuildFile; fileRef = 27E823330F81D5760019BE60 /* Test.m */; };
    36 		27E8233B0F81D5760019BE60 /* MYErrorUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 27E823350F81D5760019BE60 /* MYErrorUtils.m */; };
    37 		27E8233C0F81D5760019BE60 /* MYError_CSSMErrorDomain.strings in Resources */ = {isa = PBXBuildFile; fileRef = 27E823360F81D5760019BE60 /* MYError_CSSMErrorDomain.strings */; };
    38 		27FE453F0F87CC8500A86D63 /* MYKey-iPhone.m in Sources */ = {isa = PBXBuildFile; fileRef = 27FE453E0F87CC8500A86D63 /* MYKey-iPhone.m */; };
    39 		288765FD0DF74451002DB57D /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 288765FC0DF74451002DB57D /* CoreGraphics.framework */; };
    40 		28AD733F0D9D9553002E5188 /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 28AD733E0D9D9553002E5188 /* MainWindow.xib */; };
    41 /* End PBXBuildFile section */
    42 
    43 /* Begin PBXFileReference section */
    44 		1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
    45 		1D3623240D0F684500981E51 /* MYCrypto_iPhoneAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYCrypto_iPhoneAppDelegate.h; sourceTree = "<group>"; };
    46 		1D3623250D0F684500981E51 /* MYCrypto_iPhoneAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYCrypto_iPhoneAppDelegate.m; sourceTree = "<group>"; };
    47 		1D6058910D05DD3D006BFB54 /* MYCrypto-iPhone.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "MYCrypto-iPhone.app"; sourceTree = BUILT_PRODUCTS_DIR; };
    48 		1DF5F4DF0D08C38300B7A737 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
    49 		27059CF10F8F0F8E00A8422F /* MYIdentity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYIdentity.h; sourceTree = "<group>"; };
    50 		27059CF20F8F0F9200A8422F /* MYIdentity.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYIdentity.m; sourceTree = "<group>"; };
    51 		273391CC0F81EC70009414D9 /* MYCertificate-iPhone.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "MYCertificate-iPhone.m"; sourceTree = "<group>"; };
    52 		273392110F8283B8009414D9 /* MYKeychain-iPhone.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "MYKeychain-iPhone.m"; sourceTree = "<group>"; };
    53 		274110080F99234100AD413F /* MYSymmetricKey-iPhone.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "MYSymmetricKey-iPhone.m"; sourceTree = "<group>"; };
    54 		2748607D0F8D5DF200FE617B /* MYPrivateKey.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYPrivateKey.h; sourceTree = "<group>"; };
    55 		2748607E0F8D5E0600FE617B /* MYPrivateKey.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYPrivateKey.m; sourceTree = "<group>"; };
    56 		276FB13E0F84090900CB326E /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; };
    57 		276FB16D0F84152B00CB326E /* MYCryptoTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYCryptoTest.m; sourceTree = "<group>"; };
    58 		276FB3180F856AA700CB326E /* MYPublicKey.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYPublicKey.m; sourceTree = "<group>"; };
    59 		276FB33A0F856ACB00CB326E /* MYKeychain.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYKeychain.m; sourceTree = "<group>"; };
    60 		276FB34A0F856CA400CB326E /* MYCertificate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYCertificate.m; sourceTree = "<group>"; };
    61 		27A430130F87C6D50063D362 /* MYSymmetricKey.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYSymmetricKey.m; sourceTree = "<group>"; };
    62 		27A430150F87C6DB0063D362 /* MYSymmetricKey.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYSymmetricKey.h; sourceTree = "<group>"; };
    63 		27AAD9710F8927DB0064DD7C /* MYCryptoConfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYCryptoConfig.h; sourceTree = "<group>"; };
    64 		27B8522B0FCEE6F9005631F9 /* MYASN1.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYASN1.h; sourceTree = "<group>"; };
    65 		27B8522C0FCEE6F9005631F9 /* MYASN1.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYASN1.m; sourceTree = "<group>"; };
    66 		27E3A6A60F91B8B30079D4D9 /* MYCryptor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYCryptor.h; sourceTree = "<group>"; };
    67 		27E3A6A70F91B8B30079D4D9 /* MYCryptor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYCryptor.m; sourceTree = "<group>"; };
    68 		27E8230C0F81D56E0019BE60 /* MYCertificate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYCertificate.h; sourceTree = "<group>"; };
    69 		27E823100F81D56E0019BE60 /* MYKey.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYKey.h; sourceTree = "<group>"; };
    70 		27E823110F81D56E0019BE60 /* MYKey.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYKey.m; sourceTree = "<group>"; };
    71 		27E823120F81D56E0019BE60 /* MYKeychain.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYKeychain.h; sourceTree = "<group>"; };
    72 		27E823140F81D56E0019BE60 /* MYKeychainItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYKeychainItem.h; sourceTree = "<group>"; };
    73 		27E823150F81D56E0019BE60 /* MYKeychainItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYKeychainItem.m; sourceTree = "<group>"; };
    74 		27E823180F81D56E0019BE60 /* MYPublicKey.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYPublicKey.h; sourceTree = "<group>"; };
    75 		27E8231A0F81D56E0019BE60 /* MYCrypto_Private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYCrypto_Private.h; sourceTree = "<group>"; };
    76 		27E8231B0F81D56E0019BE60 /* MYDigest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYDigest.h; sourceTree = "<group>"; };
    77 		27E8231C0F81D56E0019BE60 /* MYDigest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYDigest.m; sourceTree = "<group>"; };
    78 		27E8231E0F81D56E0019BE60 /* MYCrypto.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = MYCrypto.xcconfig; sourceTree = "<group>"; };
    79 		27E8231F0F81D56E0019BE60 /* MYCrypto_Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = MYCrypto_Debug.xcconfig; sourceTree = "<group>"; };
    80 		27E8232C0F81D5760019BE60 /* CollectionUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CollectionUtils.h; path = ../MYUtilities/CollectionUtils.h; sourceTree = SOURCE_ROOT; };
    81 		27E8232D0F81D5760019BE60 /* CollectionUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CollectionUtils.m; path = ../MYUtilities/CollectionUtils.m; sourceTree = SOURCE_ROOT; };
    82 		27E8232E0F81D5760019BE60 /* ExceptionUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ExceptionUtils.h; path = ../MYUtilities/ExceptionUtils.h; sourceTree = SOURCE_ROOT; };
    83 		27E8232F0F81D5760019BE60 /* ExceptionUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ExceptionUtils.m; path = ../MYUtilities/ExceptionUtils.m; sourceTree = SOURCE_ROOT; };
    84 		27E823300F81D5760019BE60 /* Logging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Logging.h; path = ../MYUtilities/Logging.h; sourceTree = SOURCE_ROOT; };
    85 		27E823310F81D5760019BE60 /* Logging.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Logging.m; path = ../MYUtilities/Logging.m; sourceTree = SOURCE_ROOT; };
    86 		27E823320F81D5760019BE60 /* Test.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Test.h; path = ../MYUtilities/Test.h; sourceTree = SOURCE_ROOT; };
    87 		27E823330F81D5760019BE60 /* Test.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Test.m; path = ../MYUtilities/Test.m; sourceTree = SOURCE_ROOT; };
    88 		27E823340F81D5760019BE60 /* MYErrorUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MYErrorUtils.h; path = ../MYUtilities/MYErrorUtils.h; sourceTree = SOURCE_ROOT; };
    89 		27E823350F81D5760019BE60 /* MYErrorUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MYErrorUtils.m; path = ../MYUtilities/MYErrorUtils.m; sourceTree = SOURCE_ROOT; };
    90 		27E823360F81D5760019BE60 /* MYError_CSSMErrorDomain.strings */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = MYError_CSSMErrorDomain.strings; path = ../MYUtilities/MYError_CSSMErrorDomain.strings; sourceTree = SOURCE_ROOT; };
    91 		27FE453E0F87CC8500A86D63 /* MYKey-iPhone.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "MYKey-iPhone.m"; sourceTree = "<group>"; };
    92 		288765FC0DF74451002DB57D /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
    93 		28AD733E0D9D9553002E5188 /* MainWindow.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = MainWindow.xib; sourceTree = "<group>"; };
    94 		29B97316FDCFA39411CA2CEA /* MYCrypto_iPhone_main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYCrypto_iPhone_main.m; sourceTree = "<group>"; };
    95 		8D1107310486CEB800E47090 /* MYCrypto_iPhone-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "MYCrypto_iPhone-Info.plist"; plistStructureDefinitionIdentifier = "com.apple.xcode.plist.structure-definition.iphone.info-plist"; sourceTree = "<group>"; };
    96 /* End PBXFileReference section */
    97 
    98 /* Begin PBXFrameworksBuildPhase section */
    99 		1D60588F0D05DD3D006BFB54 /* Frameworks */ = {
   100 			isa = PBXFrameworksBuildPhase;
   101 			buildActionMask = 2147483647;
   102 			files = (
   103 				1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */,
   104 				1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */,
   105 				288765FD0DF74451002DB57D /* CoreGraphics.framework in Frameworks */,
   106 				276FB13F0F84090900CB326E /* Security.framework in Frameworks */,
   107 			);
   108 			runOnlyForDeploymentPostprocessing = 0;
   109 		};
   110 /* End PBXFrameworksBuildPhase section */
   111 
   112 /* Begin PBXGroup section */
   113 		080E96DDFE201D6D7F000001 /* iPhone */ = {
   114 			isa = PBXGroup;
   115 			children = (
   116 				1D3623240D0F684500981E51 /* MYCrypto_iPhoneAppDelegate.h */,
   117 				1D3623250D0F684500981E51 /* MYCrypto_iPhoneAppDelegate.m */,
   118 				29B97316FDCFA39411CA2CEA /* MYCrypto_iPhone_main.m */,
   119 				28AD733E0D9D9553002E5188 /* MainWindow.xib */,
   120 				8D1107310486CEB800E47090 /* MYCrypto_iPhone-Info.plist */,
   121 			);
   122 			path = iPhone;
   123 			sourceTree = "<group>";
   124 		};
   125 		19C28FACFE9D520D11CA2CBB /* Products */ = {
   126 			isa = PBXGroup;
   127 			children = (
   128 				1D6058910D05DD3D006BFB54 /* MYCrypto-iPhone.app */,
   129 			);
   130 			name = Products;
   131 			sourceTree = "<group>";
   132 		};
   133 		27E3A6A10F91B8B30079D4D9 /* Encryption */ = {
   134 			isa = PBXGroup;
   135 			children = (
   136 				27E3A6A60F91B8B30079D4D9 /* MYCryptor.h */,
   137 				27E3A6A70F91B8B30079D4D9 /* MYCryptor.m */,
   138 			);
   139 			name = Encryption;
   140 			sourceTree = "<group>";
   141 		};
   142 		27E8230B0F81D56E0019BE60 /* Source */ = {
   143 			isa = PBXGroup;
   144 			children = (
   145 				27B8522B0FCEE6F9005631F9 /* MYASN1.h */,
   146 				27B8522C0FCEE6F9005631F9 /* MYASN1.m */,
   147 				27AAD9710F8927DB0064DD7C /* MYCryptoConfig.h */,
   148 				27E8230C0F81D56E0019BE60 /* MYCertificate.h */,
   149 				276FB34A0F856CA400CB326E /* MYCertificate.m */,
   150 				273391CC0F81EC70009414D9 /* MYCertificate-iPhone.m */,
   151 				27059CF10F8F0F8E00A8422F /* MYIdentity.h */,
   152 				27059CF20F8F0F9200A8422F /* MYIdentity.m */,
   153 				27E823100F81D56E0019BE60 /* MYKey.h */,
   154 				27E823110F81D56E0019BE60 /* MYKey.m */,
   155 				27FE453E0F87CC8500A86D63 /* MYKey-iPhone.m */,
   156 				27E823120F81D56E0019BE60 /* MYKeychain.h */,
   157 				276FB33A0F856ACB00CB326E /* MYKeychain.m */,
   158 				273392110F8283B8009414D9 /* MYKeychain-iPhone.m */,
   159 				27E823140F81D56E0019BE60 /* MYKeychainItem.h */,
   160 				27E823150F81D56E0019BE60 /* MYKeychainItem.m */,
   161 				2748607D0F8D5DF200FE617B /* MYPrivateKey.h */,
   162 				2748607E0F8D5E0600FE617B /* MYPrivateKey.m */,
   163 				27E823180F81D56E0019BE60 /* MYPublicKey.h */,
   164 				276FB3180F856AA700CB326E /* MYPublicKey.m */,
   165 				27A430150F87C6DB0063D362 /* MYSymmetricKey.h */,
   166 				27A430130F87C6D50063D362 /* MYSymmetricKey.m */,
   167 				274110080F99234100AD413F /* MYSymmetricKey-iPhone.m */,
   168 				27E8231B0F81D56E0019BE60 /* MYDigest.h */,
   169 				27E8231C0F81D56E0019BE60 /* MYDigest.m */,
   170 				27E8231A0F81D56E0019BE60 /* MYCrypto_Private.h */,
   171 				276FB16D0F84152B00CB326E /* MYCryptoTest.m */,
   172 				27E8231E0F81D56E0019BE60 /* MYCrypto.xcconfig */,
   173 				27E8231F0F81D56E0019BE60 /* MYCrypto_Debug.xcconfig */,
   174 			);
   175 			name = Source;
   176 			sourceTree = "<group>";
   177 		};
   178 		27E8232B0F81D5760019BE60 /* MYUtilities */ = {
   179 			isa = PBXGroup;
   180 			children = (
   181 				27E8232C0F81D5760019BE60 /* CollectionUtils.h */,
   182 				27E8232D0F81D5760019BE60 /* CollectionUtils.m */,
   183 				27E8232E0F81D5760019BE60 /* ExceptionUtils.h */,
   184 				27E8232F0F81D5760019BE60 /* ExceptionUtils.m */,
   185 				27E823300F81D5760019BE60 /* Logging.h */,
   186 				27E823310F81D5760019BE60 /* Logging.m */,
   187 				27E823320F81D5760019BE60 /* Test.h */,
   188 				27E823330F81D5760019BE60 /* Test.m */,
   189 				27E823340F81D5760019BE60 /* MYErrorUtils.h */,
   190 				27E823350F81D5760019BE60 /* MYErrorUtils.m */,
   191 				27E823360F81D5760019BE60 /* MYError_CSSMErrorDomain.strings */,
   192 			);
   193 			name = MYUtilities;
   194 			sourceTree = "<group>";
   195 		};
   196 		29B97314FDCFA39411CA2CEA /* CustomTemplate */ = {
   197 			isa = PBXGroup;
   198 			children = (
   199 				27E8230B0F81D56E0019BE60 /* Source */,
   200 				27E3A6A10F91B8B30079D4D9 /* Encryption */,
   201 				27E8232B0F81D5760019BE60 /* MYUtilities */,
   202 				080E96DDFE201D6D7F000001 /* iPhone */,
   203 				29B97323FDCFA39411CA2CEA /* Frameworks */,
   204 				19C28FACFE9D520D11CA2CBB /* Products */,
   205 				276FB13E0F84090900CB326E /* Security.framework */,
   206 			);
   207 			name = CustomTemplate;
   208 			sourceTree = "<group>";
   209 		};
   210 		29B97323FDCFA39411CA2CEA /* Frameworks */ = {
   211 			isa = PBXGroup;
   212 			children = (
   213 				1DF5F4DF0D08C38300B7A737 /* UIKit.framework */,
   214 				1D30AB110D05D00D00671497 /* Foundation.framework */,
   215 				288765FC0DF74451002DB57D /* CoreGraphics.framework */,
   216 			);
   217 			name = Frameworks;
   218 			sourceTree = "<group>";
   219 		};
   220 /* End PBXGroup section */
   221 
   222 /* Begin PBXNativeTarget section */
   223 		1D6058900D05DD3D006BFB54 /* MYCrypto-iPhone */ = {
   224 			isa = PBXNativeTarget;
   225 			buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "MYCrypto-iPhone" */;
   226 			buildPhases = (
   227 				1D60588D0D05DD3D006BFB54 /* Resources */,
   228 				1D60588E0D05DD3D006BFB54 /* Sources */,
   229 				1D60588F0D05DD3D006BFB54 /* Frameworks */,
   230 			);
   231 			buildRules = (
   232 			);
   233 			dependencies = (
   234 			);
   235 			name = "MYCrypto-iPhone";
   236 			productName = "MYCrypto-iPhone";
   237 			productReference = 1D6058910D05DD3D006BFB54 /* MYCrypto-iPhone.app */;
   238 			productType = "com.apple.product-type.application";
   239 		};
   240 /* End PBXNativeTarget section */
   241 
   242 /* Begin PBXProject section */
   243 		29B97313FDCFA39411CA2CEA /* Project object */ = {
   244 			isa = PBXProject;
   245 			buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "MYCrypto-iPhone" */;
   246 			compatibilityVersion = "Xcode 3.1";
   247 			hasScannedForEncodings = 1;
   248 			mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */;
   249 			projectDirPath = "";
   250 			projectRoot = "";
   251 			targets = (
   252 				1D6058900D05DD3D006BFB54 /* MYCrypto-iPhone */,
   253 			);
   254 		};
   255 /* End PBXProject section */
   256 
   257 /* Begin PBXResourcesBuildPhase section */
   258 		1D60588D0D05DD3D006BFB54 /* Resources */ = {
   259 			isa = PBXResourcesBuildPhase;
   260 			buildActionMask = 2147483647;
   261 			files = (
   262 				28AD733F0D9D9553002E5188 /* MainWindow.xib in Resources */,
   263 				27E823290F81D56E0019BE60 /* MYCrypto.xcconfig in Resources */,
   264 				27E8232A0F81D56E0019BE60 /* MYCrypto_Debug.xcconfig in Resources */,
   265 				27E8233C0F81D5760019BE60 /* MYError_CSSMErrorDomain.strings in Resources */,
   266 			);
   267 			runOnlyForDeploymentPostprocessing = 0;
   268 		};
   269 /* End PBXResourcesBuildPhase section */
   270 
   271 /* Begin PBXSourcesBuildPhase section */
   272 		1D60588E0D05DD3D006BFB54 /* Sources */ = {
   273 			isa = PBXSourcesBuildPhase;
   274 			buildActionMask = 2147483647;
   275 			files = (
   276 				1D60589B0D05DD56006BFB54 /* MYCrypto_iPhone_main.m in Sources */,
   277 				1D3623260D0F684500981E51 /* MYCrypto_iPhoneAppDelegate.m in Sources */,
   278 				27E823240F81D56E0019BE60 /* MYKeychainItem.m in Sources */,
   279 				27E823270F81D56E0019BE60 /* MYDigest.m in Sources */,
   280 				27E823370F81D5760019BE60 /* CollectionUtils.m in Sources */,
   281 				27E823380F81D5760019BE60 /* ExceptionUtils.m in Sources */,
   282 				27E823390F81D5760019BE60 /* Logging.m in Sources */,
   283 				27E8233A0F81D5760019BE60 /* Test.m in Sources */,
   284 				27E8233B0F81D5760019BE60 /* MYErrorUtils.m in Sources */,
   285 				273391CD0F81EC70009414D9 /* MYCertificate-iPhone.m in Sources */,
   286 				273392120F8283B8009414D9 /* MYKeychain-iPhone.m in Sources */,
   287 				276FB16E0F84152B00CB326E /* MYCryptoTest.m in Sources */,
   288 				276FB3190F856AA700CB326E /* MYPublicKey.m in Sources */,
   289 				276FB33B0F856ACB00CB326E /* MYKeychain.m in Sources */,
   290 				276FB34B0F856CA400CB326E /* MYCertificate.m in Sources */,
   291 				27A430120F87C6C10063D362 /* MYKey.m in Sources */,
   292 				27A430140F87C6D50063D362 /* MYSymmetricKey.m in Sources */,
   293 				27FE453F0F87CC8500A86D63 /* MYKey-iPhone.m in Sources */,
   294 				2748607F0F8D5E0600FE617B /* MYPrivateKey.m in Sources */,
   295 				27059CF30F8F0F9200A8422F /* MYIdentity.m in Sources */,
   296 				27E3A6AA0F91B8B30079D4D9 /* MYCryptor.m in Sources */,
   297 				274110090F99234100AD413F /* MYSymmetricKey-iPhone.m in Sources */,
   298 				27B8522D0FCEE6F9005631F9 /* MYASN1.m in Sources */,
   299 			);
   300 			runOnlyForDeploymentPostprocessing = 0;
   301 		};
   302 /* End PBXSourcesBuildPhase section */
   303 
   304 /* Begin XCBuildConfiguration section */
   305 		1D6058940D05DD3E006BFB54 /* Debug */ = {
   306 			isa = XCBuildConfiguration;
   307 			baseConfigurationReference = 27E8231F0F81D56E0019BE60 /* MYCrypto_Debug.xcconfig */;
   308 			buildSettings = {
   309 				ALWAYS_SEARCH_USER_PATHS = NO;
   310 				COPY_PHASE_STRIP = NO;
   311 				GCC_DYNAMIC_NO_PIC = NO;
   312 				GCC_OPTIMIZATION_LEVEL = 0;
   313 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
   314 				GCC_PREFIX_HEADER = ../MYUtilities/MYUtilities_Prefix.pch;
   315 				INFOPLIST_FILE = "iPhone/MYCrypto_iPhone-Info.plist";
   316 				PRODUCT_NAME = "MYCrypto-iPhone";
   317 			};
   318 			name = Debug;
   319 		};
   320 		1D6058950D05DD3E006BFB54 /* Release */ = {
   321 			isa = XCBuildConfiguration;
   322 			baseConfigurationReference = 27E8231E0F81D56E0019BE60 /* MYCrypto.xcconfig */;
   323 			buildSettings = {
   324 				ALWAYS_SEARCH_USER_PATHS = NO;
   325 				COPY_PHASE_STRIP = YES;
   326 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
   327 				GCC_PREFIX_HEADER = MYCrypto_iPhone_Prefix.pch;
   328 				INFOPLIST_FILE = "MYCrypto_iPhone-Info.plist";
   329 				PRODUCT_NAME = "MYCrypto-iPhone";
   330 			};
   331 			name = Release;
   332 		};
   333 		C01FCF4F08A954540054247B /* Debug */ = {
   334 			isa = XCBuildConfiguration;
   335 			buildSettings = {
   336 				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
   337 				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer: Jens Alfke";
   338 				GCC_C_LANGUAGE_STANDARD = c99;
   339 				GCC_WARN_ABOUT_RETURN_TYPE = YES;
   340 				GCC_WARN_UNUSED_VARIABLE = YES;
   341 				ONLY_ACTIVE_ARCH = YES;
   342 				PREBINDING = NO;
   343 				"PROVISIONING_PROFILE[sdk=iphoneos*]" = "84D61190-B2EB-4F8E-A189-99F18EE9A07E";
   344 				SDKROOT = iphonesimulator2.2.1;
   345 			};
   346 			name = Debug;
   347 		};
   348 		C01FCF5008A954540054247B /* Release */ = {
   349 			isa = XCBuildConfiguration;
   350 			buildSettings = {
   351 				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
   352 				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
   353 				GCC_C_LANGUAGE_STANDARD = c99;
   354 				GCC_WARN_ABOUT_RETURN_TYPE = YES;
   355 				GCC_WARN_UNUSED_VARIABLE = YES;
   356 				PREBINDING = NO;
   357 				SDKROOT = iphonesimulator2.2.1;
   358 			};
   359 			name = Release;
   360 		};
   361 /* End XCBuildConfiguration section */
   362 
   363 /* Begin XCConfigurationList section */
   364 		1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "MYCrypto-iPhone" */ = {
   365 			isa = XCConfigurationList;
   366 			buildConfigurations = (
   367 				1D6058940D05DD3E006BFB54 /* Debug */,
   368 				1D6058950D05DD3E006BFB54 /* Release */,
   369 			);
   370 			defaultConfigurationIsVisible = 0;
   371 			defaultConfigurationName = Release;
   372 		};
   373 		C01FCF4E08A954540054247B /* Build configuration list for PBXProject "MYCrypto-iPhone" */ = {
   374 			isa = XCConfigurationList;
   375 			buildConfigurations = (
   376 				C01FCF4F08A954540054247B /* Debug */,
   377 				C01FCF5008A954540054247B /* Release */,
   378 			);
   379 			defaultConfigurationIsVisible = 0;
   380 			defaultConfigurationName = Release;
   381 		};
   382 /* End XCConfigurationList section */
   383 	};
   384 	rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
   385 }