From 93ac7cba9f9ba8481df4656734fd8a26b10c1b11 Mon Sep 17 00:00:00 2001 From: Kelp Date: Sat, 27 Oct 2012 23:13:08 +0800 Subject: [PATCH] add .xcodeproj --- CocoaSecurity.xcodeproj/project.pbxproj | 471 ++++++++++++++++++ .../contents.xcworkspacedata | 7 + 2 files changed, 478 insertions(+) create mode 100755 CocoaSecurity.xcodeproj/project.pbxproj create mode 100755 CocoaSecurity.xcodeproj/project.xcworkspace/contents.xcworkspacedata diff --git a/CocoaSecurity.xcodeproj/project.pbxproj b/CocoaSecurity.xcodeproj/project.pbxproj new file mode 100755 index 0000000..cd14f53 --- /dev/null +++ b/CocoaSecurity.xcodeproj/project.pbxproj @@ -0,0 +1,471 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + 210D18E715606B4A0030DAFC /* CocoaSecurity.m in Sources */ = {isa = PBXBuildFile; fileRef = 210D18E215606B4A0030DAFC /* CocoaSecurity.m */; }; + 210D18E815606B4A0030DAFC /* CocoaSecurity-GTMBase64.m in Sources */ = {isa = PBXBuildFile; fileRef = 210D18E515606B4A0030DAFC /* CocoaSecurity-GTMBase64.m */; }; + 214A6FFB1560143B00D5E058 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 214A6FFA1560143B00D5E058 /* UIKit.framework */; }; + 214A6FFD1560143B00D5E058 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 214A6FFC1560143B00D5E058 /* Foundation.framework */; }; + 214A6FFF1560143B00D5E058 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 214A6FFE1560143B00D5E058 /* CoreGraphics.framework */; }; + 214A70191560143C00D5E058 /* SenTestingKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 214A70181560143C00D5E058 /* SenTestingKit.framework */; }; + 214A701A1560143C00D5E058 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 214A6FFA1560143B00D5E058 /* UIKit.framework */; }; + 214A701B1560143C00D5E058 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 214A6FFC1560143B00D5E058 /* Foundation.framework */; }; + 214A70231560143C00D5E058 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 214A70211560143C00D5E058 /* InfoPlist.strings */; }; + 214A70261560143C00D5E058 /* CocoaSecurityTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 214A70251560143C00D5E058 /* CocoaSecurityTests.m */; }; + 21BF43F61560657600F530DC /* CocoaSecurityAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 21BF43ED1560657600F530DC /* CocoaSecurityAppDelegate.m */; }; + 21BF43F71560657600F530DC /* CocoaSecurityViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 21BF43EF1560657600F530DC /* CocoaSecurityViewController.m */; }; + 21BF43F81560657600F530DC /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 21BF43F01560657600F530DC /* InfoPlist.strings */; }; + 21BF43F91560657600F530DC /* MainStoryboard.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 21BF43F21560657600F530DC /* MainStoryboard.storyboard */; }; + 21BF43FA1560657600F530DC /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 21BF43F41560657600F530DC /* main.m */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 214A701C1560143C00D5E058 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 214A6FED1560143B00D5E058 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 214A6FF51560143B00D5E058; + remoteInfo = CocoaSecurity; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 210D18E115606B4A0030DAFC /* CocoaSecurity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CocoaSecurity.h; sourceTree = ""; }; + 210D18E215606B4A0030DAFC /* CocoaSecurity.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CocoaSecurity.m; sourceTree = ""; }; + 210D18E415606B4A0030DAFC /* CocoaSecurity-GTMBase64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "CocoaSecurity-GTMBase64.h"; sourceTree = ""; }; + 210D18E515606B4A0030DAFC /* CocoaSecurity-GTMBase64.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "CocoaSecurity-GTMBase64.m"; sourceTree = ""; }; + 210D18E615606B4A0030DAFC /* CocoaSecurity-GTMDefines.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "CocoaSecurity-GTMDefines.h"; sourceTree = ""; }; + 214A6FF61560143B00D5E058 /* CocoaSecurity.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CocoaSecurity.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 214A6FFA1560143B00D5E058 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; + 214A6FFC1560143B00D5E058 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; + 214A6FFE1560143B00D5E058 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; + 214A70171560143C00D5E058 /* CocoaSecurityTests.octest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = CocoaSecurityTests.octest; sourceTree = BUILT_PRODUCTS_DIR; }; + 214A70181560143C00D5E058 /* SenTestingKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SenTestingKit.framework; path = Library/Frameworks/SenTestingKit.framework; sourceTree = DEVELOPER_DIR; }; + 214A70201560143C00D5E058 /* CocoaSecurityTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "CocoaSecurityTests-Info.plist"; sourceTree = ""; }; + 214A70221560143C00D5E058 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 214A70241560143C00D5E058 /* CocoaSecurityTests.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CocoaSecurityTests.h; sourceTree = ""; }; + 214A70251560143C00D5E058 /* CocoaSecurityTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CocoaSecurityTests.m; sourceTree = ""; }; + 21BF43EA1560657600F530DC /* CocoaSecurity-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "CocoaSecurity-Info.plist"; sourceTree = ""; }; + 21BF43EB1560657600F530DC /* CocoaSecurity-Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "CocoaSecurity-Prefix.pch"; sourceTree = ""; }; + 21BF43EC1560657600F530DC /* CocoaSecurityAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CocoaSecurityAppDelegate.h; sourceTree = ""; }; + 21BF43ED1560657600F530DC /* CocoaSecurityAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CocoaSecurityAppDelegate.m; sourceTree = ""; }; + 21BF43EE1560657600F530DC /* CocoaSecurityViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CocoaSecurityViewController.h; sourceTree = ""; }; + 21BF43EF1560657600F530DC /* CocoaSecurityViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CocoaSecurityViewController.m; sourceTree = ""; }; + 21BF43F11560657600F530DC /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 21BF43F31560657600F530DC /* en */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = en; path = en.lproj/MainStoryboard.storyboard; sourceTree = ""; }; + 21BF43F41560657600F530DC /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 214A6FF31560143B00D5E058 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 214A6FFB1560143B00D5E058 /* UIKit.framework in Frameworks */, + 214A6FFD1560143B00D5E058 /* Foundation.framework in Frameworks */, + 214A6FFF1560143B00D5E058 /* CoreGraphics.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 214A70131560143C00D5E058 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 214A70191560143C00D5E058 /* SenTestingKit.framework in Frameworks */, + 214A701A1560143C00D5E058 /* UIKit.framework in Frameworks */, + 214A701B1560143C00D5E058 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 210D18E015606B4A0030DAFC /* CocoaSecurity */ = { + isa = PBXGroup; + children = ( + 210D18E115606B4A0030DAFC /* CocoaSecurity.h */, + 210D18E215606B4A0030DAFC /* CocoaSecurity.m */, + 210D18E315606B4A0030DAFC /* GTMBase64 */, + ); + path = CocoaSecurity; + sourceTree = ""; + }; + 210D18E315606B4A0030DAFC /* GTMBase64 */ = { + isa = PBXGroup; + children = ( + 210D18E415606B4A0030DAFC /* CocoaSecurity-GTMBase64.h */, + 210D18E515606B4A0030DAFC /* CocoaSecurity-GTMBase64.m */, + 210D18E615606B4A0030DAFC /* CocoaSecurity-GTMDefines.h */, + ); + path = GTMBase64; + sourceTree = ""; + }; + 214A6FEB1560143B00D5E058 = { + isa = PBXGroup; + children = ( + 210D18E015606B4A0030DAFC /* CocoaSecurity */, + 21BF43E91560657600F530DC /* iOS View */, + 214A701E1560143C00D5E058 /* CocoaSecurityTests */, + 214A6FF91560143B00D5E058 /* Frameworks */, + 214A6FF71560143B00D5E058 /* Products */, + ); + sourceTree = ""; + }; + 214A6FF71560143B00D5E058 /* Products */ = { + isa = PBXGroup; + children = ( + 214A6FF61560143B00D5E058 /* CocoaSecurity.app */, + 214A70171560143C00D5E058 /* CocoaSecurityTests.octest */, + ); + name = Products; + sourceTree = ""; + }; + 214A6FF91560143B00D5E058 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 214A6FFA1560143B00D5E058 /* UIKit.framework */, + 214A6FFC1560143B00D5E058 /* Foundation.framework */, + 214A6FFE1560143B00D5E058 /* CoreGraphics.framework */, + 214A70181560143C00D5E058 /* SenTestingKit.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 214A701E1560143C00D5E058 /* CocoaSecurityTests */ = { + isa = PBXGroup; + children = ( + 214A70241560143C00D5E058 /* CocoaSecurityTests.h */, + 214A70251560143C00D5E058 /* CocoaSecurityTests.m */, + 214A701F1560143C00D5E058 /* Supporting Files */, + ); + path = CocoaSecurityTests; + sourceTree = ""; + }; + 214A701F1560143C00D5E058 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 214A70201560143C00D5E058 /* CocoaSecurityTests-Info.plist */, + 214A70211560143C00D5E058 /* InfoPlist.strings */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; + 21BF43E91560657600F530DC /* iOS View */ = { + isa = PBXGroup; + children = ( + 21BF43EA1560657600F530DC /* CocoaSecurity-Info.plist */, + 21BF43EB1560657600F530DC /* CocoaSecurity-Prefix.pch */, + 21BF43EC1560657600F530DC /* CocoaSecurityAppDelegate.h */, + 21BF43ED1560657600F530DC /* CocoaSecurityAppDelegate.m */, + 21BF43EE1560657600F530DC /* CocoaSecurityViewController.h */, + 21BF43EF1560657600F530DC /* CocoaSecurityViewController.m */, + 21BF43F01560657600F530DC /* InfoPlist.strings */, + 21BF43F21560657600F530DC /* MainStoryboard.storyboard */, + 21BF43F41560657600F530DC /* main.m */, + ); + path = "iOS View"; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 214A6FF51560143B00D5E058 /* CocoaSecurity */ = { + isa = PBXNativeTarget; + buildConfigurationList = 214A70291560143C00D5E058 /* Build configuration list for PBXNativeTarget "CocoaSecurity" */; + buildPhases = ( + 214A6FF21560143B00D5E058 /* Sources */, + 214A6FF31560143B00D5E058 /* Frameworks */, + 214A6FF41560143B00D5E058 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = CocoaSecurity; + productName = CocoaSecurity; + productReference = 214A6FF61560143B00D5E058 /* CocoaSecurity.app */; + productType = "com.apple.product-type.application"; + }; + 214A70161560143C00D5E058 /* CocoaSecurityTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 214A702C1560143C00D5E058 /* Build configuration list for PBXNativeTarget "CocoaSecurityTests" */; + buildPhases = ( + 214A70121560143C00D5E058 /* Sources */, + 214A70131560143C00D5E058 /* Frameworks */, + 214A70141560143C00D5E058 /* Resources */, + 214A70151560143C00D5E058 /* ShellScript */, + ); + buildRules = ( + ); + dependencies = ( + 214A701D1560143C00D5E058 /* PBXTargetDependency */, + ); + name = CocoaSecurityTests; + productName = CocoaSecurityTests; + productReference = 214A70171560143C00D5E058 /* CocoaSecurityTests.octest */; + productType = "com.apple.product-type.bundle"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 214A6FED1560143B00D5E058 /* Project object */ = { + isa = PBXProject; + attributes = { + CLASSPREFIX = CocoaSecurity; + LastUpgradeCheck = 0430; + }; + buildConfigurationList = 214A6FF01560143B00D5E058 /* Build configuration list for PBXProject "CocoaSecurity" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + ); + mainGroup = 214A6FEB1560143B00D5E058; + productRefGroup = 214A6FF71560143B00D5E058 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 214A6FF51560143B00D5E058 /* CocoaSecurity */, + 214A70161560143C00D5E058 /* CocoaSecurityTests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 214A6FF41560143B00D5E058 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 21BF43F81560657600F530DC /* InfoPlist.strings in Resources */, + 21BF43F91560657600F530DC /* MainStoryboard.storyboard in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 214A70141560143C00D5E058 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 214A70231560143C00D5E058 /* InfoPlist.strings in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXShellScriptBuildPhase section */ + 214A70151560143C00D5E058 /* 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 */ + 214A6FF21560143B00D5E058 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 21BF43F61560657600F530DC /* CocoaSecurityAppDelegate.m in Sources */, + 21BF43F71560657600F530DC /* CocoaSecurityViewController.m in Sources */, + 21BF43FA1560657600F530DC /* main.m in Sources */, + 210D18E715606B4A0030DAFC /* CocoaSecurity.m in Sources */, + 210D18E815606B4A0030DAFC /* CocoaSecurity-GTMBase64.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 214A70121560143C00D5E058 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 214A70261560143C00D5E058 /* CocoaSecurityTests.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 214A701D1560143C00D5E058 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 214A6FF51560143B00D5E058 /* CocoaSecurity */; + targetProxy = 214A701C1560143C00D5E058 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin PBXVariantGroup section */ + 214A70211560143C00D5E058 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 214A70221560143C00D5E058 /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; + 21BF43F01560657600F530DC /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 21BF43F11560657600F530DC /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; + 21BF43F21560657600F530DC /* MainStoryboard.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 21BF43F31560657600F530DC /* en */, + ); + name = MainStoryboard.storyboard; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 214A70271560143C00D5E058 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD_32_BIT)"; + CLANG_ENABLE_OBJC_ARC = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + 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_VERSION = com.apple.compilers.llvm.clang.1_0; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + INFOPLIST_FILE = ""; + IPHONEOS_DEPLOYMENT_TARGET = 5.1; + SDKROOT = iphoneos; + }; + name = Debug; + }; + 214A70281560143C00D5E058 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD_32_BIT)"; + CLANG_ENABLE_OBJC_ARC = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = YES; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_VERSION = com.apple.compilers.llvm.clang.1_0; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + INFOPLIST_FILE = ""; + IPHONEOS_DEPLOYMENT_TARGET = 5.1; + OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1"; + SDKROOT = iphoneos; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 214A702A1560143C00D5E058 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "iOS View/CocoaSecurity-Prefix.pch"; + INFOPLIST_FILE = "iOS View/CocoaSecurity-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Debug; + }; + 214A702B1560143C00D5E058 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "iOS View/CocoaSecurity-Prefix.pch"; + INFOPLIST_FILE = "iOS View/CocoaSecurity-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Release; + }; + 214A702D1560143C00D5E058 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/CocoaSecurity.app/CocoaSecurity"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(DEVELOPER_LIBRARY_DIR)/Frameworks", + ); + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "iOS View/CocoaSecurity-Prefix.pch"; + INFOPLIST_FILE = "CocoaSecurityTests/CocoaSecurityTests-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUNDLE_LOADER)"; + WRAPPER_EXTENSION = octest; + }; + name = Debug; + }; + 214A702E1560143C00D5E058 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/CocoaSecurity.app/CocoaSecurity"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(DEVELOPER_LIBRARY_DIR)/Frameworks", + ); + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "iOS View/CocoaSecurity-Prefix.pch"; + INFOPLIST_FILE = "CocoaSecurityTests/CocoaSecurityTests-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUNDLE_LOADER)"; + WRAPPER_EXTENSION = octest; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 214A6FF01560143B00D5E058 /* Build configuration list for PBXProject "CocoaSecurity" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 214A70271560143C00D5E058 /* Debug */, + 214A70281560143C00D5E058 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 214A70291560143C00D5E058 /* Build configuration list for PBXNativeTarget "CocoaSecurity" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 214A702A1560143C00D5E058 /* Debug */, + 214A702B1560143C00D5E058 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 214A702C1560143C00D5E058 /* Build configuration list for PBXNativeTarget "CocoaSecurityTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 214A702D1560143C00D5E058 /* Debug */, + 214A702E1560143C00D5E058 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 214A6FED1560143B00D5E058 /* Project object */; +} diff --git a/CocoaSecurity.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/CocoaSecurity.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100755 index 0000000..12756e6 --- /dev/null +++ b/CocoaSecurity.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + +