{"id":18890400,"url":"https://github.com/workingdog/keychainclass","last_synced_at":"2026-02-25T15:30:15.891Z","repository":{"id":175282838,"uuid":"653634043","full_name":"workingDog/KeychainClass","owner":"workingDog","description":"Swift simple keychain access class","archived":false,"fork":false,"pushed_at":"2024-05-03T01:40:03.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-12-31T06:13:09.409Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/workingDog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-14T12:31:06.000Z","updated_at":"2024-05-03T01:40:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"df68764b-0cd1-4fb7-84ff-983f7b71c1dc","html_url":"https://github.com/workingDog/KeychainClass","commit_stats":null,"previous_names":["workingdog/keychainclass"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workingDog%2FKeychainClass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workingDog%2FKeychainClass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workingDog%2FKeychainClass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workingDog%2FKeychainClass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/workingDog","download_url":"https://codeload.github.com/workingDog/KeychainClass/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239861694,"owners_count":19709267,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T07:55:27.196Z","updated_at":"2026-02-25T15:30:15.833Z","avatar_url":"https://github.com/workingDog.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# KeychainClass\nSwift simple keychain access class\n\n\nUsage:\n\n      KeychainInterface.service = \"test.com.test\"\n      KeychainInterface.account = \"test.com.apikey\"\n \n      func doSaveKey(_ theKey: String) {\n          // if there is no key, store `theKey` in keychain\n          if KeychainInterface.getKey() == nil {\n              KeychainInterface.setKey(key: theKey)\n          } else {\n              // if there is already a key in keychain, must use update to override the old one\n              KeychainInterface.updateKey(key: theKey)\n          }\n      }\n\nNote, make sure you have set your App.entitlements that includes:\n\n      \u003ckey\u003ekeychain-access-groups\u003c/key\u003e\n      \u003carray\u003e\n          \u003cstring\u003e$(AppIdentifierPrefix)test.com.test\u003c/string\u003e\n      \u003c/array\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworkingdog%2Fkeychainclass","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fworkingdog%2Fkeychainclass","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworkingdog%2Fkeychainclass/lists"}