First things first !
sudo apt update
sudo apt upgradesudo apt-get install build-essential gitgit clone https://chromium.googlesource.com/chromium/tools/depot_tools.gitsudo nano ~/.bash_profileexport PATH=/path/to/depot_tools:"$PATH" (it's important that depot_tools comes first here)| <?php | |
| $content = file_get_contents("http://wiki.akosma.com/IPhone_URL_Schemes"); | |
| preg_match_all('/(\w+):\/\//', $content, $matches, PREG_SET_ORDER); | |
| $tmpSchemes = []; | |
| foreach ($matches as $match) { | |
| $tmpSchemes[$match[1]] = true; | |
| } | |
| $schemes = []; |