{"id":19535578,"url":"https://github.com/miyako/4d-class-compiler","last_synced_at":"2026-02-03T15:32:36.344Z","repository":{"id":225000391,"uuid":"764652481","full_name":"miyako/4d-class-compiler","owner":"miyako","description":null,"archived":false,"fork":false,"pushed_at":"2025-10-06T18:05:28.000Z","size":1153,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-06T18:17:42.040Z","etag":null,"topics":["4d-class","cicd","tool4d"],"latest_commit_sha":null,"homepage":"https://miyako.github.io/4d-class-compiler/","language":"4D","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/miyako.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-02-28T13:21:56.000Z","updated_at":"2025-10-06T18:05:30.000Z","dependencies_parsed_at":"2024-03-04T19:54:09.325Z","dependency_job_id":"3d0afa8d-de1e-4e75-8d25-2ca1ef6384ce","html_url":"https://github.com/miyako/4d-class-compiler","commit_stats":null,"previous_names":["miyako/4d-class-compiler"],"tags_count":27,"template":false,"template_full_name":null,"purl":"pkg:github/miyako/4d-class-compiler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyako%2F4d-class-compiler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyako%2F4d-class-compiler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyako%2F4d-class-compiler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyako%2F4d-class-compiler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/miyako","download_url":"https://codeload.github.com/miyako/4d-class-compiler/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyako%2F4d-class-compiler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29047900,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T15:19:55.533Z","status":"ssl_error","status_checked_at":"2026-02-03T15:13:09.723Z","response_time":96,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["4d-class","cicd","tool4d"],"created_at":"2024-11-11T02:19:09.989Z","updated_at":"2026-02-03T15:32:36.335Z","avatar_url":"https://github.com/miyako.png","language":"4D","funding_links":[],"categories":[],"sub_categories":[],"readme":"![version](https://img.shields.io/badge/version-20%2B-E23089)\n![platform](https://img.shields.io/static/v1?label=platform\u0026message=mac-intel%20|%20mac-arm%20|%20win-64\u0026color=blue)\n[![license](https://img.shields.io/github/license/miyako/4d-class-compiler)](LICENSE)\n![downloads](https://img.shields.io/github/downloads/miyako/4d-class-compiler/total)\n\nClasses to compile, build, sign a project.\n\n**note to self**: releases do not need to be compiled\n\n# To build a project with tool4d\n\n```\ntool4d compiler.4DProject --startup-method=build --user-param=.4DSettings,.4DProject,../../build --dataless\n```\n\nin `--user-param`, pass up to 3 POSIX paths:\n\n|extension|content|\n|:-|:-|\n|.xml or .4DSettings|build settings file|\n|.json or .4DProject|project file|\n|other|build destination path (relative path supported)|\n\n**Note**: When the build destination path is specified, the absolute path in the build settings file is ignored. The path would typically be `../../folder` because the work folder is 2 levels up from the project file.\n\nin `--startup-method`, pass one of the following:\n\n* `build`: compile, build\n* `compile` \n* `rebuild`: clean compiled code, compile, build\n* `sign`: run the *signapp.sh* script\n\n# To build a project with 4D\n\n```4d\n$buildProject:=File(\"{Settings}/BuildApp.4DSettings\")\n$compileProject:=File(\"{Project}/BuildApp.4DProject\")\n\nvar $CLI : cs.BuildApp_CLI\n\n$CLI:=cs.BuildApp_CLI.new()\n$CLI.compile($compileProject)\n$CLI.build($buildProject; $compileProject)\n```\n\n# Packaging\n\n* Do not zip *4D.entitlements* or *SignApp.sh* on Windows. `codesign` will fail.\n* *SignApp.sh* does not seem to work when a self hosted runner is launched as a service (requires investigation)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiyako%2F4d-class-compiler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmiyako%2F4d-class-compiler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiyako%2F4d-class-compiler/lists"}