ios - How to protect swift code with framework or static lib? -


usually can protect source code implementation wrapping static lib or dynamic lib, or framework open header files etc.

for swift, got knowing "swift not support static lib".

does mean there no way protect swift source code such legacy lib way ?

question here clarify , find out approach.

thanks,


Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -