用find命令搜索appstore项目中是否包含IDFA广告标识
进入appstore项目的目录中,然后执行下面的find命令:
find . | grep -v .svn | grep "\.a" | grep -v "\.app" | xargs grep advertisingIdentifier
用find命令搜索appstore项目中是否包含IDFA广告标识
进入appstore项目的目录中,然后执行下面的find命令:
find . | grep -v .svn | grep "\.a" | grep -v "\.app" | xargs grep advertisingIdentifier