410 lines
15 KiB
Plaintext
410 lines
15 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 46;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
2113923B16EAD6AF00AFDF87 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2113923A16EAD6AF00AFDF87 /* Foundation.framework */; };
|
|
2113924016EAD6AF00AFDF87 /* CocoaSecurity.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 2113923F16EAD6AF00AFDF87 /* CocoaSecurity.h */; };
|
|
2113924216EAD6AF00AFDF87 /* CocoaSecurity.m in Sources */ = {isa = PBXBuildFile; fileRef = 2113924116EAD6AF00AFDF87 /* CocoaSecurity.m */; };
|
|
2113924A16EAD6AF00AFDF87 /* SenTestingKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2113924916EAD6AF00AFDF87 /* SenTestingKit.framework */; };
|
|
2113924C16EAD6AF00AFDF87 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2113924B16EAD6AF00AFDF87 /* UIKit.framework */; };
|
|
2113924D16EAD6AF00AFDF87 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2113923A16EAD6AF00AFDF87 /* Foundation.framework */; };
|
|
2113925016EAD6AF00AFDF87 /* libCocoaSecurity.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 2113923716EAD6AF00AFDF87 /* libCocoaSecurity.a */; };
|
|
2113925616EAD6AF00AFDF87 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 2113925416EAD6AF00AFDF87 /* InfoPlist.strings */; };
|
|
2113925916EAD6AF00AFDF87 /* CocoaSecurityTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 2113925816EAD6AF00AFDF87 /* CocoaSecurityTests.m */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
2113924E16EAD6AF00AFDF87 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = 2113922F16EAD6AF00AFDF87 /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = 2113923616EAD6AF00AFDF87;
|
|
remoteInfo = CocoaSecurity;
|
|
};
|
|
/* End PBXContainerItemProxy section */
|
|
|
|
/* Begin PBXCopyFilesBuildPhase section */
|
|
2113923516EAD6AF00AFDF87 /* CopyFiles */ = {
|
|
isa = PBXCopyFilesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
dstPath = "include/${PRODUCT_NAME}";
|
|
dstSubfolderSpec = 16;
|
|
files = (
|
|
2113924016EAD6AF00AFDF87 /* CocoaSecurity.h in CopyFiles */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXCopyFilesBuildPhase section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
2113923716EAD6AF00AFDF87 /* libCocoaSecurity.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libCocoaSecurity.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
2113923A16EAD6AF00AFDF87 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
|
2113923F16EAD6AF00AFDF87 /* CocoaSecurity.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CocoaSecurity.h; sourceTree = "<group>"; };
|
|
2113924116EAD6AF00AFDF87 /* CocoaSecurity.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CocoaSecurity.m; sourceTree = "<group>"; };
|
|
2113924816EAD6AF00AFDF87 /* CocoaSecurityTests.octest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = CocoaSecurityTests.octest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
2113924916EAD6AF00AFDF87 /* SenTestingKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SenTestingKit.framework; path = Library/Frameworks/SenTestingKit.framework; sourceTree = DEVELOPER_DIR; };
|
|
2113924B16EAD6AF00AFDF87 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; };
|
|
2113925316EAD6AF00AFDF87 /* CocoaSecurityTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "CocoaSecurityTests-Info.plist"; sourceTree = "<group>"; };
|
|
2113925516EAD6AF00AFDF87 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
|
2113925716EAD6AF00AFDF87 /* CocoaSecurityTests.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CocoaSecurityTests.h; sourceTree = "<group>"; };
|
|
2113925816EAD6AF00AFDF87 /* CocoaSecurityTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CocoaSecurityTests.m; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
2113923416EAD6AF00AFDF87 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
2113923B16EAD6AF00AFDF87 /* Foundation.framework in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
2113924416EAD6AF00AFDF87 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
2113924A16EAD6AF00AFDF87 /* SenTestingKit.framework in Frameworks */,
|
|
2113924C16EAD6AF00AFDF87 /* UIKit.framework in Frameworks */,
|
|
2113924D16EAD6AF00AFDF87 /* Foundation.framework in Frameworks */,
|
|
2113925016EAD6AF00AFDF87 /* libCocoaSecurity.a in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
2113922E16EAD6AF00AFDF87 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
2113923C16EAD6AF00AFDF87 /* CocoaSecurity */,
|
|
2113925116EAD6AF00AFDF87 /* CocoaSecurityTests */,
|
|
2113923916EAD6AF00AFDF87 /* Frameworks */,
|
|
2113923816EAD6AF00AFDF87 /* Products */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
2113923816EAD6AF00AFDF87 /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
2113923716EAD6AF00AFDF87 /* libCocoaSecurity.a */,
|
|
2113924816EAD6AF00AFDF87 /* CocoaSecurityTests.octest */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
2113923916EAD6AF00AFDF87 /* Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
2113923A16EAD6AF00AFDF87 /* Foundation.framework */,
|
|
2113924916EAD6AF00AFDF87 /* SenTestingKit.framework */,
|
|
2113924B16EAD6AF00AFDF87 /* UIKit.framework */,
|
|
);
|
|
name = Frameworks;
|
|
sourceTree = "<group>";
|
|
};
|
|
2113923C16EAD6AF00AFDF87 /* CocoaSecurity */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
2113923F16EAD6AF00AFDF87 /* CocoaSecurity.h */,
|
|
2113924116EAD6AF00AFDF87 /* CocoaSecurity.m */,
|
|
);
|
|
path = CocoaSecurity;
|
|
sourceTree = "<group>";
|
|
};
|
|
2113925116EAD6AF00AFDF87 /* CocoaSecurityTests */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
2113925716EAD6AF00AFDF87 /* CocoaSecurityTests.h */,
|
|
2113925816EAD6AF00AFDF87 /* CocoaSecurityTests.m */,
|
|
2113925216EAD6AF00AFDF87 /* Supporting Files */,
|
|
);
|
|
path = CocoaSecurityTests;
|
|
sourceTree = "<group>";
|
|
};
|
|
2113925216EAD6AF00AFDF87 /* Supporting Files */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
2113925316EAD6AF00AFDF87 /* CocoaSecurityTests-Info.plist */,
|
|
2113925416EAD6AF00AFDF87 /* InfoPlist.strings */,
|
|
);
|
|
name = "Supporting Files";
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
2113923616EAD6AF00AFDF87 /* CocoaSecurity */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 2113925C16EAD6AF00AFDF87 /* Build configuration list for PBXNativeTarget "CocoaSecurity" */;
|
|
buildPhases = (
|
|
2113923316EAD6AF00AFDF87 /* Sources */,
|
|
2113923416EAD6AF00AFDF87 /* Frameworks */,
|
|
2113923516EAD6AF00AFDF87 /* CopyFiles */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = CocoaSecurity;
|
|
productName = CocoaSecurity;
|
|
productReference = 2113923716EAD6AF00AFDF87 /* libCocoaSecurity.a */;
|
|
productType = "com.apple.product-type.library.static";
|
|
};
|
|
2113924716EAD6AF00AFDF87 /* CocoaSecurityTests */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 2113925F16EAD6AF00AFDF87 /* Build configuration list for PBXNativeTarget "CocoaSecurityTests" */;
|
|
buildPhases = (
|
|
2113924316EAD6AF00AFDF87 /* Sources */,
|
|
2113924416EAD6AF00AFDF87 /* Frameworks */,
|
|
2113924516EAD6AF00AFDF87 /* Resources */,
|
|
2113924616EAD6AF00AFDF87 /* ShellScript */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
2113924F16EAD6AF00AFDF87 /* PBXTargetDependency */,
|
|
);
|
|
name = CocoaSecurityTests;
|
|
productName = CocoaSecurityTests;
|
|
productReference = 2113924816EAD6AF00AFDF87 /* CocoaSecurityTests.octest */;
|
|
productType = "com.apple.product-type.bundle";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
2113922F16EAD6AF00AFDF87 /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
LastUpgradeCheck = 0460;
|
|
};
|
|
buildConfigurationList = 2113923216EAD6AF00AFDF87 /* Build configuration list for PBXProject "CocoaSecurity" */;
|
|
compatibilityVersion = "Xcode 3.2";
|
|
developmentRegion = English;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
);
|
|
mainGroup = 2113922E16EAD6AF00AFDF87;
|
|
productRefGroup = 2113923816EAD6AF00AFDF87 /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
2113923616EAD6AF00AFDF87 /* CocoaSecurity */,
|
|
2113924716EAD6AF00AFDF87 /* CocoaSecurityTests */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
2113924516EAD6AF00AFDF87 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
2113925616EAD6AF00AFDF87 /* InfoPlist.strings in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXShellScriptBuildPhase section */
|
|
2113924616EAD6AF00AFDF87 /* ShellScript */ = {
|
|
isa = PBXShellScriptBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
inputPaths = (
|
|
);
|
|
outputPaths = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
shellPath = /bin/sh;
|
|
shellScript = "# Run the unit tests in this test bundle.\n\"${SYSTEM_DEVELOPER_DIR}/Tools/RunUnitTests\"\n";
|
|
};
|
|
/* End PBXShellScriptBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
2113923316EAD6AF00AFDF87 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
2113924216EAD6AF00AFDF87 /* CocoaSecurity.m in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
2113924316EAD6AF00AFDF87 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
2113925916EAD6AF00AFDF87 /* CocoaSecurityTests.m in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXTargetDependency section */
|
|
2113924F16EAD6AF00AFDF87 /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = 2113923616EAD6AF00AFDF87 /* CocoaSecurity */;
|
|
targetProxy = 2113924E16EAD6AF00AFDF87 /* PBXContainerItemProxy */;
|
|
};
|
|
/* End PBXTargetDependency section */
|
|
|
|
/* Begin PBXVariantGroup section */
|
|
2113925416EAD6AF00AFDF87 /* InfoPlist.strings */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
2113925516EAD6AF00AFDF87 /* en */,
|
|
);
|
|
name = InfoPlist.strings;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXVariantGroup section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
2113925A16EAD6AF00AFDF87 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
COPY_PHASE_STRIP = NO;
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
"DEBUG=1",
|
|
"$(inherited)",
|
|
);
|
|
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 6.1;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
SDKROOT = iphoneos;
|
|
};
|
|
name = Debug;
|
|
};
|
|
2113925B16EAD6AF00AFDF87 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
COPY_PHASE_STRIP = YES;
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 6.1;
|
|
SDKROOT = iphoneos;
|
|
VALIDATE_PRODUCT = YES;
|
|
};
|
|
name = Release;
|
|
};
|
|
2113925D16EAD6AF00AFDF87 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
DSTROOT = /tmp/CocoaSecurity.dst;
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREFIX_HEADER = "";
|
|
OTHER_LDFLAGS = "-ObjC";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SKIP_INSTALL = YES;
|
|
};
|
|
name = Debug;
|
|
};
|
|
2113925E16EAD6AF00AFDF87 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
DSTROOT = /tmp/CocoaSecurity.dst;
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREFIX_HEADER = "";
|
|
OTHER_LDFLAGS = "-ObjC";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SKIP_INSTALL = YES;
|
|
};
|
|
name = Release;
|
|
};
|
|
2113926016EAD6AF00AFDF87 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
"\"$(SDKROOT)/Developer/Library/Frameworks\"",
|
|
"\"$(DEVELOPER_LIBRARY_DIR)/Frameworks\"",
|
|
);
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREFIX_HEADER = "";
|
|
INFOPLIST_FILE = "CocoaSecurityTests/CocoaSecurityTests-Info.plist";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
WRAPPER_EXTENSION = octest;
|
|
};
|
|
name = Debug;
|
|
};
|
|
2113926116EAD6AF00AFDF87 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
"\"$(SDKROOT)/Developer/Library/Frameworks\"",
|
|
"\"$(DEVELOPER_LIBRARY_DIR)/Frameworks\"",
|
|
);
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREFIX_HEADER = "";
|
|
INFOPLIST_FILE = "CocoaSecurityTests/CocoaSecurityTests-Info.plist";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
WRAPPER_EXTENSION = octest;
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
2113923216EAD6AF00AFDF87 /* Build configuration list for PBXProject "CocoaSecurity" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
2113925A16EAD6AF00AFDF87 /* Debug */,
|
|
2113925B16EAD6AF00AFDF87 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
2113925C16EAD6AF00AFDF87 /* Build configuration list for PBXNativeTarget "CocoaSecurity" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
2113925D16EAD6AF00AFDF87 /* Debug */,
|
|
2113925E16EAD6AF00AFDF87 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
2113925F16EAD6AF00AFDF87 /* Build configuration list for PBXNativeTarget "CocoaSecurityTests" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
2113926016EAD6AF00AFDF87 /* Debug */,
|
|
2113926116EAD6AF00AFDF87 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = 2113922F16EAD6AF00AFDF87 /* Project object */;
|
|
}
|