Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfbjarne committed Aug 22, 2024
1 parent 1778b97 commit 2dc402e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GameKit/GKGameCenterViewController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public enum GKGameCenterViewControllerInitializationOption {

public partial class GKGameCenterViewController {
/// <summary>Create a new GKGameCenterViewController instance that presents an achievement.</summary>
/// <param name="id">The ID of the achievement to show.</param>
/// <param name="achievementId">The ID of the achievement to show.</param>
#if NET
[SupportedOSPlatform ("ios14.0")]
[SupportedOSPlatform ("maccatalyst14.0")]
Expand Down

0 comments on commit 2dc402e

Please sign in to comment.