From bcc9bd87231bda69ca81358fb9a4e7c71db69c38 Mon Sep 17 00:00:00 2001 From: megabyte0x <79016290+megabyte0x@users.noreply.github.com> Date: Fri, 5 Jun 2026 06:41:39 +0530 Subject: [PATCH 1/2] Add HealthSync SwiftUI app --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 898e78a..a0a1841 100644 --- a/README.md +++ b/README.md @@ -245,3 +245,5 @@ 42. 📖 [Using CoreML with SwiftUI](https://instamentor.com/articles/object-recognition-with-coreml-vision-and-swiftui-on-ios) 43. 📖 [Swift Student Challenge Resources](https://github.com/alyboii/swift-student-challenge-resources) - Curated SwiftUI tutorials, WWDC sessions, concurrency, accessibility, and storytelling guides for Apple's Swift Student Challenge — organized by topic and level. + +44. 💻 [HealthSync](https://github.com/megabyte0x/healthykit) - SwiftUI app for [syncing Apple Health data to a private backend API](https://web-megabytes-projects.vercel.app/apple-health-app-sync). From b42ca138aa293f9f4c2fe5670cef8a66e34dd18c Mon Sep 17 00:00:00 2001 From: megabyte0x <79016290+megabyte0x@users.noreply.github.com> Date: Fri, 5 Jun 2026 06:46:17 +0530 Subject: [PATCH 2/2] Use HealthSync custom domain --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0a1841..64878c4 100644 --- a/README.md +++ b/README.md @@ -246,4 +246,4 @@ 43. 📖 [Swift Student Challenge Resources](https://github.com/alyboii/swift-student-challenge-resources) - Curated SwiftUI tutorials, WWDC sessions, concurrency, accessibility, and storytelling guides for Apple's Swift Student Challenge — organized by topic and level. -44. 💻 [HealthSync](https://github.com/megabyte0x/healthykit) - SwiftUI app for [syncing Apple Health data to a private backend API](https://web-megabytes-projects.vercel.app/apple-health-app-sync). +44. 💻 [HealthSync](https://github.com/megabyte0x/healthykit) - SwiftUI app for [syncing Apple Health data to a private backend API](https://healthsync.megabyte.sh/apple-health-app-sync).