mirror of
https://github.com/kyleneideck/BackgroundMusic
synced 2025-02-16 20:28:26 +00:00
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.
36 lines
581 B
Text
36 lines
581 B
Text
.DS_Store
|
|
.*.swp
|
|
/BGMDriver/BGMDriver/quick_install.conf
|
|
/build_and_install.log
|
|
.idea/
|
|
tags
|
|
cmake-build-debug/
|
|
/Background-Music-*/
|
|
BGM.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
|
|
|
|
# Everything below is from https://github.com/github/gitignore/blob/master/Objective-C.gitignore
|
|
|
|
## Build generated
|
|
build/
|
|
DerivedData
|
|
|
|
## Various settings
|
|
*.pbxuser
|
|
!default.pbxuser
|
|
*.mode1v3
|
|
!default.mode1v3
|
|
*.mode2v3
|
|
!default.mode2v3
|
|
*.perspectivev3
|
|
!default.perspectivev3
|
|
xcuserdata
|
|
|
|
## Other
|
|
*.xccheckout
|
|
*.moved-aside
|
|
*.xcuserstate
|
|
*.xcscmblueprint
|
|
|
|
## Obj-C/Swift specific
|
|
*.hmap
|
|
*.ipa
|