MYCrypto-iPhone.xcodeproj/project.pbxproj
changeset 16 c409dbc4f068
parent 12 e4c971be4079
child 19 f6c91b9da05b
     1.1 --- a/MYCrypto-iPhone.xcodeproj/project.pbxproj	Sat Apr 18 18:12:06 2009 -0700
     1.2 +++ b/MYCrypto-iPhone.xcodeproj/project.pbxproj	Tue Jun 02 13:16:28 2009 -0700
     1.3 @@ -23,6 +23,7 @@
     1.4  		276FB34B0F856CA400CB326E /* MYCertificate.m in Sources */ = {isa = PBXBuildFile; fileRef = 276FB34A0F856CA400CB326E /* MYCertificate.m */; };
     1.5  		27A430120F87C6C10063D362 /* MYKey.m in Sources */ = {isa = PBXBuildFile; fileRef = 27E823110F81D56E0019BE60 /* MYKey.m */; };
     1.6  		27A430140F87C6D50063D362 /* MYSymmetricKey.m in Sources */ = {isa = PBXBuildFile; fileRef = 27A430130F87C6D50063D362 /* MYSymmetricKey.m */; };
     1.7 +		27B8522D0FCEE6F9005631F9 /* MYASN1.m in Sources */ = {isa = PBXBuildFile; fileRef = 27B8522C0FCEE6F9005631F9 /* MYASN1.m */; };
     1.8  		27E3A6AA0F91B8B30079D4D9 /* MYCryptor.m in Sources */ = {isa = PBXBuildFile; fileRef = 27E3A6A70F91B8B30079D4D9 /* MYCryptor.m */; };
     1.9  		27E823240F81D56E0019BE60 /* MYKeychainItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 27E823150F81D56E0019BE60 /* MYKeychainItem.m */; };
    1.10  		27E823270F81D56E0019BE60 /* MYDigest.m in Sources */ = {isa = PBXBuildFile; fileRef = 27E8231C0F81D56E0019BE60 /* MYDigest.m */; };
    1.11 @@ -60,6 +61,8 @@
    1.12  		27A430130F87C6D50063D362 /* MYSymmetricKey.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYSymmetricKey.m; sourceTree = "<group>"; };
    1.13  		27A430150F87C6DB0063D362 /* MYSymmetricKey.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYSymmetricKey.h; sourceTree = "<group>"; };
    1.14  		27AAD9710F8927DB0064DD7C /* MYCryptoConfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYCryptoConfig.h; sourceTree = "<group>"; };
    1.15 +		27B8522B0FCEE6F9005631F9 /* MYASN1.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYASN1.h; sourceTree = "<group>"; };
    1.16 +		27B8522C0FCEE6F9005631F9 /* MYASN1.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYASN1.m; sourceTree = "<group>"; };
    1.17  		27E3A6A60F91B8B30079D4D9 /* MYCryptor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYCryptor.h; sourceTree = "<group>"; };
    1.18  		27E3A6A70F91B8B30079D4D9 /* MYCryptor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYCryptor.m; sourceTree = "<group>"; };
    1.19  		27E8230C0F81D56E0019BE60 /* MYCertificate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYCertificate.h; sourceTree = "<group>"; };
    1.20 @@ -139,6 +142,8 @@
    1.21  		27E8230B0F81D56E0019BE60 /* Source */ = {
    1.22  			isa = PBXGroup;
    1.23  			children = (
    1.24 +				27B8522B0FCEE6F9005631F9 /* MYASN1.h */,
    1.25 +				27B8522C0FCEE6F9005631F9 /* MYASN1.m */,
    1.26  				27AAD9710F8927DB0064DD7C /* MYCryptoConfig.h */,
    1.27  				27E8230C0F81D56E0019BE60 /* MYCertificate.h */,
    1.28  				276FB34A0F856CA400CB326E /* MYCertificate.m */,
    1.29 @@ -290,6 +295,7 @@
    1.30  				27059CF30F8F0F9200A8422F /* MYIdentity.m in Sources */,
    1.31  				27E3A6AA0F91B8B30079D4D9 /* MYCryptor.m in Sources */,
    1.32  				274110090F99234100AD413F /* MYSymmetricKey-iPhone.m in Sources */,
    1.33 +				27B8522D0FCEE6F9005631F9 /* MYASN1.m in Sources */,
    1.34  			);
    1.35  			runOnlyForDeploymentPostprocessing = 0;
    1.36  		};
    1.37 @@ -335,7 +341,7 @@
    1.38  				ONLY_ACTIVE_ARCH = YES;
    1.39  				PREBINDING = NO;
    1.40  				"PROVISIONING_PROFILE[sdk=iphoneos*]" = "84D61190-B2EB-4F8E-A189-99F18EE9A07E";
    1.41 -				SDKROOT = iphoneos3.0;
    1.42 +				SDKROOT = iphonesimulator2.2.1;
    1.43  			};
    1.44  			name = Debug;
    1.45  		};
    1.46 @@ -348,7 +354,7 @@
    1.47  				GCC_WARN_ABOUT_RETURN_TYPE = YES;
    1.48  				GCC_WARN_UNUSED_VARIABLE = YES;
    1.49  				PREBINDING = NO;
    1.50 -				SDKROOT = iphoneos3.0;
    1.51 +				SDKROOT = iphonesimulator2.2.1;
    1.52  			};
    1.53  			name = Release;
    1.54  		};