Skip to content

Commit 23f2828

Browse files
committed
- revise readme file
1 parent 5b8759f commit 23f2828

File tree

3 files changed

+29
-13
lines changed

3 files changed

+29
-13
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,16 @@ NOTE: A handy command to generate a new example
161161
dotnet cake -- --name SymbolClustering --index 58 --group Annotations --title "Add Cluster Symbol Annotations" --subtitle "Show fire hydrants in Washington DC area in a cluster using a symbol layer."
162162
````
163163
164+
# Known issues
165+
- The library is not yet able to build to run on iOS real device. [Issue](https://github.com/xamarin/xamarin-macios/issues/8917)
166+
167+
# Maintainer
168+
This project is maintained by [tuyen-vuduc](https://github.com/tuyen-vuduc) in his spare time and/or when requested.<br>
169+
170+
If you find this project is helpful and benefit your work/business, please give it a star, become a sponsor of the project and/or buy him a coffee.
171+
172+
[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/tuyen.vuduc)
173+
164174
# LICENSE
165175
This library is release under The BSD 3-Clause License. You are freely to use and make changes.
166176
However, this license doesn't override [the license from Mapbox](https://www.mapbox.com/legal/tos).

assets/tv-ico.png

27.4 KB
Loading

src/libs/Mapbox.Maui/Mapbox.Maui.csproj

+19-13
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,26 @@
4040
<Compile Include="**\**\*.iOS.cs" />
4141
</ItemGroup>
4242

43+
<PropertyGroup>
44+
<PackageId>Mapbox.Maui</PackageId>
45+
<Title>Mapbox SDK for .NET MAUI</Title>
46+
<Summary>MAUI control and APIS for Mapbox</Summary>
47+
<Description>MAUI control and APIS for Mapbox</Description>
48+
<Authors>tuyen,tuyen-vuduc</Authors>
49+
<Owners>tuyen,tuyen-vuduc</Owners>
50+
<Copyright>© tuyen-vuduc. All rights reserved.</Copyright>
51+
<PackageProjectUrl>https://github.com/tuyen-vuduc/mapbox-maui</PackageProjectUrl>
52+
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
53+
<PackageVersion>10.11.1</PackageVersion>
54+
<PackageReadmeFile>README.md</PackageReadmeFile>
55+
<PackageLicenseFile>LICENSE</PackageLicenseFile>
56+
<PackageIconFile>tv-ico.png</PackageIconFile>
57+
</PropertyGroup>
4358
<ItemGroup>
59+
<None Include="../../../assets/tv-ico.png" Pack="True" PackagePath="" />
60+
<None Include="../../../LICENSE" Pack="True" PackagePath="" />
61+
<None Include="../../../README.md" Pack="True" PackagePath="" />
62+
4463
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="7.0.0" />
4564
<PackageReference Include="Xamarin.Build.Download" Version="0.11.4" />
4665
<PackageReference Include="GeoJSON.Text" Version="1.0.2" />
@@ -58,19 +77,6 @@
5877
<PackageReference Include="MapboxMapsObjC.iOS" Version="10.11.1" />
5978
<PackageReference Include="MapboxMobileEvents.iOS" Version="1.0.10" />
6079
</ItemGroup>
61-
<ItemGroup>
62-
<None Remove="Models\Styles\" />
63-
<None Remove="Models\Styles\Sources\" />
64-
<None Remove="Models\Expressions\" />
65-
<None Remove="Models\Styles\Layers\" />
66-
<None Remove="Models\Annotations\" />
67-
<None Remove="Platforms\iOS\Annotations\" />
68-
<None Remove="Platforms\Android\Annotations\" />
69-
<None Remove="Models\Offline\" />
70-
<None Remove="Platforms\iOS\Offline\" />
71-
<None Remove="Platforms\Android\Offline\" />
72-
<None Remove="Models\Query\" />
73-
</ItemGroup>
7480
<ItemGroup>
7581
<Folder Include="Models\Styles\" />
7682
<Folder Include="Models\Styles\Sources\" />

0 commit comments

Comments
 (0)