First things first !
sudo apt update
sudo apt upgrade
sudo apt-get install build-essential git
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
sudo nano ~/.bash_profile
export 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 = []; |