Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions codex-worker-ios/Package.resolved

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion codex-worker-ios/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let package = Package(
],
dependencies: [
// TCA(The Composable Architecture,组合式架构库)
.package(url: "https://github.com/pointfreeco/swift-composable-architecture", exact: "1.24.1"),
.package(url: "https://github.com/pointfreeco/swift-composable-architecture", exact: "1.25.2"),
// Exyte Chat(聊天 UI 组件)
.package(url: "https://github.com/exyte/Chat.git", from: "2.7.6"),
// Giphy SDK 版本范围:已验证 2.3.0 可用,限制在 3.0.0 以内避免未来破坏性升级
Expand Down
Loading