One simple and na?ve method is to run strings
and grep
on the library files. i.e.
strings libSomething.a | grep uniqueIdentifier
If you see any line that prints exactly uniqueIdentifier
there is a risk they call it. This method is not 100% bullet proof. But I'd expect Apple doing a similar check in their automatic validation.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…