Skip to content

Instantly share code, notes, and snippets.

View NTag's full-sized avatar

Basile Bruneau NTag

View GitHub Profile
@revolunet
revolunet / open-webinspector.applescript
Last active August 29, 2015 14:07 — forked from Thinkscape/open-webinspector.applescript
Ouvrir automatiquement Safari web inspector avec cordova run (french version)
#!/usr/bin/osascript
#
# ajouter ce script dans .cordova/hooks/after_run/safari-webinspector.applescript
# le rendre executable avec un chmod +x
#
# lancer l'app avec par exemple : cordova run ios --target="ipad"
#
# Name of the device as visible in Safari->Develop menu