Skip to content

Commit 7a01f25

Browse files
committed
fogv3.md 修改
1 parent 9d3b2d9 commit 7a01f25

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.DS_Store

0 Bytes
Binary file not shown.

docs/iOS-fogV3.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
1. 解压 `FogV3.framework.zip` 引入解压后的 `FogV3.framework`文件
44
2. pod 导入XMNetWorking,MQTTClient
55
3. `Build Settings`->`Other linker Flags` 添加`-ObjC`
6-
4. `General`-> `Embedded Binaries` 添加`FogV3.framework`
7-
5. 引入头文件,如`#import <FogV3/FogV3.h>`
8-
6. 网络请求全局配置 如:
6+
4. 引入头文件,如`#import <FogV3/FogV3.h>`
7+
5. 网络请求全局配置 如:
98
#### 代码示例
109
```
1110
[XMCenter setupConfig:^(XMConfig *config) {

0 commit comments

Comments
 (0)