Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wangbo1185742894 authored Nov 29, 2024
1 parent c364031 commit 20dd778
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@
- 基于 COS JSON API 封装的 SDK
- 基于 COS XML API 封装的 SDK

## xcframework 支持
提供xcframework打包脚本,可以自行打包。
克隆本仓库到本地。
执行以下命令:
```
chmod +x xcframework_build.sh
source xcframework_build.sh
```
执行结束后,可在仓库根目录看到 xcframework文件夹。

## 集成SDK
您可以通过Cocoapods集成、下载源代码或者使用我们打包好的动态库来进行SDK的集成工作。在这里我们推荐您使用Cocoapods的方式来进行集成。在您的podfile中加入需要集成的库即可。
如果需要使用基于XML封装的SDK:
Expand Down

0 comments on commit 20dd778

Please sign in to comment.