diff --git a/IfpaMaui.csproj b/IfpaMaui.csproj
index 3ec6059..5a8affd 100644
--- a/IfpaMaui.csproj
+++ b/IfpaMaui.csproj
@@ -46,18 +46,6 @@
false
-
- 3.0.0-alpha-0496
-
-
-
- None
-
-
-
- SdkOnly
-
-
diff --git a/Platforms/iOS/Info.plist b/Platforms/iOS/Info.plist
index ccb93f7..f1e41ba 100644
--- a/Platforms/iOS/Info.plist
+++ b/Platforms/iOS/Info.plist
@@ -34,6 +34,8 @@
This app will allow you to add an IFPA sanctioned tournament from the app to your local device's calendar
NSCalendarsUsageDescription
This app will allow you to add an IFPA sanctioned tournament from the app to your local device's calendar
+ NSBluetoothAlwaysUsageDescription
+ Bluetooth is not used in this app, although this app does include references to libraries which have bluetooth SDKs
BGTaskSchedulerPermittedIdentifiers
com.shiny.job
diff --git a/Views/RulesPage.xaml.cs b/Views/RulesPage.xaml.cs
index fcc6cc2..55c23a7 100644
--- a/Views/RulesPage.xaml.cs
+++ b/Views/RulesPage.xaml.cs
@@ -9,7 +9,7 @@ namespace Ifpa.Views
[XamlCompilation(XamlCompilationOptions.Compile)]
public partial class RulesPage : ContentPage
{
- private const string rulesPdfPath = "https://www.ifpapinball.com/wp/wp-content/uploads/2023/09/PAPA_IFPA-Complete-Competition-Rules-2023.09.pdf";
+ private const string rulesPdfPath = "https://www.ifpapinball.com/wp/wp-content/uploads/2024/02/PAPA_IFPA-Complete-Competition-Rules-2024.02.pdf";
public RulesPage()
{