Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/devhau/dotnet-bundle-mac


https://github.com/devhau/dotnet-bundle-mac

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# dotnet-bundle-mac

Command-line interface tools for bundling .NET Core projects into MacOS applications (.app)

### Installation

Install MSBuild task via NuGet package: `MacBundle.DotNet`

[![NuGet](https://img.shields.io/nuget/v/MacBundle.DotNet.svg)](https://www.nuget.org/packages/MacBundle.DotNet/)

```

```

### Development
* `cd TestBundle`
* run `dotnet msbuild -t:BundleAppMac -p:RuntimeIdentifier=osx-x64`
* verify `Build/Debug/net5.0/osx-x64/publish` contents

### Using the tool

```
dotnet msbuild -t:BundleAppMac -p:RuntimeIdentifier=osx-x64 [-p: ...]
```

### Properties

Define properties to override default bundle values

```

AppName
App Name
com.example
1.0.0
APPL
????
AppName
AppName.icns
NSApplication
true


true



TestApp URL
testappurl;testappurl://


TestApp URL2
test://

```

More info: https://developer.apple.com/library/archive/documentation/CoreFoundation/Conceptual/CFBundles/BundleTypes/BundleTypes.html