From bad4b811312818650886cd1c86c0a441c4bfc013 Mon Sep 17 00:00:00 2001 From: Paul Colby Date: Sun, 13 Oct 2024 18:48:25 +1100 Subject: [PATCH] Try terminal --- .github/workflows/build.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0c194c0aa..a120dd3b4 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -226,18 +226,18 @@ jobs: run: > sudo sqlite3 "$HOME/Library/Application Support/com.apple.TCC/TCC.db" "INSERT or REPLACE INTO access ( service, client, client_type, auth_value, auth_reason, auth_version, flags ) VALUES - ( 'kTCCServiceBluetoothAlways', '/bin/bash', 1, 2, 3, 1, 0 ), - ( 'kTCCServiceBluetoothPeripheral', '/bin/bash', 1, 2, 3, 1, 0 ), - ( 'kTCCServiceBluetoothWhileInUse', '/bin/bash', 1, 2, 3, 1, 0 )" + ( 'kTCCServiceBluetoothAlways', 'com.apple.Terminal', 0, 2, 3, 1, 0 ), + ( 'kTCCServiceBluetoothPeripheral', 'com.apple.Terminal', 0, 2, 3, 1, 0 ), + ( 'kTCCServiceBluetoothWhileInUse', 'com.apple.Terminal', 0, 2, 3, 1, 0 )" +# ( 'kTCCServiceBluetoothAlways', '/bin/bash', 1, 2, 3, 1, 0 ), +# ( 'kTCCServiceBluetoothPeripheral', '/bin/bash', 1, 2, 3, 1, 0 ), +# ( 'kTCCServiceBluetoothWhileInUse', '/bin/bash', 1, 2, 3, 1, 0 )" # ( 'kTCCServiceBluetoothAlways', '/usr/local/opt/runner/runprovisioner.sh', 1, 2, 3, 1, 0 ), # ( 'kTCCServiceBluetoothPeripheral', '/usr/local/opt/runner/runprovisioner.sh', 1, 2, 3, 1, 0 ), # ( 'kTCCServiceBluetoothWhileInUse', '/usr/local/opt/runner/runprovisioner.sh', 1, 2, 3, 1, 0 ), # ( 'kTCCServiceBluetoothAlways', '/usr/local/opt/runner/provisioner/provisioner', 1, 2, 3, 1, 0 ), # ( 'kTCCServiceBluetoothPeripheral', '/usr/local/opt/runner/provisioner/provisioner', 1, 2, 3, 1, 0 ), # ( 'kTCCServiceBluetoothWhileInUse', '/usr/local/opt/runner/provisioner/provisioner', 1, 2, 3, 1, 0 )" -# ( 'kTCCServiceBluetoothAlways', 'com.apple.Terminal', 0, 2, 3, 1, 0 ), -# ( 'kTCCServiceBluetoothPeripheral', 'com.apple.Terminal', 0, 2, 3, 1, 0 ), -# ( 'kTCCServiceBluetoothWhileInUse', 'com.apple.Terminal', 0, 2, 3, 1, 0 ), - run: sqlite3 "$HOME/Library/Application Support/com.apple.TCC/TCC.db" 'select * from access' - uses: actions/checkout@v4 - name: Install lcov