{"id":15481576,"url":"https://github.com/chris-huxtable/cbhpreferencesmanager","last_synced_at":"2025-08-03T00:33:02.360Z","repository":{"id":56904215,"uuid":"228725019","full_name":"chris-huxtable/CBHPreferencesManager","owner":"chris-huxtable","description":"An easy-to-use preferences manager","archived":false,"fork":false,"pushed_at":"2019-12-19T15:54:58.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-19T05:15:25.550Z","etag":null,"topics":["objective-c","objective-c-library","preferences-manager","userdefaults"],"latest_commit_sha":null,"homepage":null,"language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chris-huxtable.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-12-18T00:26:10.000Z","updated_at":"2019-12-19T15:59:37.000Z","dependencies_parsed_at":"2022-08-20T18:40:06.664Z","dependency_job_id":null,"html_url":"https://github.com/chris-huxtable/CBHPreferencesManager","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chris-huxtable%2FCBHPreferencesManager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chris-huxtable%2FCBHPreferencesManager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chris-huxtable%2FCBHPreferencesManager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chris-huxtable%2FCBHPreferencesManager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chris-huxtable","download_url":"https://codeload.github.com/chris-huxtable/CBHPreferencesManager/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246046162,"owners_count":20714915,"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":["objective-c","objective-c-library","preferences-manager","userdefaults"],"created_at":"2024-10-02T05:04:59.884Z","updated_at":"2025-03-28T14:32:03.196Z","avatar_url":"https://github.com/chris-huxtable.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CBHPreferencesManager\n\n[![release](https://img.shields.io/github/release/chris-huxtable/CBHPreferencesManager.svg)](https://github.com/chris-huxtable/CBHPreferencesManager/releases)\n[![pod](https://img.shields.io/cocoapods/v/CBHPreferencesManager.svg)](https://cocoapods.org/pods/CBHPreferencesManager)\n[![licence](https://img.shields.io/badge/licence-ISC-lightgrey.svg?cacheSeconds=2592000)](https://github.com/chris-huxtable/CBHPreferencesManager/blob/master/LICENSE)\n[![coverage](https://img.shields.io/badge/coverage-95%25-brightgreen.svg?cacheSeconds=2592000)](https://github.com/chris-huxtable/CBHPreferencesManager)\n\nAn easy-to-use preferences manager. Additionally includes a notification system.\n\n\n## Examples:\n\nGets the shared manager, registers a call back for a key, and changes the key, after which the callback will be executed.\n```objective-c\n\nCBHPreferencesKey NameKey = @\"NameKey\";\n\n// ...\n\nCBHPreferencesManager *manager = [CBHPreferencesManager sharedManager];\n[manager registerObject:self withSelector:@selector(nameChanged:) forChangeOfKey:NameKey];\n[manager setObject@\"Chris Huxtable\" forKey:NameKey];\n\n\n// ...\n\n- (void)nameChanged:(NSNotification *)notification\n{\n\tNSLog(@\"Name Changed to %@\", [notification object]);\n}\n```\n\n\n## Licence\nCBHPreferencesManager is available under the [ISC license](https://github.com/chris-huxtable/CBHPreferencesManager/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchris-huxtable%2Fcbhpreferencesmanager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchris-huxtable%2Fcbhpreferencesmanager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchris-huxtable%2Fcbhpreferencesmanager/lists"}