This file contains 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
1.2.840.113635.100.6.1 Leaf Certificate | |
1.2.840.113635.100.6.1.2 iOS Development | |
1.2.840.113635.100.6.1.3 iOS App Store Application | |
1.2.840.113635.100.6.1.4 iOS Distribution | |
1.2.840.113635.100.6.1.6 iOS App Store VPN Application | |
1.2.840.113635.100.6.1.7 3rd Party Mac Developer Application | |
1.2.840.113635.100.6.1.8 3rd Party Mac Developer Installer | |
1.2.840.113635.100.6.1.9 Mac App Store Application | |
1.2.840.113635.100.6.1.10 Mac App Store Installer | |
1.2.840.113635.100.6.1.11 Mac App Store Receipt |
This file contains 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 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; |
This file contains 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
class Python < Formula | |
desc "Interpreted, interactive, object-oriented programming language" | |
homepage "https://www.python.org/" | |
url "https://www.python.org/ftp/python/3.8.6/Python-3.8.6.tar.xz" | |
sha256 "a9e0b79d27aa056eb9cce8d63a427b5f9bab1465dee3f942dcfdb25a82f4ab8a" | |
head "https://github.com/python/cpython.git" | |
license "Python-2.0" | |
revision 1 | |
bottle do |