Hide source code in swift framework when distributing

吃可爱长大的小学妹 提交于 2019-12-04 06:40:39

Here is a fantastic tutorial demonstrates how to hide implementation of Swift framework when distributing to Cocoapods:

https://crafttang.com/2017/10/12/hide-implementation-of-swift-framework-when-distri/

So I actually learned more about frameworks over the past few months and also completed my framework and it turns out what I was trying to achieve could be done by deploying only the framework product under the products file.Only your declarations will be visible so your source code wont be visible unless you include those files too while distributing your framework.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!