{"id":19431464,"url":"https://github.com/devhau/dotnet-bundle-mac","last_synced_at":"2026-06-12T06:02:55.355Z","repository":{"id":206615285,"uuid":"717305447","full_name":"devhau/dotnet-bundle-mac","owner":"devhau","description":null,"archived":false,"fork":false,"pushed_at":"2023-11-11T07:21:50.000Z","size":63,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-25T06:15:18.488Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","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/devhau.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":"2023-11-11T04:08:23.000Z","updated_at":"2023-11-11T04:08:49.000Z","dependencies_parsed_at":"2023-11-11T05:22:01.053Z","dependency_job_id":"983fc237-5dd9-4cee-9010-cb73d997008a","html_url":"https://github.com/devhau/dotnet-bundle-mac","commit_stats":null,"previous_names":["devhau/dotnet-bundle-mac"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devhau/dotnet-bundle-mac","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devhau%2Fdotnet-bundle-mac","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devhau%2Fdotnet-bundle-mac/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devhau%2Fdotnet-bundle-mac/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devhau%2Fdotnet-bundle-mac/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devhau","download_url":"https://codeload.github.com/devhau/dotnet-bundle-mac/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devhau%2Fdotnet-bundle-mac/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34231212,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"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-11-10T14:29:47.753Z","updated_at":"2026-06-12T06:02:55.333Z","avatar_url":"https://github.com/devhau.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotnet-bundle-mac\n\nCommand-line interface tools for bundling .NET Core projects into MacOS applications (.app)\n\n### Installation\n\nInstall MSBuild task via NuGet package: `MacBundle.DotNet`\n\n[![NuGet](https://img.shields.io/nuget/v/MacBundle.DotNet.svg)](https://www.nuget.org/packages/MacBundle.DotNet/)\n\n```\n\u003cPackageReference Include=\"MacBundle.DotNet\" Version=\"*\" /\u003e\n```\n\n### Development\n* `cd TestBundle`\n* run `dotnet msbuild -t:BundleAppMac -p:RuntimeIdentifier=osx-x64`\n* verify `Build/Debug/net5.0/osx-x64/publish` contents\n\n### Using the tool\n\n```\ndotnet msbuild -t:BundleAppMac -p:RuntimeIdentifier=osx-x64 [-p: ...]\n```\n\n### Properties\n\nDefine properties to override default bundle values\n\n```\n\u003cPropertyGroup\u003e\n    \u003cCFBundleName\u003eAppName\u003c/CFBundleName\u003e \u003c!-- Also defines .app file name --\u003e\n    \u003cCFBundleDisplayName\u003eApp Name\u003c/CFBundleDisplayName\u003e\n    \u003cCFBundleIdentifier\u003ecom.example\u003c/CFBundleIdentifier\u003e\n    \u003cCFBundleVersion\u003e1.0.0\u003c/CFBundleVersion\u003e\n    \u003cCFBundlePackageType\u003eAPPL\u003c/CFBundlePackageType\u003e\n    \u003cCFBundleSignature\u003e????\u003c/CFBundleSignature\u003e\n    \u003cCFBundleExecutable\u003eAppName\u003c/CFBundleExecutable\u003e\n    \u003cCFBundleIconFile\u003eAppName.icns\u003c/CFBundleIconFile\u003e \u003c!-- Will be copied from output directory --\u003e\n    \u003cNSPrincipalClass\u003eNSApplication\u003c/NSPrincipalClass\u003e\n    \u003cNSHighResolutionCapable\u003etrue\u003c/NSHighResolutionCapable\u003e\n\n    \u003c!-- Optional --\u003e\n    \u003cNSRequiresAquaSystemAppearance\u003etrue\u003c/NSRequiresAquaSystemAppearance\u003e\n\u003c/PropertyGroup\u003e\n\n\u003cItemGroup\u003e\n    \u003c!-- Optional URLTypes.Check TestBundle.csproj for a working example. --\u003e\n    \u003cCFBundleURLTypes Include=\"dummy\"\u003e \u003c!-- The name of this file is irrelevant, it's a MSBuild requirement.--\u003e\n        \u003cCFBundleURLName\u003eTestApp URL\u003c/CFBundleURLName\u003e\n        \u003cCFBundleURLSchemes\u003etestappurl;testappurl://\u003c/CFBundleURLSchemes\u003e \u003c!-- Note the \";\" separator--\u003e\n    \u003c/CFBundleURLTypes\u003e\n    \u003cCFBundleURLTypes Include=\"dummy\"\u003e\n        \u003cCFBundleURLName\u003eTestApp URL2\u003c/CFBundleURLName\u003e\n        \u003cCFBundleURLSchemes\u003etest://\u003c/CFBundleURLSchemes\u003e\n    \u003c/CFBundleURLTypes\u003e\n\u003c/ItemGroup\u003e\n```\n\nMore info: https://developer.apple.com/library/archive/documentation/CoreFoundation/Conceptual/CFBundles/BundleTypes/BundleTypes.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevhau%2Fdotnet-bundle-mac","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevhau%2Fdotnet-bundle-mac","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevhau%2Fdotnet-bundle-mac/lists"}