Skip to content

Instantly share code, notes, and snippets.

View jspargo's full-sized avatar
🎢
Building...

Jack Spargo jspargo

🎢
Building...
View GitHub Profile
@jspargo
jspargo / UIWebViewFrameworkHunter.sh
Created April 25, 2020 17:03
UIWebView Framework Hunter - Search a directory or repository for frameworks that use UIWebViews, which are deprecated
#!/usr/bin/env bash
set -o pipefail
export LANG=en_US.UTF-8
export location=${PWD}
GREEN='\033[0;32m'
RED='\033[0;31m'
NC='\033[0m' # No Color