Open hsorbo opened 2 months ago
class_getName returns mangled names if class is Swift. This PR will try to demangle the class using swift_demangle if available.
swift_demangle
class_getName returns mangled names if class is Swift. This PR will try to demangle the class using
swift_demangle
if available.