1.1 --- a/MYCrypto-iPhone.xcodeproj/project.pbxproj Wed Apr 08 16:30:52 2009 -0700
1.2 +++ b/MYCrypto-iPhone.xcodeproj/project.pbxproj Thu Apr 09 22:27:51 2009 -0700
1.3 @@ -11,6 +11,7 @@
1.4 1D60589B0D05DD56006BFB54 /* MYCrypto_iPhone_main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* MYCrypto_iPhone_main.m */; };
1.5 1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };
1.6 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; };
1.7 + 27059CF30F8F0F9200A8422F /* MYIdentity.m in Sources */ = {isa = PBXBuildFile; fileRef = 27059CF20F8F0F9200A8422F /* MYIdentity.m */; };
1.8 273391CD0F81EC70009414D9 /* MYCertificate-iPhone.m in Sources */ = {isa = PBXBuildFile; fileRef = 273391CC0F81EC70009414D9 /* MYCertificate-iPhone.m */; };
1.9 273392120F8283B8009414D9 /* MYKeychain-iPhone.m in Sources */ = {isa = PBXBuildFile; fileRef = 273392110F8283B8009414D9 /* MYKeychain-iPhone.m */; };
1.10 2748607F0F8D5E0600FE617B /* MYPrivateKey.m in Sources */ = {isa = PBXBuildFile; fileRef = 2748607E0F8D5E0600FE617B /* MYPrivateKey.m */; };
1.11 @@ -43,6 +44,8 @@
1.12 1D3623250D0F684500981E51 /* MYCrypto_iPhoneAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYCrypto_iPhoneAppDelegate.m; sourceTree = "<group>"; };
1.13 1D6058910D05DD3D006BFB54 /* MYCrypto-iPhone.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "MYCrypto-iPhone.app"; sourceTree = BUILT_PRODUCTS_DIR; };
1.14 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
1.15 + 27059CF10F8F0F8E00A8422F /* MYIdentity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYIdentity.h; sourceTree = "<group>"; };
1.16 + 27059CF20F8F0F9200A8422F /* MYIdentity.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYIdentity.m; sourceTree = "<group>"; };
1.17 273391CC0F81EC70009414D9 /* MYCertificate-iPhone.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "MYCertificate-iPhone.m"; sourceTree = "<group>"; };
1.18 273392110F8283B8009414D9 /* MYKeychain-iPhone.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "MYKeychain-iPhone.m"; sourceTree = "<group>"; };
1.19 2748607D0F8D5DF200FE617B /* MYPrivateKey.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYPrivateKey.h; sourceTree = "<group>"; };
1.20 @@ -131,6 +134,8 @@
1.21 273391CC0F81EC70009414D9 /* MYCertificate-iPhone.m */,
1.22 27E8230E0F81D56E0019BE60 /* MYCryptor.h */,
1.23 27E8230F0F81D56E0019BE60 /* MYCryptor.m */,
1.24 + 27059CF10F8F0F8E00A8422F /* MYIdentity.h */,
1.25 + 27059CF20F8F0F9200A8422F /* MYIdentity.m */,
1.26 27E823100F81D56E0019BE60 /* MYKey.h */,
1.27 27E823110F81D56E0019BE60 /* MYKey.m */,
1.28 27FE453E0F87CC8500A86D63 /* MYKey-iPhone.m */,
1.29 @@ -272,6 +277,7 @@
1.30 27A430140F87C6D50063D362 /* MYSymmetricKey.m in Sources */,
1.31 27FE453F0F87CC8500A86D63 /* MYKey-iPhone.m in Sources */,
1.32 2748607F0F8D5E0600FE617B /* MYPrivateKey.m in Sources */,
1.33 + 27059CF30F8F0F9200A8422F /* MYIdentity.m in Sources */,
1.34 );
1.35 runOnlyForDeploymentPostprocessing = 0;
1.36 };