This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "iOS": { | |
| "iOS release": "01c1d682-6e8f-4908-b724-5501fe3f5e5c", | |
| "iOS alternate": "c724cb61-e974-42d3-a911-ffd4dce11eda", | |
| "iOS generic": "0c88076f-c292-4dad-95e7-304db9d29d34", | |
| "iOS 11 developer beta": "b7580fda-59d3-43ae-9488-a81b825e3c73", | |
| "iOS 11 AppleSeed beta": "f23050eb-bdfa-4b23-9eca-453e3b1a247c", | |
| "iOS 11 public beta": "5839f7cf-9610-483a-980f-6c4266a22f17", | |
| "iOS 12 developer beta": "ef473147-b8e7-4004-988e-0ae20e2532ef", | |
| "iOS 12 public beta": "94bf0742-38e6-4379-adf9-ec9995dde586", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env zsh | |
| set -e; | |
| set +m; # Job control would've been nice, but manual round robin it is, sigh. | |
| if [ -z "${ZSH_VERSION+x}" ]; then | |
| echo 'Try again with zsh.'; | |
| exit 1; | |
| fi; |