aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVille-Pekka Karhu <ville-pekka.karhu@qt.io>2021-12-17 16:14:50 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-01-13 15:07:12 +0000
commit5a8ae6b3e813f659c7e438586f3d0f29371df41d (patch)
tree4a20bdbda22ddd62779619594c3c8e6f67c5ecde
parentdc05a9ead6d45c3c6bd4c58c13021967f0986522 (diff)
macOS provisioning: Disable bluetooth
Change-Id: Ia981b4ab37a6ca15a566feb2fdc176253b419193 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io> (cherry picked from commit 20c580e5db1352bc2abfd84975c6edd9d700349d) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rwxr-xr-xcoin/provisioning/qtci-macos-10.14-x86_64/81-bluetooth.sh8
-rwxr-xr-xcoin/provisioning/qtci-macos-10.15-x86_64/81-bluetooth.sh8
-rwxr-xr-xcoin/provisioning/qtci-macos-11.0-arm/81-bluetooth.sh8
-rwxr-xr-xcoin/provisioning/qtci-macos-11.0-x86_64/81-bluetooth.sh8
-rwxr-xr-xcoin/provisioning/qtci-macos-12-x86_64/81-bluetooth.sh8
-rwxr-xr-xcoin/provisioning/qtci-macos-12.0-arm/81-bluetooth.sh8
6 files changed, 48 insertions, 0 deletions
diff --git a/coin/provisioning/qtci-macos-10.14-x86_64/81-bluetooth.sh b/coin/provisioning/qtci-macos-10.14-x86_64/81-bluetooth.sh
new file mode 100755
index 00000000..e08aca4e
--- /dev/null
+++ b/coin/provisioning/qtci-macos-10.14-x86_64/81-bluetooth.sh
@@ -0,0 +1,8 @@
+#!/usr/bin/env bash
+
+set -ex
+
+brew install blueutil
+
+#Disable Bluetooth
+blueutil -p 0
diff --git a/coin/provisioning/qtci-macos-10.15-x86_64/81-bluetooth.sh b/coin/provisioning/qtci-macos-10.15-x86_64/81-bluetooth.sh
new file mode 100755
index 00000000..e08aca4e
--- /dev/null
+++ b/coin/provisioning/qtci-macos-10.15-x86_64/81-bluetooth.sh
@@ -0,0 +1,8 @@
+#!/usr/bin/env bash
+
+set -ex
+
+brew install blueutil
+
+#Disable Bluetooth
+blueutil -p 0
diff --git a/coin/provisioning/qtci-macos-11.0-arm/81-bluetooth.sh b/coin/provisioning/qtci-macos-11.0-arm/81-bluetooth.sh
new file mode 100755
index 00000000..e08aca4e
--- /dev/null
+++ b/coin/provisioning/qtci-macos-11.0-arm/81-bluetooth.sh
@@ -0,0 +1,8 @@
+#!/usr/bin/env bash
+
+set -ex
+
+brew install blueutil
+
+#Disable Bluetooth
+blueutil -p 0
diff --git a/coin/provisioning/qtci-macos-11.0-x86_64/81-bluetooth.sh b/coin/provisioning/qtci-macos-11.0-x86_64/81-bluetooth.sh
new file mode 100755
index 00000000..e08aca4e
--- /dev/null
+++ b/coin/provisioning/qtci-macos-11.0-x86_64/81-bluetooth.sh
@@ -0,0 +1,8 @@
+#!/usr/bin/env bash
+
+set -ex
+
+brew install blueutil
+
+#Disable Bluetooth
+blueutil -p 0
diff --git a/coin/provisioning/qtci-macos-12-x86_64/81-bluetooth.sh b/coin/provisioning/qtci-macos-12-x86_64/81-bluetooth.sh
new file mode 100755
index 00000000..e08aca4e
--- /dev/null
+++ b/coin/provisioning/qtci-macos-12-x86_64/81-bluetooth.sh
@@ -0,0 +1,8 @@
+#!/usr/bin/env bash
+
+set -ex
+
+brew install blueutil
+
+#Disable Bluetooth
+blueutil -p 0
diff --git a/coin/provisioning/qtci-macos-12.0-arm/81-bluetooth.sh b/coin/provisioning/qtci-macos-12.0-arm/81-bluetooth.sh
new file mode 100755
index 00000000..e08aca4e
--- /dev/null
+++ b/coin/provisioning/qtci-macos-12.0-arm/81-bluetooth.sh
@@ -0,0 +1,8 @@
+#!/usr/bin/env bash
+
+set -ex
+
+brew install blueutil
+
+#Disable Bluetooth
+blueutil -p 0