From a865cf9b4f827f76d0edbcf3be116a4bc6c0e02e Mon Sep 17 00:00:00 2001 From: "s.leushunou" Date: Tue, 30 Apr 2024 18:13:24 +0200 Subject: [PATCH] fix build --- Softeq.XToolkit.Permissions.iOS/Permissions/Bluetooth.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Softeq.XToolkit.Permissions.iOS/Permissions/Bluetooth.cs b/Softeq.XToolkit.Permissions.iOS/Permissions/Bluetooth.cs index 1a2d6687..c36e49f8 100644 --- a/Softeq.XToolkit.Permissions.iOS/Permissions/Bluetooth.cs +++ b/Softeq.XToolkit.Permissions.iOS/Permissions/Bluetooth.cs @@ -1,8 +1,6 @@ // Developed by Softeq Development Corporation // http://www.softeq.com -using System; -using System.Collections.Generic; using System.Threading.Tasks; using CoreBluetooth; using BasePlatformPermission = Microsoft.Maui.ApplicationModel.Permissions.BasePlatformPermission; @@ -12,10 +10,6 @@ namespace Softeq.XToolkit.Permissions.iOS.Permissions { public class Bluetooth : BasePlatformPermission { - /// - protected override Func> RequiredInfoPlistKeys => - () => new string[] { "NSBluetoothAlwaysUsageDescription" }; - /// public override Task CheckStatusAsync() {