I'm developing framework(objc) and I need to detect that application uses swift. It doesn't matter that app developed on swift completely or it's swift/objc hybrid.
Do you have and ideas how to get this information? I've thought about objc runtime but I don't know how I can implement that.
Great thanks.
I don't know why my previous question has been closed. But I'll try to be more focused: I need to get information how many clients which integrate my framework use swift as a programming language so I must to detect that a project uses swift.