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
| #!/bin/zsh | |
| set -euo pipefail | |
| if ! command -v hidutil >/dev/null 2>&1; then | |
| echo "hidutil not found" | |
| exit 1 | |
| fi | |
| if ! command -v /usr/bin/python3 >/dev/null 2>&1; then | |
| echo "python3 not found at /usr/bin/python3" |
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
| /** @license React v16.7.0-alpha.0 | |
| * react-dom.production.min.js | |
| * | |
| * Copyright (c) Facebook, Inc. and its affiliates. | |
| * | |
| * This source code is licensed under the MIT license found in the | |
| * LICENSE file in the root directory of this source tree. | |
| */ | |
| /* | |
| Modernizr 3.0.0pre (Custom Build) | MIT |
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
| /** @license React v16.7.0-alpha.0 | |
| * react.production.min.js | |
| * | |
| * Copyright (c) Facebook, Inc. and its affiliates. | |
| * | |
| * This source code is licensed under the MIT license found in the | |
| * LICENSE file in the root directory of this source tree. | |
| */ | |
| 'use strict';(function(O,q){"object"===typeof exports&&"undefined"!==typeof module?module.exports=q():"function"===typeof define&&define.amd?define(q):O.React=q()})(this,function(){function O(a,b,d,f,n,c,e,h){if(!a){a=void 0;if(void 0===b)a=Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var g=[d,f,n,c,e,h],ua=0;a=Error(b.replace(/%s/g,function(){return g[ua++]}));a.name="Invariant Violation"}a.framesToPop= | |
| 1;throw a;}}function q(a){for(var b=arguments.length-1,d="https://reactjs.org/docs/error-decoder.html?invariant="+a,f=0;f<b;f++)d+="&args[]="+encodeURIComponent(arguments[f+1]);O(!1,"Minified React error #"+a+"; visit %s for the full message or use the non-minified dev e |