Skip to content

Commit

Permalink
Here goes nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
sbashford committed Oct 11, 2022
1 parent 825e84b commit 09db21f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions av-speech-in-noise.entitlements
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.security.device.audio-input</key>
<true/>
</dict>
</plist>
1 change: 1 addition & 0 deletions macos/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ function(add_macos_bundle target identifier output_name)
"${AV_SPEECH_IN_NOISE_MACOS_CODE_SIGN_IDENTITY}"
XCODE_ATTRIBUTE_OTHER_CODE_SIGN_FLAGS
"${AV_SPEECH_IN_NOISE_MACOS_OTHER_CODE_SIGN_FLAGS}"
XCODE_ATTRIBUTE_CODE_SIGN_ENTITLEMENTS ${CMAKE_SOURCE_DIR}/av-speech-in-noise.entitlements
XCODE_ATTRIBUTE_CODE_SIGN_INJECT_BASE_ENTITLEMENTS NO
XCODE_ATTRIBUTE_SWIFT_OBJC_BRIDGING_HEADER
${CMAKE_CURRENT_SOURCE_DIR}/objective-c-bridge.h)
Expand Down

0 comments on commit 09db21f

Please sign in to comment.