зеркало из https://github.com/DeGsoft/maui-linux.git
35 строки
1.5 KiB
XML
35 строки
1.5 KiB
XML
<?xml version="1.0"?>
|
|
<package >
|
|
<metadata>
|
|
<id>Xamarin.Forms.AppLinks</id>
|
|
<version>$version$</version>
|
|
<authors>Microsoft</authors>
|
|
<owners>microsoft xamarin</owners>
|
|
<tags>xamarin forms applinks xamarinforms xamarin.forms</tags>
|
|
<license type="expression">MIT</license>
|
|
<icon>Assets\xamarin_128x128.png</icon>
|
|
<projectUrl>http://xamarin.com/forms</projectUrl>
|
|
<repository type="git" url="https://github.com/xamarin/xamarin.forms"/>
|
|
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
|
<description>Add support for deep linking and indexing app content using Xamarin.Forms on the Android Platform</description>
|
|
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
|
|
<dependencies>
|
|
<group targetFramework="MonoAndroid10.0">
|
|
<dependency id="Xamarin.Firebase.AppIndexing" version="119.1.0"/>
|
|
<dependency id="Xamarin.AndroidX.Lifecycle.LiveData" version="2.2.0.4"/>
|
|
<dependency id="Xamarin.AndroidX.Legacy.Support.V4" version="1.0.0.6"/>
|
|
</group>
|
|
</dependencies>
|
|
<references>
|
|
<group targetFramework="MonoAndroid10.0">
|
|
<reference file="Xamarin.Forms.Platform.Android.AppLinks.dll" />
|
|
</group>
|
|
</references>
|
|
</metadata>
|
|
<files>
|
|
<!--Icon-->
|
|
<file src="..\Assets\xamarin_128x128.png" target="Assets\" />
|
|
<file src="..\Xamarin.Forms.Platform.Android.AppLinks\bin\$Configuration$\MonoAndroid10.0\Xamarin.Forms.Platform.Android.AppLinks.dll" target="lib\MonoAndroid10.0" />
|
|
</files>
|
|
</package>
|