Maurice McCabe
Maurice McCabe
Here's an example where there are some changes for flavors on iOS coming down the pipe. It would be useful to have a sample app to test against changes like...
Sylph has no dependency on appium even though it might appear to (it's hitching a ride on in an appium bundle. Other than that it does not use appium. Device...
Do you plan to opensource and allow others to build their own device farm? Offering a device farm service can be tricky. For example, in the end the economics could...
If in a CI/CD environment can perhaps auto-retry. Other than that the only options AFAIK are to wait for device to become available or change to a less popular device.
@tim-fdc Sure, would love to see a PR on this. Thnx.
Are you asking about support for private dart repository?
Are you using a private git repository in your pubspec.yaml? Please confirm how you are using ssh. If understanding correctly, it should be a matter of duplicating your ssh config...
Uploading to the VM has to be done by Sylph. This requires adding support for passing the path to the ssh key to config file, adding the ssh key file...
Yep, if you get it working, send a PR. Not a great fit for Sylph since appears not much call for this feature. But if PR works, may be good...
Cool! BTW: Sylph is using dummy ssh keys to get to a private fastlane match git server when building iOS debug ipa in CI (travis). Haven't looked at it in...