From 28fc038f6b34ab7d495aa8c1d98ddde4b4b0004c Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Sat, 8 Aug 2026 04:00:44 +0300 Subject: [PATCH] Add required privacy keys for Engineering Mode package Add NSAppleMusicUsageDescription, NSMotionUsageDescription, and NSBluetoothAlwaysUsageDescription to Info.plist to satisfy Xcode Cloud build validation requirements. --- Sources/EngineeringMode/Info.plist | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Sources/EngineeringMode/Info.plist diff --git a/Sources/EngineeringMode/Info.plist b/Sources/EngineeringMode/Info.plist new file mode 100644 index 0000000..dddc43c --- /dev/null +++ b/Sources/EngineeringMode/Info.plist @@ -0,0 +1,12 @@ + + + + + NSAppleMusicUsageDescription + Engineering Mode requires access to your media library. + NSMotionUsageDescription + Engineering Mode requires access to motion and fitness data. + NSBluetoothAlwaysUsageDescription + Engineering Mode requires access to Bluetooth. + +