From b214adbcb0de7fe1188257a123e01fcf5d8c6c90 Mon Sep 17 00:00:00 2001 From: Apple Date: Tue, 18 Apr 2006 21:36:03 +0000 Subject: [PATCH] Security-27566.tar.gz --- Security.xcode/project.pbxproj | 48 ++++++++++++++++++++++++++++++---- 1 file changed, 43 insertions(+), 5 deletions(-) diff --git a/Security.xcode/project.pbxproj b/Security.xcode/project.pbxproj index 2ed4a70b..7f5439bf 100644 --- a/Security.xcode/project.pbxproj +++ b/Security.xcode/project.pbxproj @@ -357,9 +357,9 @@ ); buildSettings = { BUILD_VARIANTS = "normal debug"; - CURRENT_PROJECT_VERSION = 25966; + CURRENT_PROJECT_VERSION = 27566; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 25966; + DYLIB_CURRENT_VERSION = 27566; EXPORTED_SYMBOLS_FILE = "${BUILT_PRODUCTS_DIR}/derived_src/Security.exp"; FRAMEWORK_SEARCH_PATHS = "/usr/local/SecurityPieces/Components/Security /usr/local/SecurityPieces/Frameworks"; FRAMEWORK_VERSION = A; @@ -403,7 +403,7 @@ CFBundleExecutable Security CFBundleGetInfoString - 4.3, Copyright © 2000-2005 Apple Computer Inc., All Rights Reserved + 4.4, Copyright © 2000-2005 Apple Computer Inc., All Rights Reserved CFBundleIconFile CFBundleIdentifier @@ -413,11 +413,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 4.3 + 4.4 CFBundleSignature ???? CFBundleVersion - 25966 + 27566 "; @@ -519,6 +519,8 @@ 40A2A721066FE6B300858603, 05D0BC8406A87338001F9A43, 05D0BC8506A87338001F9A43, + D609443609F0462500A10B59, + D609443709F0462500A10B59, ); isa = PBXHeadersBuildPhase; runOnlyForDeploymentPostprocessing = 0; @@ -1514,6 +1516,8 @@ 4CA9BEC9063726BD0013F16F, 4C596A25058115A0001507D4, 4C596A26058115A0001507D4, + D609443409F0462500A10B59, + D609443509F0462500A10B59, 4C596A27058115A0001507D4, 053C8C8D06503DD80047C7CA, 05792F4E065082C100C80DB3, @@ -2953,6 +2957,40 @@ //D62 //D63 //D64 + D609443409F0462500A10B59 = { + fileEncoding = 30; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.h; + path = SecureDownload.h; + refType = 4; + sourceTree = ""; + }; + D609443509F0462500A10B59 = { + fileEncoding = 30; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.h; + path = SecureDownloadInternal.h; + refType = 4; + sourceTree = ""; + }; + D609443609F0462500A10B59 = { + fileRef = D609443409F0462500A10B59; + isa = PBXBuildFile; + settings = { + ATTRIBUTES = ( + Private, + ); + }; + }; + D609443709F0462500A10B59 = { + fileRef = D609443509F0462500A10B59; + isa = PBXBuildFile; + settings = { + ATTRIBUTES = ( + Private, + ); + }; + }; D6FB4E6805F934DC0015312A = { fileEncoding = 30; isa = PBXFileReference; -- 2.47.2