add BleuIO bluetooth LE beacon for macOS (also works on Linux/Windows)

This commit is contained in:
F. Duncanh
2026-03-04 04:25:12 -05:00
parent b82cb25a27
commit 8602f86175
6 changed files with 536 additions and 22 deletions

View File

@@ -89,6 +89,13 @@ install( FILES Bluetooth_LE_beacon/winrt/uxplay-beacon.py
install( FILES Bluetooth_LE_beacon/winrt/uxplay-beacon.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1 )
endif()
if (APPLE)
install( FILES Bluetooth_LE_beacon/bleuio/uxplay-beacon.py
DESTINATION bin
PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ GROUP_EXECUTE GROUP_READ WORLD_EXECUTE WORLD_READ)
install( FILES Bluetooth_LE_beacon/bleuio/uxplay-beacon.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1 )
endif()
# uninstall target