Skip to content

Commit

Permalink
Merge pull request #1220 from taptap/fix_login_resource_name
Browse files Browse the repository at this point in the history
fix: ios module name error
  • Loading branch information
dango2887 authored Oct 11, 2024
2 parents 096792a + c8dc1e1 commit d2fece6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions cn/docs/sdk/achievement/guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ iOS 提供通过添加 cocoaPods 远程依赖和使用本地文件导入两种

1.[下载页](/tap-download)下载如下文件:

- `TapTapAchievementSDK ` 合规认证依赖库
- `TapTapAchievementResource.bundle` 合规认证资源文件
- `TapTapAchievementSDK ` 成就依赖库
- `TapTapAchievementResource.bundle` 成就资源文件

2. 在工程中添加 `framework` 静态库,注意添加时选择 Embed 方式为 **Do Not Embed**,导入 `bundle` 资源文件

Expand Down
6 changes: 3 additions & 3 deletions cn/docs/sdk/embedded-moments/guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -222,12 +222,12 @@ iOS 提供通过添加 cocoaPods 远程依赖和使用本地文件导入两种

#### 本地文件依赖

合规认证模块依赖于初始化和 TapTap 登录模块,使用本地文件方式添加依赖时,需先参考 [TapSDK 集成](/sdk/access/quickstart#本地文件依赖)[TapTap 登录](/sdk/taptap-login/guide#本地文件依赖) 添加对应本地文件依赖项。
动态模块依赖于初始化和 TapTap 登录模块,使用本地文件方式添加依赖时,需先参考 [TapSDK 集成](/sdk/access/quickstart#本地文件依赖)[TapTap 登录](/sdk/taptap-login/guide#本地文件依赖) 添加对应本地文件依赖项。

1.[下载页](/tap-download)下载如下文件:

- `TapTapMomentSDK.xcframework` 合规认证依赖库
- `TapTapMomentResource.bundle` 合规认证资源文件
- `TapTapMomentSDK.xcframework` 动态依赖库
- `TapTapMomentResource.bundle` 动态资源文件

2. 在工程中添加 `framework` 静态库,注意添加时选择 Embed 方式为 **Do Not Embed**,导入 `bundle` 资源文件

Expand Down
4 changes: 2 additions & 2 deletions cn/docs/sdk/taptap-login/guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@ TapTap 登录依赖于初始化模块,使用本地文件方式添加依赖时

1.[下载页](/tap-download) 下载如下文件:

- `TapTapLoginSDK.xcframework` 合规认证依赖库
- `TapTapLoginResource.bundle` 合规认证资源文件
- `TapTapLoginSDK.xcframework` 登录依赖库
- `TapTapLoginResource.bundle` 登录资源文件

2. 在工程中添加 `framework` 静态库,注意添加时选择 Embed 方式为 **Do Not Embed**,导入 `bundle` 资源文件
3. SDK 内部使用了 [`Kingfisher` 依赖库](https://cocoapods.org/pods/Kingfisher),开发者应提前通过远程或文件导入方式添加对应依赖。
Expand Down

0 comments on commit d2fece6

Please sign in to comment.