Skip to content

Commit

Permalink
Merge pull request #550 from Softeq/fix-ios-ph1
Browse files Browse the repository at this point in the history
fix build
  • Loading branch information
sleushunou authored Apr 30, 2024
2 parents db8abd2 + a865cf9 commit 24bc137
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Softeq.XToolkit.Permissions.iOS/Permissions/Bluetooth.cs
Original file line number Diff line number Diff line change
@@ -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;
Expand All @@ -12,10 +10,6 @@ namespace Softeq.XToolkit.Permissions.iOS.Permissions
{
public class Bluetooth : BasePlatformPermission
{
/// <inheritdoc />
protected override Func<IEnumerable<string>> RequiredInfoPlistKeys =>
() => new string[] { "NSBluetoothAlwaysUsageDescription" };

/// <inheritdoc />
public override Task<EssentialsPermissionStatus> CheckStatusAsync()
{
Expand Down

0 comments on commit 24bc137

Please sign in to comment.