30 lines
1.0 KiB
XML
30 lines
1.0 KiB
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<package>
|
|
<metadata>
|
|
<id>$id$</id>
|
|
<title>$title$</title>
|
|
<version>$version$</version>
|
|
<authors>Lluis Sanchez</authors>
|
|
<summary>$description$</summary>
|
|
<description>
|
|
Xwt is a cross-platform UI toolkit for creating desktop applications with .NET and Mono.
|
|
|
|
This package contains the Xamarin.Mac based Mac/Cocoa toolkit backend for Xwt applications targeting OS X.
|
|
|
|
Xwt.XamMac requires Xamarin.Mac to be installed.
|
|
</description>
|
|
<releaseNotes></releaseNotes>
|
|
<licenseUrl>https://raw.githubusercontent.com/mono/xwt/main/LICENSE.txt</licenseUrl>
|
|
<projectUrl>https://github.com/mono/xwt/</projectUrl>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<copyright>$copyright$</copyright>
|
|
<tags>xwt cross platform gui ui toolkit framework desktop mac osx monomac cocoa</tags>
|
|
<dependencies>
|
|
<dependency id="Xwt" version="[$version$]"/>
|
|
</dependencies>
|
|
</metadata>
|
|
<files>
|
|
<file src="..\LICENSE.txt" />
|
|
<file src="..\README.markdown" />
|
|
</files>
|
|
</package> |