{"id":19351537,"url":"https://github.com/opensourcedoc/objc-boilerplate-library","last_synced_at":"2025-10-13T05:42:17.962Z","repository":{"id":77782885,"uuid":"307249182","full_name":"opensourcedoc/objc-boilerplate-library","owner":"opensourcedoc","description":"An Objective-C boilerplate project to build an Objective-C based library","archived":false,"fork":false,"pushed_at":"2021-06-12T05:21:06.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-24T10:35:45.730Z","etag":null,"topics":["boilerplate","boilerplate-library","objective-c"],"latest_commit_sha":null,"homepage":"","language":"Makefile","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/opensourcedoc.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-10-26T03:12:14.000Z","updated_at":"2023-07-16T22:22:27.000Z","dependencies_parsed_at":"2023-09-06T18:16:27.431Z","dependency_job_id":null,"html_url":"https://github.com/opensourcedoc/objc-boilerplate-library","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/opensourcedoc/objc-boilerplate-library","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensourcedoc%2Fobjc-boilerplate-library","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensourcedoc%2Fobjc-boilerplate-library/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensourcedoc%2Fobjc-boilerplate-library/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensourcedoc%2Fobjc-boilerplate-library/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opensourcedoc","download_url":"https://codeload.github.com/opensourcedoc/objc-boilerplate-library/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensourcedoc%2Fobjc-boilerplate-library/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279013706,"owners_count":26085394,"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-13T02:00:06.723Z","response_time":61,"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":["boilerplate","boilerplate-library","objective-c"],"created_at":"2024-11-10T04:36:33.395Z","updated_at":"2025-10-13T05:42:17.930Z","avatar_url":"https://github.com/opensourcedoc.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Objective-C Boilerplate for Library\n\nAn Objective-C boilerplate project to build an Objective-C based library.\n\n## System Requirements\n\n* Objective-C compiler (Clang or GCC)\n* Cocoa or GNUstep\n* GNU Make (for compilation only)\n\n## Usage\n\nClone the project:\n\n```\n$ git clone https://github.com/cwchentw/objc-boilerplate-library.git mylib\n```\n\nMove your working directory to the root of *mylib*:\n\n```\n$ cd mylib\n```\n\nModify the header and the source as needed. You may add and remove Objective-C source files (*.m*) or C source files (*.c*) as well.\n\nCompile the project to a dynamic library:\n\n```\n$ make\n```\n\nAlternatively, compile the project to a static library:\n\n```\n$ make static\n```\n\nSet your own remote repository:\n\n```\n$ git remote set-url origin https://example.com/user/project.git\n```\n\nPush your modification to your own repo:\n\n```\n$ git push\n```\n\n## Project Configuration\n\nHere are the parameters in *Makefile*:\n\n* **LIBRARY**: the name of the compiled library, including *lib* the prefix\n* **C_STD**: the C standard as a GCC C dialect\n* **CXX_STD**: the C++ standard as a GCC C++ dialect\n* **GNUSTEP_INCLUDE**: the include path of GNUstep\n* **GNUSTEP_LIB**: the library path of GNUstep\n\n## Note\n\nC++ and Objective-C++ are supported as well.\n\n## Copyright\n\nCopyright (c) 2020-2021 Michelle Chen. Licensed under MIT.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopensourcedoc%2Fobjc-boilerplate-library","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopensourcedoc%2Fobjc-boilerplate-library","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopensourcedoc%2Fobjc-boilerplate-library/lists"}