KDChat/KDChat.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
Blake Oliver 2d3fefa013
Initial commit of KDChat
This is an iOS chat client for Kirandur, a multiplayer RPG. Reimplements the LiteNetLib UDP protocol in Swift for reliable ordered messaging. Renders server-driven UI via a RemoteForms widget system for login, character creation and more inside the client.

Uses msgpack-swift for serialization, Keychain for credentials, and targets iOS 18.6+/Xcode 26+.

No message persistence yet. No auto-reconnect. Game-specific packets (movement, combat, etc.) are silently ignored.
No profile viewing yet.

Assisted by Claude Code (Opus 4.6)
2026-04-05 07:11:07 -06:00

15 lines
394 B
Text

{
"originHash" : "b222ceda7783bbb31c386a75cfe3872ad89689e2c2993499258ff93c755b719a",
"pins" : [
{
"identity" : "msgpack-swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/fumoboy007/msgpack-swift",
"state" : {
"revision" : "fe3101819f4f82b086da5279a9df81f6754798e9",
"version" : "2.0.6"
}
}
],
"version" : 3
}