Skip to content

Commit b2e9c02

Browse files
committed
Merge branch 'mainactor' into 43-separate-targets
1 parent 808d746 commit b2e9c02

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ let package = Package(
5757
)
5858
],
5959
dependencies: [
60-
.package(path: "../../")
60+
.package(name: "SundialKit", path: "../../")
6161
],
6262
targets: [
6363
.target(

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
11
# SundialKitBinary
2-
Format-agnostic binary serialization plugin for SundialKit with efficient WatchConnectivity messaging
2+
3+
**Part of [SundialKit](https://github.com/brightdigit/SundialKit) v2.0.0**
4+
5+
Format-agnostic binary serialization plugin for SundialKit with efficient WatchConnectivity messaging.
6+
7+
## About
8+
9+
SundialKitBinary is a modern serialization plugin for SundialKit, providing efficient binary encoding/decoding for WatchConnectivity messages. This package is part of the SundialKit v2.0.0 monorepo architecture.
10+
11+
## Parent Project
12+
13+
This package is maintained as a git-subrepo within the main SundialKit repository during v2.0.0 development.

0 commit comments

Comments
 (0)