{"id":19535575,"url":"https://github.com/miyako/buildapp","last_synced_at":"2026-03-19T10:20:28.698Z","repository":{"id":222747952,"uuid":"758269837","full_name":"miyako/buildapp","owner":"miyako","description":"Classes to edit buildApp.4DSettings","archived":false,"fork":false,"pushed_at":"2025-10-31T17:05:15.000Z","size":1165,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-31T19:07:45.498Z","etag":null,"topics":["4d-component","tool4d"],"latest_commit_sha":null,"homepage":"https://miyako.github.io/buildapp/","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-16T00:31:09.000Z","updated_at":"2025-10-31T17:04:50.000Z","dependencies_parsed_at":"2025-05-15T01:25:40.743Z","dependency_job_id":"45cea6bb-023e-4e68-9bfd-c3d352a1c650","html_url":"https://github.com/miyako/buildapp","commit_stats":null,"previous_names":["miyako/4d-class-buildapp"],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/miyako/buildapp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyako%2Fbuildapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyako%2Fbuildapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyako%2Fbuildapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyako%2Fbuildapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/miyako","download_url":"https://codeload.github.com/miyako/buildapp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyako%2Fbuildapp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29117919,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T05:31:32.482Z","status":"ssl_error","status_checked_at":"2026-02-05T05:31:29.075Z","response_time":65,"last_error":"SSL_read: 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-component","tool4d"],"created_at":"2024-11-11T02:19:09.038Z","updated_at":"2026-02-05T09:10:11.835Z","avatar_url":"https://github.com/miyako.png","language":"4D","funding_links":[],"categories":[],"sub_categories":[],"readme":"![version](https://img.shields.io/badge/version-21%2B-3B69E9)\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-buildapp)](LICENSE)\n\n## dependencies.json\n\n ```json\n{\n\t\"dependencies\": {\n\t\t\"buildapp\": {\n\t\t\t\"github\": \"miyako/buildapp\",\n\t\t\t\"version\": \"latest\"\n\t\t}\n\t}\n}\n```\n\n- [ ] `AutomaticLicenseIntegration` (20 R10)\n\n## What's New (June 2025)\n\n- [x] [EvaluationMode](https://blog.4d.com/building-evaluation-applications/) (20 R9)\n- [x] [LIEF (Application UUID)](https://blog.4d.com/defining-the-4d-built-application-uuid-for-macos/) (20 R8)\n- [x] [CertificateDomainName, CertificateAuthoritiesCertificates](https://blog.4d.com/encryption-authentication-certificate-authority-validation/) (20 R7)\n\nClasses to edit [buildApp.4DSettings](https://doc.4d.com/4Dv20/4D/20/4D-XML-Keys-BuildApplication.100-6335734.en.html).\n\n* Alternative to [Build4D](https://github.com/4d-depot/Build4D)\n* Compatible with [BUILD APPLICATION](https://doc.4d.com/4Dv20/4D/20.2/BUILD-APPLICATION.301-6720787.en.html)\n* Automatically downloads latest [4d-class-compiler](https://github.com/miyako/4d-class-compiler) from GitHub\n* Supports all XML keys up to ~~v20~~ 20 R9\n* Converts XML to JSON and vice versa\n* GUI editor\n* `tool4d` launcher\n\n\u003cimg src=\"https://github.com/user-attachments/assets/7f5e84de-71f5-488b-b5bf-e4b0101fa77b\" width=500 height=auto /\u003e\n\n\u003cimg src=\"https://github.com/user-attachments/assets/ccb5b914-db6e-481a-85d5-67d59c814897\" width=450 height=auto /\u003e\n\n\n## Usage\n\n```4d\nvar $buildSettingsFile : 4D.File\n$buildSettingsFile:=File(Build application settings file)\n\nvar $buildApp : cs.BuildApp.BuildApp\n$buildApp:=cs.BuildApp.BuildApp.new($buildSettingsFile)\n\n$buildApp:=cs.BuildApp.BuildApp.new($buildSettingsFile)\n\nIf (Is macOS)\n\t//to find licenses in keychain\n\t$buildApp.findCertificates(\"name == :1 and kind == :2\"; \"@miyako@\"; \"Developer ID Application\")\n\t$BuildApp.SignApplication.MacSignature:=True\n\t$BuildApp.AdHocSign:=False\nEnd if \n\nIf (Is macOS)\n\t$BuildApp.BuildMacDestFolder:=Folder(fk desktop folder).platformPath\nElse \n\t$BuildApp.BuildWinDestFolder:=Folder(fk desktop folder).platformPath\nEnd if \n\n$BuildApp.BuildApplicationName:=File(Structure file; fk platform path).name\n\n//customise key\n$BuildApp.Versioning.Common.CommonVersion:=\"1.0.0\"\n$BuildApp.Versioning.Common.CommonCopyright:=\"©︎K.MIYAKO\"\n$BuildApp.Versioning.Common.CommonCompanyName:=\"com.4d.miyako\"\n\n$buildApp.editor()\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiyako%2Fbuildapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmiyako%2Fbuildapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiyako%2Fbuildapp/lists"}