Created
September 14, 2020 08:51
-
-
Save manmal/3b1471f48604d3bed08a6b6d165d6cb1 to your computer and use it in GitHub Desktop.
Find IDFA usage in 3rd party frameworks
This file contains 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
for framework in Frameworks/*.framework; do | |
fname=$(basename $framework .framework) | |
echo $fname | |
otool -v -s __TEXT __objc_methname $framework/$fname | grep advertisingIdentifier | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment