提交 05733127 authored 作者: JarvanMo's avatar JarvanMo

swift docs

上级 a2ad0365
...@@ -6,9 +6,9 @@ If anyone has better solutions, tell me please or open a PR. ...@@ -6,9 +6,9 @@ If anyone has better solutions, tell me please or open a PR.
There is an exception called `include non-modular headers` if compiling `fluwx` directly because `WeChatOpenSDK` uses static library. There is an exception called `include non-modular headers` if compiling `fluwx` directly because `WeChatOpenSDK` uses static library.
We have to make the headers in `WeChatOpenSDK` public in order to support swift: We have to make the headers in `WeChatOpenSDK` public in order to support swift:
![make_headers_public](./arts/public_headers_1.png) ![make_headers_public](../arts/public_headers_1.png)
![make_headers_public](./arts/public_headers_2.png) ![make_headers_public](../arts/public_headers_2.png)
## ##
\ No newline at end of file
...@@ -6,9 +6,9 @@ ...@@ -6,9 +6,9 @@
由于`WeChatOpenSDK`用到了静态库,所以当我们编译swift的时候会报一个错误: `include non-modular headers` 由于`WeChatOpenSDK`用到了静态库,所以当我们编译swift的时候会报一个错误: `include non-modular headers`
为了支持swift,我们不得不将`WeChatOpenSDK`里的头文件变成public的: 为了支持swift,我们不得不将`WeChatOpenSDK`里的头文件变成public的:
![make_headers_public](./arts/public_headers_1.png) ![make_headers_public](../arts/public_headers_1.png)
![make_headers_public](./arts/public_headers_2.png) ![make_headers_public](../arts/public_headers_2.png)
## ##
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论