Remove brew dependencies (#172)

This commit is contained in:
Jenn Magder
2020-06-16 18:05:24 -07:00
committed by GitHub
parent f22a1323c0
commit f5f574e39d

View File

@ -44,10 +44,6 @@ task:
BUILD_SHARDING: "--shardIndex 0 --shardCount 2" BUILD_SHARDING: "--shardIndex 0 --shardCount 2"
BUILD_SHARDING: "--shardIndex 1 --shardCount 2" BUILD_SHARDING: "--shardIndex 1 --shardCount 2"
setup_script: setup_script:
- brew update
- brew install libimobiledevice
- brew install ideviceinstaller
- brew install ios-deploy
- pod repo update - pod repo update
- git clone https://github.com/flutter/flutter.git - git clone https://github.com/flutter/flutter.git
- git fetch origin master - git fetch origin master