mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 19:36:04 +08:00
macOS provisioning: Disable bluetooth
Pick-to: 6.2 Pick-to: 6.3 Change-Id: Ia981b4ab37a6ca15a566feb2fdc176253b419193 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
This commit is contained in:
8
coin/provisioning/qtci-macos-10.14-x86_64/81-bluetooth.sh
Executable file
8
coin/provisioning/qtci-macos-10.14-x86_64/81-bluetooth.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -ex
|
||||
|
||||
brew install blueutil
|
||||
|
||||
#Disable Bluetooth
|
||||
blueutil -p 0
|
||||
8
coin/provisioning/qtci-macos-10.15-x86_64/81-bluetooth.sh
Executable file
8
coin/provisioning/qtci-macos-10.15-x86_64/81-bluetooth.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -ex
|
||||
|
||||
brew install blueutil
|
||||
|
||||
#Disable Bluetooth
|
||||
blueutil -p 0
|
||||
8
coin/provisioning/qtci-macos-11.0-arm/81-bluetooth.sh
Executable file
8
coin/provisioning/qtci-macos-11.0-arm/81-bluetooth.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -ex
|
||||
|
||||
brew install blueutil
|
||||
|
||||
#Disable Bluetooth
|
||||
blueutil -p 0
|
||||
8
coin/provisioning/qtci-macos-11.0-x86_64/81-bluetooth.sh
Executable file
8
coin/provisioning/qtci-macos-11.0-x86_64/81-bluetooth.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -ex
|
||||
|
||||
brew install blueutil
|
||||
|
||||
#Disable Bluetooth
|
||||
blueutil -p 0
|
||||
8
coin/provisioning/qtci-macos-12-x86_64/81-bluetooth.sh
Executable file
8
coin/provisioning/qtci-macos-12-x86_64/81-bluetooth.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -ex
|
||||
|
||||
brew install blueutil
|
||||
|
||||
#Disable Bluetooth
|
||||
blueutil -p 0
|
||||
8
coin/provisioning/qtci-macos-12.0-arm/81-bluetooth.sh
Executable file
8
coin/provisioning/qtci-macos-12.0-arm/81-bluetooth.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -ex
|
||||
|
||||
brew install blueutil
|
||||
|
||||
#Disable Bluetooth
|
||||
blueutil -p 0
|
||||
Reference in New Issue
Block a user