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