From 8524b94f1945d487ddf1d77ea5026b136754f07e Mon Sep 17 00:00:00 2001 From: Foti Dim Date: Thu, 5 Dec 2024 10:42:23 +0100 Subject: [PATCH] Change permission description on Apple --- example/ios/Runner/Info.plist | 4 ++-- example/macos/Runner/Info.plist | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/example/ios/Runner/Info.plist b/example/ios/Runner/Info.plist index 26ca5df..3087325 100644 --- a/example/ios/Runner/Info.plist +++ b/example/ios/Runner/Info.plist @@ -46,8 +46,8 @@ UIApplicationSupportsIndirectInputEvents NSBluetoothAlwaysUsageDescription - example + Discover Bluetooth devices NSBluetoothPeripheralUsageDescription - example + Discover Bluetooth devices diff --git a/example/macos/Runner/Info.plist b/example/macos/Runner/Info.plist index a902218..d24dbb7 100644 --- a/example/macos/Runner/Info.plist +++ b/example/macos/Runner/Info.plist @@ -29,8 +29,8 @@ NSPrincipalClass NSApplication NSBluetoothAlwaysUsageDescription - example + Discover Bluetooth devices NSBluetoothPeripheralUsageDescription - example + Discover Bluetooth devices