Skip to content

Commit

Permalink
Merge pull request #127 from edgiardina/misc-updates
Browse files Browse the repository at this point in the history
Rules changes, etc
  • Loading branch information
edgiardina authored Mar 3, 2024
2 parents 9eea9ef + 73451a2 commit a57a55b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
12 changes: 0 additions & 12 deletions IfpaMaui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,6 @@
<CodeAnalysisTreatWarningsAsErrors>false</CodeAnalysisTreatWarningsAsErrors>
</PropertyGroup>

<PropertyGroup>
<ShinyVersion>3.0.0-alpha-0496</ShinyVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net7.0-ios|AnyCPU'">
<MtouchLink>None</MtouchLink>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net7.0-ios|AnyCPU'">
<MtouchLink>SdkOnly</MtouchLink>
</PropertyGroup>

<ItemGroup>
<!-- App Icon -->
<MauiIcon Include="Resources\AppIcon\appicon.svg" Color="#062C53" />
Expand Down
2 changes: 2 additions & 0 deletions Platforms/iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
<string>This app will allow you to add an IFPA sanctioned tournament from the app to your local device&apos;s calendar</string>
<key>NSCalendarsUsageDescription</key>
<string>This app will allow you to add an IFPA sanctioned tournament from the app to your local device&apos;s calendar</string>
<key>NSBluetoothAlwaysUsageDescription</key>
<string>Bluetooth is not used in this app, although this app does include references to libraries which have bluetooth SDKs</string>
<key>BGTaskSchedulerPermittedIdentifiers</key>
<array>
<string>com.shiny.job</string>
Expand Down
2 changes: 1 addition & 1 deletion Views/RulesPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
{
Expand Down

0 comments on commit a57a55b

Please sign in to comment.