feat(ios): update dependencies to track upstream repository (#11143)

This commit is contained in:
Lakr
2025-03-28 14:12:06 +08:00
committed by GitHub
parent af91a0217f
commit 08ee84e697
108 changed files with 96 additions and 37793 deletions

View File

@@ -15,17 +15,18 @@ let package = Package(
],
dependencies: [
.package(path: "../AffineGraphQL"),
.package(path: "../ChidoriMenu"),
.package(path: "../MarkdownView"),
.package(url: "https://github.com/apollographql/apollo-ios.git", from: "1.18.0"),
.package(url: "https://github.com/LaunchDarkly/swift-eventsource.git", from: "3.3.0"),
.package(url: "https://github.com/apple/swift-collections", from: "1.1.4"),
.package(url: "https://github.com/Lakr233/ChidoriMenu", from: "2.4.3"),
],
targets: [
.target(name: "Intelligents", dependencies: [
"AffineGraphQL",
"ChidoriMenu",
"MarkdownView",
"ChidoriMenu",
.product(name: "Apollo", package: "apollo-ios"),
.product(name: "LDSwiftEventSource", package: "swift-eventsource"),
.product(name: "OrderedCollections", package: "swift-collections"),

View File

@@ -33,7 +33,6 @@ public class IntelligentsEphemeralActionController: UIViewController {
var chatTask: EventSource?
var copilotDocumentStorage: String = "" {
didSet {
guard copilotDocumentStorage != oldValue else { return }
updateDocumentPresentationView()
scrollToBottom()
}