tomkidd / Quake2-iOS

Quake II for iOS and tvOS for Apple TV
https://schnapple.com/quake-2-for-ios-and-tvos-for-apple-tv/
64 stars 9 forks source link

Fix tvOS Bluetooth warning crash #4

Closed dnicolson closed 4 years ago

dnicolson commented 4 years ago

This pull request fixes a crash on tvOS because of a missing NSBluetoothAlwaysUsageDescription key in the tvOS info Info.plist. The key from the iOS Info.plist file has been copied.

This app has crashed because it attempted to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSBluetoothAlwaysUsageDescription key with a string value explaining to the user how the app uses this data.