mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-11-02 00:16:07 +00:00
Popup
This commit is contained in:
parent
a4933c52ba
commit
c34ce571ea
13 changed files with 323 additions and 0 deletions
|
|
@ -111,6 +111,9 @@
|
|||
<Reference Include="Xamarin.iOS" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Rg.Plugins.Popup">
|
||||
<Version>1.1.4.168</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="SkiaSharp.Svg">
|
||||
<Version>1.60.0</Version>
|
||||
</PackageReference>
|
||||
|
|
|
|||
|
|
@ -22,6 +22,8 @@ namespace AideDeJeu.iOS
|
|||
//
|
||||
public override bool FinishedLaunching(UIApplication app, NSDictionary options)
|
||||
{
|
||||
Rg.Plugins.Popup.Popup.Init();
|
||||
|
||||
global::Xamarin.Forms.Forms.Init();
|
||||
LoadApplication(new App());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue