OutSystems / CefGlue

.NET binding for The Chromium Embedded Framework (CEF)
MIT License
280 stars 41 forks source link

Documentation for the extra .targets #52

Closed lostmsu closed 2 years ago

lostmsu commented 2 years ago

Do I need any kind of special setup for extra properties defined in samples like

<CFBundleName>Xilium.CefGlue.Demo.Avalonia</CFBundleName> <!-- Also defines .app file name -->
<CFBundleDisplayName>CefGlueDemoAvalonia</CFBundleDisplayName>

They seem to be used by custom .targets. Do I need to set them using NuGet? What are their effects?

joaompneves commented 2 years ago

Those are properties used by dotnet-bundle to produce a macOS app.