diff --git a/FRBDK/Glue/NpcWpfLib/Data/EmptyTemplates.cs b/FRBDK/Glue/NpcWpfLib/Data/EmptyTemplates.cs
index 47e98d3b6..42dd6be2e 100644
--- a/FRBDK/Glue/NpcWpfLib/Data/EmptyTemplates.cs
+++ b/FRBDK/Glue/NpcWpfLib/Data/EmptyTemplates.cs
@@ -1,6 +1,7 @@
using System;
using System.Collections.Generic;
using System.Text;
+using static System.Net.WebRequestMethods;
namespace Npc.Data
{
@@ -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());
diff --git a/Templates/FlatRedBalliOSMonoGameTemplate/FlatRedBalliOSMonoGameTemplate/FlatRedBalliOSMonoGameTemplate.csproj b/Templates/FlatRedBalliOSMonoGameTemplate/FlatRedBalliOSMonoGameTemplate/FlatRedBalliOSMonoGameTemplate.csproj
index 630f637ca..d35aada9e 100644
--- a/Templates/FlatRedBalliOSMonoGameTemplate/FlatRedBalliOSMonoGameTemplate/FlatRedBalliOSMonoGameTemplate.csproj
+++ b/Templates/FlatRedBalliOSMonoGameTemplate/FlatRedBalliOSMonoGameTemplate/FlatRedBalliOSMonoGameTemplate.csproj
@@ -24,6 +24,7 @@
+
@@ -31,8 +32,14 @@
-
- Libraries\iOS\Debug\FlatRedBalliOS.dll
+
+ Libraries\iOS\Debug\FlatRedBall.Forms.iOSMonoGame.dll
+
+
+ Libraries\iOS\Debug\GumCoreiOS.dll
+
+
+ Libraries\iOS\Debug\StateInterpolation.iOSMonoGame.dll