mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 19:36:04 +08:00
macOS provisioning: Disable bluetooth
Change-Id: Ia981b4ab37a6ca15a566feb2fdc176253b419193
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
(cherry picked from commit 20c580e5db)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
committed by
Qt Cherry-pick Bot
parent
dc05a9ead6
commit
5a8ae6b3e8
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