Skip to content

Commit 315ac08

Browse files
committed
macOS: add missing plist info, fixes microphone permissions
1 parent da087ee commit 315ac08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ include_directories(
194194
)
195195

196196
if(APPLE)
197+
set_target_properties(${PROJECT_NAME} PROPERTIES MACOSX_BUNDLE_INFO_PLIST "${CMAKE_SOURCE_DIR}/Info.plist")
197198
target_link_libraries(${PROJECT_NAME}
198199
PUBLIC
199200
${COREFOUNDATION}

0 commit comments

Comments
 (0)