BackgroundMusic/BGMApp/BGMApp.xcodeproj
Kyle Neideck 75e8d5ceac
Request user permission to use input devices and Apple Events.
This is required to build against the macOS 10.14 SDK because 10.14
requires users to grant apps permission before they can use audio input
devices or send Apple Events to other apps.

I think builds built against the 10.13 SDK were supposed to continue
working, but I haven't tested it.

Note that without NSMicrophoneUsageDescription and
NSAppleEventsUsageDescription, 10.14 builds will fail more or less
silently when they try to use those features. (tccd does log a message
about it, though.)

See #163.
2018-10-03 13:28:18 +10:00
..
xcshareddata/xcschemes Request user permission to use input devices and Apple Events. 2018-10-03 13:28:18 +10:00
project.pbxproj Request user permission to use input devices and Apple Events. 2018-10-03 13:28:18 +10:00