Merge pull request #1713 from miketimofeev/v-mitim/set_6.12.0_as_default_bundle

[macOS] Set 6_12_0 as default Xamarin bundle
This commit is contained in:
Maxim Lobanov
2020-10-02 09:10:24 +03:00
committed by GitHub
3 changed files with 8 additions and 13 deletions
@@ -12,8 +12,3 @@ brew install sox
echo "set Soundflower (2ch) as input/output device" echo "set Soundflower (2ch) as input/output device"
SwitchAudioSource -s "Soundflower (2ch)" -t input SwitchAudioSource -s "Soundflower (2ch)" -t input
SwitchAudioSource -s "Soundflower (2ch)" -t output SwitchAudioSource -s "Soundflower (2ch)" -t output
echo "grant microphone permission for simulators"
sudo sqlite3 ~/Library/Application\ Support/com.apple.TCC/TCC.db "insert into access values('kTCCServiceMicrophone','com.apple.CoreSimulator.SimulatorTrampoline', 0,1,1,NULL,NULL,NULL,'UNUSED',NULL,NULL,1576347152)"
sudo sqlite3 /Library/Application\ Support/com.apple.TCC/TCC.db "insert into access values('kTCCServiceMicrophone','/usr/local/opt/runner/runprovisioner.sh', 1,1,1,NULL,NULL,NULL,'UNUSED',NULL,NULL,1576661342)"
sudo sqlite3 ~/Library/Application\ Support/com.apple.TCC/TCC.db "insert into access values('kTCCServiceMicrophone','/usr/local/opt/runner/runprovisioner.sh', 1,1,1,NULL,NULL,NULL,'UNUSED',NULL,NULL,1576661342)"
+1 -1
View File
@@ -19,7 +19,7 @@
"android-versions": [ "android-versions": [
"11.0.2.0", "10.3.1.4", "10.2.0.100", "10.1.3.7", "10.0.6.2" "11.0.2.0", "10.3.1.4", "10.2.0.100", "10.1.3.7", "10.0.6.2"
], ],
"bundle-default": "latest", "bundle-default": "6_12_0",
"bundles": [ "bundles": [
{ {
"symlink": "6_12_1", "symlink": "6_12_1",
+1 -1
View File
@@ -19,7 +19,7 @@
"android-versions": [ "android-versions": [
"11.0.2.0" "11.0.2.0"
], ],
"bundle-default": "latest", "bundle-default": "6_12_0",
"bundles": [ "bundles": [
{ {
"symlink": "6_12_1", "symlink": "6_12_1",