mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-04-24 00:00:05 +08:00
Update keychain dependency
This commit is contained in:
+483
@@ -0,0 +1,483 @@
|
||||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 46;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
140F19621A49D79400B0016A /* KeychainAccess.h in Headers */ = {isa = PBXBuildFile; fileRef = 140F19611A49D79400B0016A /* KeychainAccess.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
140F196F1A49D79500B0016A /* KeychainAccessTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 140F196E1A49D79500B0016A /* KeychainAccessTests.swift */; };
|
||||
140F197B1A49D89200B0016A /* Keychain.swift in Sources */ = {isa = PBXBuildFile; fileRef = 140F197A1A49D89200B0016A /* Keychain.swift */; };
|
||||
142EDA851BCB505F00A32149 /* ErrorTypeTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 142EDA841BCB505F00A32149 /* ErrorTypeTests.swift */; };
|
||||
142EDB041BCBB0DD00A32149 /* SharedCredentialTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 142EDB031BCBB0DD00A32149 /* SharedCredentialTests.swift */; };
|
||||
148F9D4A1BCB4118006EDF48 /* EnumTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 148F9D491BCB4118006EDF48 /* EnumTests.swift */; };
|
||||
14A630181D3293C700809B3F /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14A630171D3293C700809B3F /* AppDelegate.swift */; };
|
||||
14A6301F1D3293C700809B3F /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 14A6301E1D3293C700809B3F /* Assets.xcassets */; };
|
||||
14C3A6781D32BF9C00349459 /* KeychainAccess.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 140F195C1A49D79400B0016A /* KeychainAccess.framework */; };
|
||||
14C3A6791D32BF9C00349459 /* KeychainAccess.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 140F195C1A49D79400B0016A /* KeychainAccess.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
140F19691A49D79500B0016A /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 140F19531A49D79400B0016A /* Project object */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 140F195B1A49D79400B0016A;
|
||||
remoteInfo = KeychainAccess;
|
||||
};
|
||||
14C3A67A1D32BF9C00349459 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 140F19531A49D79400B0016A /* Project object */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 140F195B1A49D79400B0016A;
|
||||
remoteInfo = KeychainAccess;
|
||||
};
|
||||
14F0C1991D32A160007DCDDB /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 140F19531A49D79400B0016A /* Project object */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 14A630141D3293C700809B3F;
|
||||
remoteInfo = TestHost;
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXCopyFilesBuildPhase section */
|
||||
14C3A67C1D32BF9D00349459 /* Embed Frameworks */ = {
|
||||
isa = PBXCopyFilesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
dstPath = "";
|
||||
dstSubfolderSpec = 10;
|
||||
files = (
|
||||
14C3A6791D32BF9C00349459 /* KeychainAccess.framework in Embed Frameworks */,
|
||||
);
|
||||
name = "Embed Frameworks";
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXCopyFilesBuildPhase section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
140F195C1A49D79400B0016A /* KeychainAccess.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = KeychainAccess.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
140F19601A49D79400B0016A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
||||
140F19611A49D79400B0016A /* KeychainAccess.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = KeychainAccess.h; sourceTree = "<group>"; };
|
||||
140F19671A49D79500B0016A /* KeychainAccessTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = KeychainAccessTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
140F196D1A49D79500B0016A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
||||
140F196E1A49D79500B0016A /* KeychainAccessTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeychainAccessTests.swift; sourceTree = "<group>"; };
|
||||
140F197A1A49D89200B0016A /* Keychain.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Keychain.swift; sourceTree = "<group>"; };
|
||||
142EDA841BCB505F00A32149 /* ErrorTypeTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ErrorTypeTests.swift; sourceTree = "<group>"; };
|
||||
142EDB031BCBB0DD00A32149 /* SharedCredentialTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SharedCredentialTests.swift; sourceTree = "<group>"; };
|
||||
148E44E51BF9EDCB004FFEC1 /* Base.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Base.xcconfig; path = Configurations/Base.xcconfig; sourceTree = "<group>"; };
|
||||
148E44E61BF9EDCB004FFEC1 /* Debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Configurations/Debug.xcconfig; sourceTree = "<group>"; };
|
||||
148E44E71BF9EDCB004FFEC1 /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Configurations/Release.xcconfig; sourceTree = "<group>"; };
|
||||
148E44E91BF9EDE4004FFEC1 /* Tests.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Tests.xcconfig; path = Configurations/Tests.xcconfig; sourceTree = "<group>"; };
|
||||
148E44EB1BF9EEB3004FFEC1 /* KeychainAccess.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = KeychainAccess.xcconfig; path = Configurations/KeychainAccess.xcconfig; sourceTree = "<group>"; };
|
||||
148F9D491BCB4118006EDF48 /* EnumTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EnumTests.swift; sourceTree = "<group>"; };
|
||||
14A630151D3293C700809B3F /* TestHost.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TestHost.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
14A630171D3293C700809B3F /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
||||
14A6301E1D3293C700809B3F /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
||||
14A630231D3293C700809B3F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
||||
14F0C1961D3295C4007DCDDB /* TestHost.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = TestHost.entitlements; sourceTree = "<group>"; };
|
||||
14F0C1981D329832007DCDDB /* TestHost.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = TestHost.xcconfig; path = Configurations/TestHost.xcconfig; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
140F19581A49D79400B0016A /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
140F19641A49D79500B0016A /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
14A630121D3293C700809B3F /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
14C3A6781D32BF9C00349459 /* KeychainAccess.framework in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
140F19521A49D79400B0016A = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
140F195E1A49D79400B0016A /* KeychainAccess */,
|
||||
140F196B1A49D79500B0016A /* KeychainAccessTests */,
|
||||
148E44E41BF9ED6D004FFEC1 /* Cofigurations */,
|
||||
14A630161D3293C700809B3F /* TestHost */,
|
||||
140F195D1A49D79400B0016A /* Products */,
|
||||
);
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
140F195D1A49D79400B0016A /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
140F195C1A49D79400B0016A /* KeychainAccess.framework */,
|
||||
140F19671A49D79500B0016A /* KeychainAccessTests.xctest */,
|
||||
14A630151D3293C700809B3F /* TestHost.app */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
140F195E1A49D79400B0016A /* KeychainAccess */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
140F19611A49D79400B0016A /* KeychainAccess.h */,
|
||||
140F197A1A49D89200B0016A /* Keychain.swift */,
|
||||
140F195F1A49D79400B0016A /* Supporting Files */,
|
||||
);
|
||||
path = KeychainAccess;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
140F195F1A49D79400B0016A /* Supporting Files */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
140F19601A49D79400B0016A /* Info.plist */,
|
||||
);
|
||||
name = "Supporting Files";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
140F196B1A49D79500B0016A /* KeychainAccessTests */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
140F196E1A49D79500B0016A /* KeychainAccessTests.swift */,
|
||||
148F9D491BCB4118006EDF48 /* EnumTests.swift */,
|
||||
142EDA841BCB505F00A32149 /* ErrorTypeTests.swift */,
|
||||
142EDB031BCBB0DD00A32149 /* SharedCredentialTests.swift */,
|
||||
140F196C1A49D79500B0016A /* Supporting Files */,
|
||||
);
|
||||
path = KeychainAccessTests;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
140F196C1A49D79500B0016A /* Supporting Files */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
140F196D1A49D79500B0016A /* Info.plist */,
|
||||
);
|
||||
name = "Supporting Files";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
148E44E41BF9ED6D004FFEC1 /* Cofigurations */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
148E44E51BF9EDCB004FFEC1 /* Base.xcconfig */,
|
||||
148E44E61BF9EDCB004FFEC1 /* Debug.xcconfig */,
|
||||
148E44E71BF9EDCB004FFEC1 /* Release.xcconfig */,
|
||||
148E44EB1BF9EEB3004FFEC1 /* KeychainAccess.xcconfig */,
|
||||
148E44E91BF9EDE4004FFEC1 /* Tests.xcconfig */,
|
||||
14F0C1981D329832007DCDDB /* TestHost.xcconfig */,
|
||||
);
|
||||
name = Cofigurations;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
14A630161D3293C700809B3F /* TestHost */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
14A630171D3293C700809B3F /* AppDelegate.swift */,
|
||||
14A6301E1D3293C700809B3F /* Assets.xcassets */,
|
||||
14A630231D3293C700809B3F /* Info.plist */,
|
||||
14F0C1961D3295C4007DCDDB /* TestHost.entitlements */,
|
||||
);
|
||||
path = TestHost;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXHeadersBuildPhase section */
|
||||
140F19591A49D79400B0016A /* Headers */ = {
|
||||
isa = PBXHeadersBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
140F19621A49D79400B0016A /* KeychainAccess.h in Headers */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXHeadersBuildPhase section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
140F195B1A49D79400B0016A /* KeychainAccess */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 140F19721A49D79500B0016A /* Build configuration list for PBXNativeTarget "KeychainAccess" */;
|
||||
buildPhases = (
|
||||
140F19571A49D79400B0016A /* Sources */,
|
||||
140F19581A49D79400B0016A /* Frameworks */,
|
||||
140F19591A49D79400B0016A /* Headers */,
|
||||
140F195A1A49D79400B0016A /* Resources */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
);
|
||||
name = KeychainAccess;
|
||||
productName = KeychainAccess;
|
||||
productReference = 140F195C1A49D79400B0016A /* KeychainAccess.framework */;
|
||||
productType = "com.apple.product-type.framework";
|
||||
};
|
||||
140F19661A49D79500B0016A /* KeychainAccessTests */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 140F19751A49D79500B0016A /* Build configuration list for PBXNativeTarget "KeychainAccessTests" */;
|
||||
buildPhases = (
|
||||
140F19631A49D79500B0016A /* Sources */,
|
||||
140F19641A49D79500B0016A /* Frameworks */,
|
||||
140F19651A49D79500B0016A /* Resources */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
140F196A1A49D79500B0016A /* PBXTargetDependency */,
|
||||
14F0C19A1D32A160007DCDDB /* PBXTargetDependency */,
|
||||
);
|
||||
name = KeychainAccessTests;
|
||||
productName = KeychainAccessTests;
|
||||
productReference = 140F19671A49D79500B0016A /* KeychainAccessTests.xctest */;
|
||||
productType = "com.apple.product-type.bundle.unit-test";
|
||||
};
|
||||
14A630141D3293C700809B3F /* TestHost */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 14A630241D3293C700809B3F /* Build configuration list for PBXNativeTarget "TestHost" */;
|
||||
buildPhases = (
|
||||
14A630111D3293C700809B3F /* Sources */,
|
||||
14A630121D3293C700809B3F /* Frameworks */,
|
||||
14A630131D3293C700809B3F /* Resources */,
|
||||
14C3A67C1D32BF9D00349459 /* Embed Frameworks */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
14C3A67B1D32BF9C00349459 /* PBXTargetDependency */,
|
||||
);
|
||||
name = TestHost;
|
||||
productName = TestHost;
|
||||
productReference = 14A630151D3293C700809B3F /* TestHost.app */;
|
||||
productType = "com.apple.product-type.application";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
140F19531A49D79400B0016A /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
attributes = {
|
||||
LastSwiftUpdateCheck = 0730;
|
||||
LastUpgradeCheck = 0730;
|
||||
ORGANIZATIONNAME = "kishikawa katsumi";
|
||||
TargetAttributes = {
|
||||
140F195B1A49D79400B0016A = {
|
||||
CreatedOnToolsVersion = 6.1.1;
|
||||
ProvisioningStyle = Automatic;
|
||||
};
|
||||
140F19661A49D79500B0016A = {
|
||||
CreatedOnToolsVersion = 6.1.1;
|
||||
TestTargetID = 14A62FFC1D32922C00809B3F;
|
||||
};
|
||||
14A630141D3293C700809B3F = {
|
||||
CreatedOnToolsVersion = 7.3.1;
|
||||
SystemCapabilities = {
|
||||
com.apple.Keychain = {
|
||||
enabled = 1;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
buildConfigurationList = 140F19561A49D79400B0016A /* Build configuration list for PBXProject "KeychainAccess" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
developmentRegion = English;
|
||||
hasScannedForEncodings = 0;
|
||||
knownRegions = (
|
||||
en,
|
||||
Base,
|
||||
);
|
||||
mainGroup = 140F19521A49D79400B0016A;
|
||||
productRefGroup = 140F195D1A49D79400B0016A /* Products */;
|
||||
projectDirPath = "";
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
140F195B1A49D79400B0016A /* KeychainAccess */,
|
||||
140F19661A49D79500B0016A /* KeychainAccessTests */,
|
||||
14A630141D3293C700809B3F /* TestHost */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
140F195A1A49D79400B0016A /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
140F19651A49D79500B0016A /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
14A630131D3293C700809B3F /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
14A6301F1D3293C700809B3F /* Assets.xcassets in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
140F19571A49D79400B0016A /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
140F197B1A49D89200B0016A /* Keychain.swift in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
140F19631A49D79500B0016A /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
140F196F1A49D79500B0016A /* KeychainAccessTests.swift in Sources */,
|
||||
148F9D4A1BCB4118006EDF48 /* EnumTests.swift in Sources */,
|
||||
142EDA851BCB505F00A32149 /* ErrorTypeTests.swift in Sources */,
|
||||
142EDB041BCBB0DD00A32149 /* SharedCredentialTests.swift in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
14A630111D3293C700809B3F /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
14A630181D3293C700809B3F /* AppDelegate.swift in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
140F196A1A49D79500B0016A /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
target = 140F195B1A49D79400B0016A /* KeychainAccess */;
|
||||
targetProxy = 140F19691A49D79500B0016A /* PBXContainerItemProxy */;
|
||||
};
|
||||
14C3A67B1D32BF9C00349459 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
target = 140F195B1A49D79400B0016A /* KeychainAccess */;
|
||||
targetProxy = 14C3A67A1D32BF9C00349459 /* PBXContainerItemProxy */;
|
||||
};
|
||||
14F0C19A1D32A160007DCDDB /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
target = 14A630141D3293C700809B3F /* TestHost */;
|
||||
targetProxy = 14F0C1991D32A160007DCDDB /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
140F19701A49D79500B0016A /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 148E44E61BF9EDCB004FFEC1 /* Debug.xcconfig */;
|
||||
buildSettings = {
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
140F19711A49D79500B0016A /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 148E44E71BF9EDCB004FFEC1 /* Release.xcconfig */;
|
||||
buildSettings = {
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
140F19731A49D79500B0016A /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 148E44EB1BF9EEB3004FFEC1 /* KeychainAccess.xcconfig */;
|
||||
buildSettings = {
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
140F19741A49D79500B0016A /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 148E44EB1BF9EEB3004FFEC1 /* KeychainAccess.xcconfig */;
|
||||
buildSettings = {
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
140F19761A49D79500B0016A /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 148E44E91BF9EDE4004FFEC1 /* Tests.xcconfig */;
|
||||
buildSettings = {
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
140F19771A49D79500B0016A /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 148E44E91BF9EDE4004FFEC1 /* Tests.xcconfig */;
|
||||
buildSettings = {
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
14A630251D3293C700809B3F /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 14F0C1981D329832007DCDDB /* TestHost.xcconfig */;
|
||||
buildSettings = {
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
14A630261D3293C700809B3F /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 14F0C1981D329832007DCDDB /* TestHost.xcconfig */;
|
||||
buildSettings = {
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
140F19561A49D79400B0016A /* Build configuration list for PBXProject "KeychainAccess" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
140F19701A49D79500B0016A /* Debug */,
|
||||
140F19711A49D79500B0016A /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
140F19721A49D79500B0016A /* Build configuration list for PBXNativeTarget "KeychainAccess" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
140F19731A49D79500B0016A /* Debug */,
|
||||
140F19741A49D79500B0016A /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
140F19751A49D79500B0016A /* Build configuration list for PBXNativeTarget "KeychainAccessTests" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
140F19761A49D79500B0016A /* Debug */,
|
||||
140F19771A49D79500B0016A /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
14A630241D3293C700809B3F /* Build configuration list for PBXNativeTarget "TestHost" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
14A630251D3293C700809B3F /* Debug */,
|
||||
14A630261D3293C700809B3F /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
};
|
||||
rootObject = 140F19531A49D79400B0016A /* Project object */;
|
||||
}
|
||||
Generated
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Workspace
|
||||
version = "1.0">
|
||||
<FileRef
|
||||
location = "self:KeychainAccess.xcodeproj">
|
||||
</FileRef>
|
||||
</Workspace>
|
||||
+113
@@ -0,0 +1,113 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Scheme
|
||||
LastUpgradeVersion = "0800"
|
||||
version = "1.3">
|
||||
<BuildAction
|
||||
parallelizeBuildables = "YES"
|
||||
buildImplicitDependencies = "YES">
|
||||
<BuildActionEntries>
|
||||
<BuildActionEntry
|
||||
buildForTesting = "YES"
|
||||
buildForRunning = "YES"
|
||||
buildForProfiling = "YES"
|
||||
buildForArchiving = "YES"
|
||||
buildForAnalyzing = "YES">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "140F195B1A49D79400B0016A"
|
||||
BuildableName = "KeychainAccess.framework"
|
||||
BlueprintName = "KeychainAccess"
|
||||
ReferencedContainer = "container:KeychainAccess.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildActionEntry>
|
||||
<BuildActionEntry
|
||||
buildForTesting = "YES"
|
||||
buildForRunning = "NO"
|
||||
buildForProfiling = "NO"
|
||||
buildForArchiving = "NO"
|
||||
buildForAnalyzing = "NO">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "140F19661A49D79500B0016A"
|
||||
BuildableName = "KeychainAccessTests.xctest"
|
||||
BlueprintName = "KeychainAccessTests"
|
||||
ReferencedContainer = "container:KeychainAccess.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildActionEntry>
|
||||
</BuildActionEntries>
|
||||
</BuildAction>
|
||||
<TestAction
|
||||
buildConfiguration = "Debug"
|
||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||
shouldUseLaunchSchemeArgsEnv = "YES">
|
||||
<Testables>
|
||||
<TestableReference
|
||||
skipped = "NO">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "140F19661A49D79500B0016A"
|
||||
BuildableName = "KeychainAccessTests.xctest"
|
||||
BlueprintName = "KeychainAccessTests"
|
||||
ReferencedContainer = "container:KeychainAccess.xcodeproj">
|
||||
</BuildableReference>
|
||||
</TestableReference>
|
||||
</Testables>
|
||||
<MacroExpansion>
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "140F195B1A49D79400B0016A"
|
||||
BuildableName = "KeychainAccess.framework"
|
||||
BlueprintName = "KeychainAccess"
|
||||
ReferencedContainer = "container:KeychainAccess.xcodeproj">
|
||||
</BuildableReference>
|
||||
</MacroExpansion>
|
||||
<AdditionalOptions>
|
||||
</AdditionalOptions>
|
||||
</TestAction>
|
||||
<LaunchAction
|
||||
buildConfiguration = "Debug"
|
||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||
launchStyle = "0"
|
||||
useCustomWorkingDirectory = "NO"
|
||||
ignoresPersistentStateOnLaunch = "NO"
|
||||
debugDocumentVersioning = "YES"
|
||||
debugServiceExtension = "internal"
|
||||
allowLocationSimulation = "YES">
|
||||
<MacroExpansion>
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "140F195B1A49D79400B0016A"
|
||||
BuildableName = "KeychainAccess.framework"
|
||||
BlueprintName = "KeychainAccess"
|
||||
ReferencedContainer = "container:KeychainAccess.xcodeproj">
|
||||
</BuildableReference>
|
||||
</MacroExpansion>
|
||||
<AdditionalOptions>
|
||||
</AdditionalOptions>
|
||||
</LaunchAction>
|
||||
<ProfileAction
|
||||
buildConfiguration = "Release"
|
||||
shouldUseLaunchSchemeArgsEnv = "YES"
|
||||
savedToolIdentifier = ""
|
||||
useCustomWorkingDirectory = "NO"
|
||||
debugDocumentVersioning = "YES">
|
||||
<MacroExpansion>
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "140F195B1A49D79400B0016A"
|
||||
BuildableName = "KeychainAccess.framework"
|
||||
BlueprintName = "KeychainAccess"
|
||||
ReferencedContainer = "container:KeychainAccess.xcodeproj">
|
||||
</BuildableReference>
|
||||
</MacroExpansion>
|
||||
</ProfileAction>
|
||||
<AnalyzeAction
|
||||
buildConfiguration = "Debug">
|
||||
</AnalyzeAction>
|
||||
<ArchiveAction
|
||||
buildConfiguration = "Release"
|
||||
revealArchiveInOrganizer = "YES">
|
||||
</ArchiveAction>
|
||||
</Scheme>
|
||||
+91
@@ -0,0 +1,91 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Scheme
|
||||
LastUpgradeVersion = "0800"
|
||||
version = "1.3">
|
||||
<BuildAction
|
||||
parallelizeBuildables = "YES"
|
||||
buildImplicitDependencies = "YES">
|
||||
<BuildActionEntries>
|
||||
<BuildActionEntry
|
||||
buildForTesting = "YES"
|
||||
buildForRunning = "YES"
|
||||
buildForProfiling = "YES"
|
||||
buildForArchiving = "YES"
|
||||
buildForAnalyzing = "YES">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "14A630141D3293C700809B3F"
|
||||
BuildableName = "TestHost.app"
|
||||
BlueprintName = "TestHost"
|
||||
ReferencedContainer = "container:KeychainAccess.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildActionEntry>
|
||||
</BuildActionEntries>
|
||||
</BuildAction>
|
||||
<TestAction
|
||||
buildConfiguration = "Debug"
|
||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||
shouldUseLaunchSchemeArgsEnv = "YES">
|
||||
<Testables>
|
||||
</Testables>
|
||||
<MacroExpansion>
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "14A630141D3293C700809B3F"
|
||||
BuildableName = "TestHost.app"
|
||||
BlueprintName = "TestHost"
|
||||
ReferencedContainer = "container:KeychainAccess.xcodeproj">
|
||||
</BuildableReference>
|
||||
</MacroExpansion>
|
||||
<AdditionalOptions>
|
||||
</AdditionalOptions>
|
||||
</TestAction>
|
||||
<LaunchAction
|
||||
buildConfiguration = "Debug"
|
||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||
launchStyle = "0"
|
||||
useCustomWorkingDirectory = "NO"
|
||||
ignoresPersistentStateOnLaunch = "NO"
|
||||
debugDocumentVersioning = "YES"
|
||||
debugServiceExtension = "internal"
|
||||
allowLocationSimulation = "YES">
|
||||
<BuildableProductRunnable
|
||||
runnableDebuggingMode = "0">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "14A630141D3293C700809B3F"
|
||||
BuildableName = "TestHost.app"
|
||||
BlueprintName = "TestHost"
|
||||
ReferencedContainer = "container:KeychainAccess.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildableProductRunnable>
|
||||
<AdditionalOptions>
|
||||
</AdditionalOptions>
|
||||
</LaunchAction>
|
||||
<ProfileAction
|
||||
buildConfiguration = "Release"
|
||||
shouldUseLaunchSchemeArgsEnv = "YES"
|
||||
savedToolIdentifier = ""
|
||||
useCustomWorkingDirectory = "NO"
|
||||
debugDocumentVersioning = "YES">
|
||||
<BuildableProductRunnable
|
||||
runnableDebuggingMode = "0">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "14A630141D3293C700809B3F"
|
||||
BuildableName = "TestHost.app"
|
||||
BlueprintName = "TestHost"
|
||||
ReferencedContainer = "container:KeychainAccess.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildableProductRunnable>
|
||||
</ProfileAction>
|
||||
<AnalyzeAction
|
||||
buildConfiguration = "Debug">
|
||||
</AnalyzeAction>
|
||||
<ArchiveAction
|
||||
buildConfiguration = "Release"
|
||||
revealArchiveInOrganizer = "YES">
|
||||
</ArchiveAction>
|
||||
</Scheme>
|
||||
Reference in New Issue
Block a user