Private
Public Access
1
0

Adds keychain support

This commit is contained in:
2025-08-29 15:12:54 -06:00
parent 402b5a5f80
commit 5da92a90d4
3 changed files with 69 additions and 1 deletions

View File

@@ -6,6 +6,10 @@
objectVersion = 77;
objects = {
/* Begin PBXBuildFile section */
CD41F5D32E62431D00E0027B /* KeychainAccess in Frameworks */ = {isa = PBXBuildFile; productRef = CD41F5D22E62431D00E0027B /* KeychainAccess */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
CD41F5972E5B8E7300E0027B /* kordophone2.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = kordophone2.app; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */
@@ -23,6 +27,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
CD41F5D32E62431D00E0027B /* KeychainAccess in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -65,6 +70,7 @@
);
name = kordophone2;
packageProductDependencies = (
CD41F5D22E62431D00E0027B /* KeychainAccess */,
);
productName = kordophone2;
productReference = CD41F5972E5B8E7300E0027B /* kordophone2.app */;
@@ -94,6 +100,9 @@
);
mainGroup = CD41F58E2E5B8E7300E0027B;
minimizedProjectReferenceProxies = 1;
packageReferences = (
CD41F5D12E62431D00E0027B /* XCRemoteSwiftPackageReference "KeychainAccess" */,
);
preferredProjectObjectVersion = 77;
productRefGroup = CD41F5982E5B8E7300E0027B /* Products */;
projectDirPath = "";
@@ -321,6 +330,25 @@
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
/* Begin XCRemoteSwiftPackageReference section */
CD41F5D12E62431D00E0027B /* XCRemoteSwiftPackageReference "KeychainAccess" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/kishikawakatsumi/KeychainAccess.git";
requirement = {
branch = master;
kind = branch;
};
};
/* End XCRemoteSwiftPackageReference section */
/* Begin XCSwiftPackageProductDependency section */
CD41F5D22E62431D00E0027B /* KeychainAccess */ = {
isa = XCSwiftPackageProductDependency;
package = CD41F5D12E62431D00E0027B /* XCRemoteSwiftPackageReference "KeychainAccess" */;
productName = KeychainAccess;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = CD41F58F2E5B8E7300E0027B /* Project object */;
}