{"id":19351541,"url":"https://github.com/opensourcedoc/objc-boilerplate-application","last_synced_at":"2026-06-13T18:31:03.623Z","repository":{"id":77782888,"uuid":"307251589","full_name":"opensourcedoc/objc-boilerplate-application","owner":"opensourcedoc","description":"An Objective-C boilerplate project to build an Objective-C based application","archived":false,"fork":false,"pushed_at":"2021-06-12T05:13:10.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-06T15:49:07.070Z","etag":null,"topics":["boilerplate","boilerplate-application","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:26:36.000Z","updated_at":"2023-07-16T22:22:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"97b05b12-ba67-4bea-9b77-2d7044c66c9e","html_url":"https://github.com/opensourcedoc/objc-boilerplate-application","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensourcedoc%2Fobjc-boilerplate-application","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensourcedoc%2Fobjc-boilerplate-application/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensourcedoc%2Fobjc-boilerplate-application/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensourcedoc%2Fobjc-boilerplate-application/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opensourcedoc","download_url":"https://codeload.github.com/opensourcedoc/objc-boilerplate-application/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240460484,"owners_count":19804903,"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":["boilerplate","boilerplate-application","objective-c"],"created_at":"2024-11-10T04:36:33.872Z","updated_at":"2026-06-13T18:30:58.601Z","avatar_url":"https://github.com/opensourcedoc.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Objective-C Boilerplate for Application\n\nAn Objective-C boilerplate project to build an Objective-C based application.\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-application.git myapp\n```\n\nMove your working directory to the root of *myapp*:\n\n```\n$ cd myapp\n```\n\nModify *main.m* as needed. You may add or remove Objective-C source files (*.m*) or C source files (*.c*) as well.\n\nCompile the application:\n\n```\n$ make\n```\n\nRun the compiled program:\n\n```\n$ ./dist/program\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* **PROGRAM**: the name of the compiled program\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-application","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopensourcedoc%2Fobjc-boilerplate-application","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopensourcedoc%2Fobjc-boilerplate-application/lists"}