We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa74c81 commit 744a0baCopy full SHA for 744a0ba
.travis.yml
@@ -43,10 +43,16 @@ matrix:
43
- sudo python get-pip.py
44
- pip install six
45
- brew update
46
+ - brew update
47
+ - brew uninstall --ignore-dependencies libimobiledevice
48
+ - brew uninstall --ignore-dependencies usbmuxd
49
+ - brew install --HEAD usbmuxd
50
+ - brew unlink usbmuxd
51
+ - brew link usbmuxd
52
- brew install --HEAD libimobiledevice
53
- brew install ideviceinstaller
54
- brew install ios-deploy
- - git clone https://github.com/flutter/flutter.git -b alpha --depth 1
55
+ - git clone https://github.com/flutter/flutter.git -b stable --depth 1
56
script:
57
- ./flutter/bin/flutter -v build ios -t lib/main_prod.dart --no-codesign
58
0 commit comments