You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix PR review issues: links, BushelCloud description, stale deadline
- Fix 3 broken relative links in docs/cloudkit-guide/README.md (../→../../)
- Remove stale marketing/ dir from tree, drop hidden .social/ from listing
- Correct BushelCloud description from "podcast aggregator" to "macOS/Swift version sync tool" in 4 social posts
- Update "Building Celestra" article deadline from March to April
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
> After shipping 2 production backends with it (podcast aggregator + RSS reader), I learned what the docs don't cover:
62
+
> After shipping 2 production backends with it (macOS/Swift version sync tool + RSS reader), I learned what the docs don't cover:
63
63
> • Key rotation strategies
64
64
> • Environment switching gotchas
65
65
> • Error handling that works at scale
@@ -118,7 +118,7 @@ Pre-written posts for CloudKit server-to-server authentication. Adapt per platfo
118
118
**Technical Deep-Dive Teaser**
119
119
> CloudKit Server-to-Server Authentication: Beyond the Documentation Gap
120
120
>
121
-
> After implementing CloudKit's server-to-server authentication for two production applications (a podcast aggregator and an RSS reader), I've documented patterns that Apple's official documentation doesn't address.
121
+
> After implementing CloudKit's server-to-server authentication for two production applications (a macOS/Swift version sync tool and an RSS reader), I've documented patterns that Apple's official documentation doesn't address.
122
122
>
123
123
> Real-world challenges that aren't in the docs:
124
124
> • Key pair lifecycle management in production environments
@@ -136,7 +136,7 @@ Pre-written posts for CloudKit server-to-server authentication. Adapt per platfo
> Apple's CloudKit server-to-server authentication is powerful but under-documented. After building BushelCloud (podcast aggregation) and CelestraCloud (RSS reader) in production, I've mapped the journey from basic examples to scalable implementations.
139
+
> Apple's CloudKit server-to-server authentication is powerful but under-documented. After building BushelCloud (macOS/Swift version sync) and CelestraCloud (RSS reader) in production, I've mapped the journey from basic examples to scalable implementations.
140
140
>
141
141
> What the documentation covers:
142
142
> ✓ Key pair generation
@@ -160,7 +160,7 @@ Pre-written posts for CloudKit server-to-server authentication. Adapt per platfo
160
160
> • Incredibly powerful for iOS/Mac backends
161
161
> • Incredibly under-documented by Apple
162
162
>
163
-
> Just shipped my second production app using it (CelestraCloud, an RSS reader). First was BushelCloud (podcast aggregator).
163
+
> Just shipped my second production app using it (CelestraCloud, an RSS reader). First was BushelCloud (macOS/Swift version sync tool).
164
164
>
165
165
> Both times I had to figure out key rotation, environment switching, and error handling from scratch.
0 commit comments