Fix macOS Bluetooth permissions by adding proper entitlements

- Create separate bitchat-macOS.entitlements file with com.apple.security.device.bluetooth
- Update project.yml to use the macOS-specific entitlements for the macOS target
- Regenerate Xcode project with proper entitlements configuration

This fixes the 'Bluetooth unsupported' issue on macOS which was caused by missing
device.bluetooth entitlement required for sandboxed apps
This commit is contained in:
jack
2025-07-10 12:45:00 +02:00
parent 7e78d0fe87
commit c6d74b7574
4 changed files with 26 additions and 27 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ targets:
DEVELOPMENT_TEAM: L3N5LHJD5Y
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS: YES
CODE_SIGN_ENTITLEMENTS: bitchat/bitchat.entitlements
CODE_SIGN_ENTITLEMENTS: bitchat/bitchat-macOS.entitlements
bitchatShareExtension:
type: app-extension