Files
UICKeyChainStore/UICKeyChainStore.xcodeproj/project.pbxproj
kishikawa katsumi da552403af Clean up.
2014-01-08 01:48:16 +09:00

607 lines
27 KiB
Plaintext

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
145652D61822C57B00BF1709 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 145652D51822C57B00BF1709 /* Cocoa.framework */; };
145652E01822C57B00BF1709 /* libUICKeyChainStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 145652DF1822C57B00BF1709 /* libUICKeyChainStore.m */; };
DE20784617AEBDA100B126C9 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DE20784517AEBDA100B126C9 /* UIKit.framework */; };
DE20784817AEBDA100B126C9 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DE20784717AEBDA100B126C9 /* Foundation.framework */; };
DE20784A17AEBDA100B126C9 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DE20784917AEBDA100B126C9 /* CoreGraphics.framework */; };
DE20785217AEBDA100B126C9 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = DE20785117AEBDA100B126C9 /* main.m */; };
DE20785617AEBDA100B126C9 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = DE20785517AEBDA100B126C9 /* AppDelegate.m */; };
DE20785817AEBDA100B126C9 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = DE20785717AEBDA100B126C9 /* Default.png */; };
DE20785A17AEBDA100B126C9 /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = DE20785917AEBDA100B126C9 /* Default@2x.png */; };
DE20785C17AEBDA100B126C9 /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = DE20785B17AEBDA100B126C9 /* Default-568h@2x.png */; };
DE20786417AEBDA100B126C9 /* SenTestingKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DE20786317AEBDA100B126C9 /* SenTestingKit.framework */; };
DE20786517AEBDA100B126C9 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DE20784517AEBDA100B126C9 /* UIKit.framework */; };
DE20786617AEBDA100B126C9 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DE20784717AEBDA100B126C9 /* Foundation.framework */; };
DE20787117AEBDA100B126C9 /* UICKeyChainStoreTests.m in Sources */ = {isa = PBXBuildFile; fileRef = DE20787017AEBDA100B126C9 /* UICKeyChainStoreTests.m */; };
DE2AD09917AEC313005E0F26 /* UICKeyChainStore.m in Sources */ = {isa = PBXBuildFile; fileRef = DE2AD09817AEC313005E0F26 /* UICKeyChainStore.m */; };
DE2AD09A17AEC313005E0F26 /* UICKeyChainStore.m in Sources */ = {isa = PBXBuildFile; fileRef = DE2AD09817AEC313005E0F26 /* UICKeyChainStore.m */; };
DEA2E65F17AED45900348F7B /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DEA2E65E17AED45900348F7B /* Security.framework */; };
DEA2E66017AED46A00348F7B /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DEA2E65E17AED45900348F7B /* Security.framework */; };
DECCCE8A17AEE93200701816 /* MainStoryboard.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = DECCCE8917AEE93200701816 /* MainStoryboard.storyboard */; };
DECCCE8D17AEEA9300701816 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = DECCCE8C17AEEA9300701816 /* ViewController.m */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
DE20786717AEBDA100B126C9 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = DE20783A17AEBDA100B126C9 /* Project object */;
proxyType = 1;
remoteGlobalIDString = DE20784117AEBDA100B126C9;
remoteInfo = UICKeyChainStore;
};
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
1426600D17B96F6000E17A90 /* UICKeyChainStoreTests.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UICKeyChainStoreTests.h; sourceTree = "<group>"; };
145652D41822C57B00BF1709 /* liblibUICKeyChainStore.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = liblibUICKeyChainStore.a; sourceTree = BUILT_PRODUCTS_DIR; };
145652D51822C57B00BF1709 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = Library/Frameworks/Cocoa.framework; sourceTree = DEVELOPER_DIR; };
145652D81822C57B00BF1709 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
145652D91822C57B00BF1709 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
145652DA1822C57B00BF1709 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
145652DD1822C57B00BF1709 /* libUICKeyChainStore-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "libUICKeyChainStore-Prefix.pch"; sourceTree = "<group>"; };
145652DE1822C57B00BF1709 /* libUICKeyChainStore.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = libUICKeyChainStore.h; sourceTree = "<group>"; };
145652DF1822C57B00BF1709 /* libUICKeyChainStore.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = libUICKeyChainStore.m; sourceTree = "<group>"; };
145652E61822C57C00BF1709 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
DE20784217AEBDA100B126C9 /* UICKeyChainStore.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = UICKeyChainStore.app; sourceTree = BUILT_PRODUCTS_DIR; };
DE20784517AEBDA100B126C9 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
DE20784717AEBDA100B126C9 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
DE20784917AEBDA100B126C9 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
DE20784D17AEBDA100B126C9 /* UICKeyChainStore-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "UICKeyChainStore-Info.plist"; sourceTree = "<group>"; };
DE20785117AEBDA100B126C9 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
DE20785317AEBDA100B126C9 /* UICKeyChainStore-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "UICKeyChainStore-Prefix.pch"; sourceTree = "<group>"; };
DE20785417AEBDA100B126C9 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
DE20785517AEBDA100B126C9 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
DE20785717AEBDA100B126C9 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; };
DE20785917AEBDA100B126C9 /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = "<group>"; };
DE20785B17AEBDA100B126C9 /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; };
DE20786217AEBDA100B126C9 /* UICKeyChainStoreTests.octest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = UICKeyChainStoreTests.octest; sourceTree = BUILT_PRODUCTS_DIR; };
DE20786317AEBDA100B126C9 /* SenTestingKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SenTestingKit.framework; path = Library/Frameworks/SenTestingKit.framework; sourceTree = DEVELOPER_DIR; };
DE20786B17AEBDA100B126C9 /* UICKeyChainStoreTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "UICKeyChainStoreTests-Info.plist"; sourceTree = "<group>"; };
DE20787017AEBDA100B126C9 /* UICKeyChainStoreTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = UICKeyChainStoreTests.m; sourceTree = "<group>"; };
DE2AD09717AEC313005E0F26 /* UICKeyChainStore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UICKeyChainStore.h; sourceTree = "<group>"; };
DE2AD09817AEC313005E0F26 /* UICKeyChainStore.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = UICKeyChainStore.m; sourceTree = "<group>"; };
DEA2E65E17AED45900348F7B /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; };
DECCCE8917AEE93200701816 /* MainStoryboard.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = MainStoryboard.storyboard; sourceTree = "<group>"; };
DECCCE8B17AEEA9300701816 /* ViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
DECCCE8C17AEEA9300701816 /* ViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
145652D11822C57A00BF1709 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
145652D61822C57B00BF1709 /* Cocoa.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
DE20783F17AEBDA100B126C9 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
DE20784817AEBDA100B126C9 /* Foundation.framework in Frameworks */,
DE20784617AEBDA100B126C9 /* UIKit.framework in Frameworks */,
DE20784A17AEBDA100B126C9 /* CoreGraphics.framework in Frameworks */,
DEA2E65F17AED45900348F7B /* Security.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
DE20785E17AEBDA100B126C9 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
DE20786617AEBDA100B126C9 /* Foundation.framework in Frameworks */,
DE20786517AEBDA100B126C9 /* UIKit.framework in Frameworks */,
DEA2E66017AED46A00348F7B /* Security.framework in Frameworks */,
DE20786417AEBDA100B126C9 /* SenTestingKit.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
145652D71822C57B00BF1709 /* Other Frameworks */ = {
isa = PBXGroup;
children = (
145652D51822C57B00BF1709 /* Cocoa.framework */,
145652D81822C57B00BF1709 /* Foundation.framework */,
145652D91822C57B00BF1709 /* CoreData.framework */,
145652DA1822C57B00BF1709 /* AppKit.framework */,
);
name = "Other Frameworks";
sourceTree = "<group>";
};
145652DB1822C57B00BF1709 /* libUICKeyChainStore */ = {
isa = PBXGroup;
children = (
145652DE1822C57B00BF1709 /* libUICKeyChainStore.h */,
145652DF1822C57B00BF1709 /* libUICKeyChainStore.m */,
145652DC1822C57B00BF1709 /* Supporting Files */,
);
path = libUICKeyChainStore;
sourceTree = "<group>";
};
145652DC1822C57B00BF1709 /* Supporting Files */ = {
isa = PBXGroup;
children = (
145652DD1822C57B00BF1709 /* libUICKeyChainStore-Prefix.pch */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
DE20783917AEBDA100B126C9 = {
isa = PBXGroup;
children = (
DE2AD09617AEC313005E0F26 /* Lib */,
DE20784B17AEBDA100B126C9 /* UICKeyChainStore */,
DE20786917AEBDA100B126C9 /* UICKeyChainStoreTests */,
145652DB1822C57B00BF1709 /* libUICKeyChainStore */,
DE20784417AEBDA100B126C9 /* Frameworks */,
DE20784317AEBDA100B126C9 /* Products */,
);
sourceTree = "<group>";
};
DE20784317AEBDA100B126C9 /* Products */ = {
isa = PBXGroup;
children = (
DE20784217AEBDA100B126C9 /* UICKeyChainStore.app */,
DE20786217AEBDA100B126C9 /* UICKeyChainStoreTests.octest */,
145652D41822C57B00BF1709 /* liblibUICKeyChainStore.a */,
);
name = Products;
sourceTree = "<group>";
};
DE20784417AEBDA100B126C9 /* Frameworks */ = {
isa = PBXGroup;
children = (
DE20784717AEBDA100B126C9 /* Foundation.framework */,
DE20784517AEBDA100B126C9 /* UIKit.framework */,
DE20784917AEBDA100B126C9 /* CoreGraphics.framework */,
DEA2E65E17AED45900348F7B /* Security.framework */,
DE20786317AEBDA100B126C9 /* SenTestingKit.framework */,
145652E61822C57C00BF1709 /* XCTest.framework */,
145652D71822C57B00BF1709 /* Other Frameworks */,
);
name = Frameworks;
sourceTree = "<group>";
};
DE20784B17AEBDA100B126C9 /* UICKeyChainStore */ = {
isa = PBXGroup;
children = (
DE20785417AEBDA100B126C9 /* AppDelegate.h */,
DE20785517AEBDA100B126C9 /* AppDelegate.m */,
DECCCE8B17AEEA9300701816 /* ViewController.h */,
DECCCE8C17AEEA9300701816 /* ViewController.m */,
DECCCE8917AEE93200701816 /* MainStoryboard.storyboard */,
DE20784C17AEBDA100B126C9 /* Supporting Files */,
);
path = UICKeyChainStore;
sourceTree = "<group>";
};
DE20784C17AEBDA100B126C9 /* Supporting Files */ = {
isa = PBXGroup;
children = (
DE20784D17AEBDA100B126C9 /* UICKeyChainStore-Info.plist */,
DE20785117AEBDA100B126C9 /* main.m */,
DE20785317AEBDA100B126C9 /* UICKeyChainStore-Prefix.pch */,
DE20785717AEBDA100B126C9 /* Default.png */,
DE20785917AEBDA100B126C9 /* Default@2x.png */,
DE20785B17AEBDA100B126C9 /* Default-568h@2x.png */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
DE20786917AEBDA100B126C9 /* UICKeyChainStoreTests */ = {
isa = PBXGroup;
children = (
1426600D17B96F6000E17A90 /* UICKeyChainStoreTests.h */,
DE20787017AEBDA100B126C9 /* UICKeyChainStoreTests.m */,
DE20786A17AEBDA100B126C9 /* Supporting Files */,
);
path = UICKeyChainStoreTests;
sourceTree = "<group>";
};
DE20786A17AEBDA100B126C9 /* Supporting Files */ = {
isa = PBXGroup;
children = (
DE20786B17AEBDA100B126C9 /* UICKeyChainStoreTests-Info.plist */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
DE2AD09617AEC313005E0F26 /* Lib */ = {
isa = PBXGroup;
children = (
DE2AD09717AEC313005E0F26 /* UICKeyChainStore.h */,
DE2AD09817AEC313005E0F26 /* UICKeyChainStore.m */,
);
path = Lib;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXHeadersBuildPhase section */
145652D21822C57A00BF1709 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXHeadersBuildPhase section */
/* Begin PBXNativeTarget section */
145652D31822C57A00BF1709 /* libUICKeyChainStore */ = {
isa = PBXNativeTarget;
buildConfigurationList = 145652F81822C57C00BF1709 /* Build configuration list for PBXNativeTarget "libUICKeyChainStore" */;
buildPhases = (
145652D01822C57A00BF1709 /* Sources */,
145652D11822C57A00BF1709 /* Frameworks */,
145652D21822C57A00BF1709 /* Headers */,
);
buildRules = (
);
dependencies = (
);
name = libUICKeyChainStore;
productName = libUICKeyChainStore;
productReference = 145652D41822C57B00BF1709 /* liblibUICKeyChainStore.a */;
productType = "com.apple.product-type.library.static";
};
DE20784117AEBDA100B126C9 /* UICKeyChainStore */ = {
isa = PBXNativeTarget;
buildConfigurationList = DE20787417AEBDA100B126C9 /* Build configuration list for PBXNativeTarget "UICKeyChainStore" */;
buildPhases = (
DE20783E17AEBDA100B126C9 /* Sources */,
DE20783F17AEBDA100B126C9 /* Frameworks */,
DE20784017AEBDA100B126C9 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = UICKeyChainStore;
productName = UICKeyChainStore;
productReference = DE20784217AEBDA100B126C9 /* UICKeyChainStore.app */;
productType = "com.apple.product-type.application";
};
DE20786117AEBDA100B126C9 /* UICKeyChainStoreTests */ = {
isa = PBXNativeTarget;
buildConfigurationList = DE20787717AEBDA100B126C9 /* Build configuration list for PBXNativeTarget "UICKeyChainStoreTests" */;
buildPhases = (
DE20785D17AEBDA100B126C9 /* Sources */,
DE20785E17AEBDA100B126C9 /* Frameworks */,
DE20785F17AEBDA100B126C9 /* Resources */,
DE20786017AEBDA100B126C9 /* ShellScript */,
);
buildRules = (
);
dependencies = (
DE20786817AEBDA100B126C9 /* PBXTargetDependency */,
);
name = UICKeyChainStoreTests;
productName = UICKeyChainStoreTests;
productReference = DE20786217AEBDA100B126C9 /* UICKeyChainStoreTests.octest */;
productType = "com.apple.product-type.bundle";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
DE20783A17AEBDA100B126C9 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0460;
ORGANIZATIONNAME = "Beepscore LLC";
};
buildConfigurationList = DE20783D17AEBDA100B126C9 /* Build configuration list for PBXProject "UICKeyChainStore" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = DE20783917AEBDA100B126C9;
productRefGroup = DE20784317AEBDA100B126C9 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
DE20784117AEBDA100B126C9 /* UICKeyChainStore */,
DE20786117AEBDA100B126C9 /* UICKeyChainStoreTests */,
145652D31822C57A00BF1709 /* libUICKeyChainStore */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
DE20784017AEBDA100B126C9 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
DE20785817AEBDA100B126C9 /* Default.png in Resources */,
DE20785A17AEBDA100B126C9 /* Default@2x.png in Resources */,
DE20785C17AEBDA100B126C9 /* Default-568h@2x.png in Resources */,
DECCCE8A17AEE93200701816 /* MainStoryboard.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
DE20785F17AEBDA100B126C9 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXShellScriptBuildPhase section */
DE20786017AEBDA100B126C9 /* 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 */
145652D01822C57A00BF1709 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
145652E01822C57B00BF1709 /* libUICKeyChainStore.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
DE20783E17AEBDA100B126C9 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
DE20785217AEBDA100B126C9 /* main.m in Sources */,
DE20785617AEBDA100B126C9 /* AppDelegate.m in Sources */,
DECCCE8D17AEEA9300701816 /* ViewController.m in Sources */,
DE2AD09917AEC313005E0F26 /* UICKeyChainStore.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
DE20785D17AEBDA100B126C9 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
DE2AD09A17AEC313005E0F26 /* UICKeyChainStore.m in Sources */,
DE20787117AEBDA100B126C9 /* UICKeyChainStoreTests.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
DE20786817AEBDA100B126C9 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = DE20784117AEBDA100B126C9 /* UICKeyChainStore */;
targetProxy = DE20786717AEBDA100B126C9 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin XCBuildConfiguration section */
145652F41822C57C00BF1709 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(DEVELOPER_FRAMEWORKS_DIR)",
);
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "libUICKeyChainStore/libUICKeyChainStore-Prefix.pch";
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNUSED_FUNCTION = YES;
MACOSX_DEPLOYMENT_TARGET = 10.9;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
};
name = Debug;
};
145652F51822C57C00BF1709 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(DEVELOPER_FRAMEWORKS_DIR)",
);
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "libUICKeyChainStore/libUICKeyChainStore-Prefix.pch";
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNUSED_FUNCTION = YES;
MACOSX_DEPLOYMENT_TARGET = 10.9;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
};
name = Release;
};
DE20787217AEBDA100B126C9 /* 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;
"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_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;
};
DE20787317AEBDA100B126C9 /* 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;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
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;
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
};
name = Release;
};
DE20787517AEBDA100B126C9 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "UICKeyChainStore/UICKeyChainStore-Prefix.pch";
INFOPLIST_FILE = "UICKeyChainStore/UICKeyChainStore-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
name = Debug;
};
DE20787617AEBDA100B126C9 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "UICKeyChainStore/UICKeyChainStore-Prefix.pch";
INFOPLIST_FILE = "UICKeyChainStore/UICKeyChainStore-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
name = Release;
};
DE20787817AEBDA100B126C9 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/UICKeyChainStore.app/UICKeyChainStore";
FRAMEWORK_SEARCH_PATHS = (
"\"$(SDKROOT)/Developer/Library/Frameworks\"",
"\"$(DEVELOPER_LIBRARY_DIR)/Frameworks\"",
);
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "UICKeyChainStore/UICKeyChainStore-Prefix.pch";
INFOPLIST_FILE = "UICKeyChainStoreTests/UICKeyChainStoreTests-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
TEST_HOST = "$(BUNDLE_LOADER)";
WRAPPER_EXTENSION = octest;
};
name = Debug;
};
DE20787917AEBDA100B126C9 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/UICKeyChainStore.app/UICKeyChainStore";
FRAMEWORK_SEARCH_PATHS = (
"\"$(SDKROOT)/Developer/Library/Frameworks\"",
"\"$(DEVELOPER_LIBRARY_DIR)/Frameworks\"",
);
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "UICKeyChainStore/UICKeyChainStore-Prefix.pch";
INFOPLIST_FILE = "UICKeyChainStoreTests/UICKeyChainStoreTests-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
TEST_HOST = "$(BUNDLE_LOADER)";
WRAPPER_EXTENSION = octest;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
145652F81822C57C00BF1709 /* Build configuration list for PBXNativeTarget "libUICKeyChainStore" */ = {
isa = XCConfigurationList;
buildConfigurations = (
145652F41822C57C00BF1709 /* Debug */,
145652F51822C57C00BF1709 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
DE20783D17AEBDA100B126C9 /* Build configuration list for PBXProject "UICKeyChainStore" */ = {
isa = XCConfigurationList;
buildConfigurations = (
DE20787217AEBDA100B126C9 /* Debug */,
DE20787317AEBDA100B126C9 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
DE20787417AEBDA100B126C9 /* Build configuration list for PBXNativeTarget "UICKeyChainStore" */ = {
isa = XCConfigurationList;
buildConfigurations = (
DE20787517AEBDA100B126C9 /* Debug */,
DE20787617AEBDA100B126C9 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
DE20787717AEBDA100B126C9 /* Build configuration list for PBXNativeTarget "UICKeyChainStoreTests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
DE20787817AEBDA100B126C9 /* Debug */,
DE20787917AEBDA100B126C9 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = DE20783A17AEBDA100B126C9 /* Project object */;
}