{"id":15570815,"url":"https://github.com/keith/objc_dupclass","last_synced_at":"2025-10-03T00:31:22.731Z","repository":{"id":45828496,"uuid":"514732939","full_name":"keith/objc_dupclass","owner":"keith","description":"Silence \"Class Foo is implemented in both\" warnings","archived":false,"fork":false,"pushed_at":"2022-07-17T05:43:18.000Z","size":16,"stargazers_count":14,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-04T13:13:12.353Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/keith.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":"2022-07-17T02:59:47.000Z","updated_at":"2025-03-13T03:58:09.000Z","dependencies_parsed_at":"2022-07-18T16:52:52.821Z","dependency_job_id":null,"html_url":"https://github.com/keith/objc_dupclass","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/keith/objc_dupclass","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keith%2Fobjc_dupclass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keith%2Fobjc_dupclass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keith%2Fobjc_dupclass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keith%2Fobjc_dupclass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/keith","download_url":"https://codeload.github.com/keith/objc_dupclass/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keith%2Fobjc_dupclass/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278094701,"owners_count":25928952,"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","status":"online","status_checked_at":"2025-10-02T02:00:08.890Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-10-02T17:45:20.073Z","updated_at":"2025-10-03T00:31:22.432Z","avatar_url":"https://github.com/keith.png","language":"Shell","readme":"# objc_dupclass\n\nTired of this warning?\n\n```\nobjc[65171]: Class CDPCAReporter is implemented in both A.framework and B.framework.\nOne of the two will be used. Which one is undefined.\n```\n\nLuckily, as I discovered from [this\ntweet](https://twitter.com/_saagarjha/status/1509140471104241665), Apple\n[added](https://github.com/apple-oss-distributions/objc4/commit/62b60ba0e56440e265ca576cc9f197e9af54c1bd#diff-510a2060e3422b44e197951716a1f6bb257728a9c61efd7ae0f8c16364212f89R174)\na special way to silence these warnings for classes you specify. This\nrepo provides a C macro for adding classes to this special list.\n\n## Usage\n\nCall the macro in any Objective-C / C / C++ file in your project,\npassing the class you want to silence the warning for:\n\n```c\n#include \"objc_dupclass.h\"\n\nOBJC_DUPCLASS(AMSupportURLConnectionDelegate);\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeith%2Fobjc_dupclass","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkeith%2Fobjc_dupclass","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeith%2Fobjc_dupclass/lists"}