Skip to content

Commit

Permalink
FRB iOS template now
Browse files Browse the repository at this point in the history
  • Loading branch information
vchelaru committed Apr 6, 2024
1 parent a8f90ae commit 05c349b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
6 changes: 2 additions & 4 deletions FRBDK/Glue/NpcWpfLib/Data/EmptyTemplates.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
using System;
using System.Collections.Generic;
using System.Text;
using static System.Net.WebRequestMethods;

namespace Npc.Data
{
Expand All @@ -12,13 +13,10 @@ static EmptyTemplates()
{
Add("Desktop GL .NET 6 (Windows, Mac, Linux)", "FlatRedBallDesktopGlNet6Template", "FlatRedBallDesktopGlNet6Template.zip", "http://files.flatredball.com/content/FrbXnaTemplates/DailyBuild/ZippedTemplates/FlatRedBallDesktopGlNet6Template.zip", true);
Add("Android .NET (Phone, Tablet, Fire TV)", "FlatRedBallAndroidMonoGameTemplate", "FlatRedBallAndroidMonoGameTemplate.zip", "http://files.flatredball.com/content/FrbXnaTemplates/DailyBuild/ZippedTemplates/FlatRedBallAndroidMonoGameTemplate.zip", true);
Add("iOS .NET (iPhone, iPad, iPod Touch)", "FlatRedBalliOSTemplate", "FlatRedBalliOSTemplate.zip", "http://files.flatredball.com/content/FrbXnaTemplates/DailyBuild/ZippedTemplates/FlatRedBalliOSTemplate.zip", true);
Add("iOS .NET (iPhone, iPad, iPod Touch)", "FlatRedBalliOSMonoGameTemplate", "FlatRedBalliOSMonoGameTemplate.zip", "http://files.flatredball.com/content/FrbXnaTemplates/DailyBuild/ZippedTemplates/FlatRedBalliOSMonoGameTemplate.zip", true);

Add("[Experimental] FNA .NET 7 (Windows, Mac, Linux)", "FlatRedBallDesktopFnaTemplate", "FlatRedBallDesktopFnaTemplate.zip", "http://files.flatredball.com/content/FrbXnaTemplates/DailyBuild/ZippedTemplates/FlatRedBallDesktopFnaTemplate.zip", true);

Add("[deprecated, use .NET] Android Xamarin (Phone, Tablet, Fire TV)", "FlatRedBallAndroidTemplate", "FlatRedBallAndroidTemplate.zip", "http://files.flatredball.com/content/FrbXnaTemplates/DailyBuild/ZippedTemplates/FlatRedBallAndroidTemplate.zip", true);
Add("[deprecated, use .NET] iOS Xamarin (iPhone, iPad, iPod Touch)", "FlatRedBalliOSTemplate", "FlatRedBalliOSTemplate.zip", "http://files.flatredball.com/content/FrbXnaTemplates/DailyBuild/ZippedTemplates/FlatRedBalliOSTemplate.zip" ,true);
Add("[deprecated] Winows UWP (Windows Desktop, Xbox One, Tablet)", "FlatRedBallUwpTemplate", "FlatRedBallUwpTemplate.zip", "http://files.flatredball.com/content/FrbXnaTemplates/DailyBuild/ZippedTemplates/FlatRedBallUwpTemplate.zip" ,true);
Add("[deprecated, use Desktop GL .NET 6] Desktop GL .NET Framework 4.7.1 (Windows, Mac, Linux)", "FlatRedBallDesktopGlTemplate", "FlatRedBallDesktopGL.zip", "http://files.flatredball.com/content/FrbXnaTemplates/DailyBuild/ZippedTemplates/FlatRedBallDesktopGlTemplate.zip", true);
Add("[deprecated, use Desktop GL .NET 6] Desktop XNA (Windows, requires XNA install)", "FlatRedBallXna4Template", "FlatRedBallXna4Template.zip" , "http://files.flatredball.com/content/FrbXnaTemplates/DailyBuild/ZippedTemplates/FlatRedBallXna4Template.zip", true);
Projects.Add(new AddNewLocalProjectOption());
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,22 @@
<Compile Include="Program.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="FlatRedBalliOS" Version="2024.4.6.803" />
<PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.1.303" />
<PackageReference Include="MonoGame.Framework.iOS" Version="3.8.1.303" />
</ItemGroup>
<ItemGroup>
<Folder Include="Libraries\iOS\Debug\" />
</ItemGroup>
<ItemGroup>
<Reference Include="FlatRedBalliOS">
<HintPath>Libraries\iOS\Debug\FlatRedBalliOS.dll</HintPath>
<Reference Include="FlatRedBall.Forms.iOSMonoGame">
<HintPath>Libraries\iOS\Debug\FlatRedBall.Forms.iOSMonoGame.dll</HintPath>
</Reference>
<Reference Include="GumCoreiOS">
<HintPath>Libraries\iOS\Debug\GumCoreiOS.dll</HintPath>
</Reference>
<Reference Include="StateInterpolation.iOSMonoGame">
<HintPath>Libraries\iOS\Debug\StateInterpolation.iOSMonoGame.dll</HintPath>
</Reference>
</ItemGroup>
<Target Name="RestoreDotnetTools" BeforeTargets="Restore">
Expand Down

0 comments on commit 05c349b

Please sign in to comment.