From 76ca70449058e376943ded7ff100751a5dc61ce4 Mon Sep 17 00:00:00 2001 From: megabyte0x <79016290+megabyte0x@users.noreply.github.com> Date: Fri, 5 Jun 2026 06:17:36 +0530 Subject: [PATCH 1/2] Add HealthSync SwiftUI example --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 24d1e01..9d105fa 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ Example-iOS-Apps is an amazing list for people who are beginners and learning iO * [AR MultiPendulum](https://github.com/philipturner/ar-multipendulum) - AR Headset experience with touchscreen settings interface built in SwiftUI. * [isowords](https://github.com/pointfreeco/isowords) - Open source game built in SwiftUI and the Composable Architecture. * [Clendar](https://github.com/vinhnx/Clendar) - Universal calendar app. Written in SwiftUI. +* [HealthSync](https://github.com/megabyte0x/healthykit) - SwiftUI HealthKit app for syncing selected Apple Health data to a private backend API ([Apple Health app sync guide](https://web-megabytes-projects.vercel.app/apple-health-app-sync)). ## watchOS Apps that written with SwiftUI * [Countio](https://github.com/dhanrajdc7/Countio) - Countio is simple WatchOS App made with Swiftly SwiftUI. You can count anything quickly with Countio!!! From c18860abd47f152836a2d49028231e0e4be12159 Mon Sep 17 00:00:00 2001 From: megabyte0x <79016290+megabyte0x@users.noreply.github.com> Date: Fri, 5 Jun 2026 06:59:30 +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 9d105fa..7bdd67a 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Example-iOS-Apps is an amazing list for people who are beginners and learning iO * [AR MultiPendulum](https://github.com/philipturner/ar-multipendulum) - AR Headset experience with touchscreen settings interface built in SwiftUI. * [isowords](https://github.com/pointfreeco/isowords) - Open source game built in SwiftUI and the Composable Architecture. * [Clendar](https://github.com/vinhnx/Clendar) - Universal calendar app. Written in SwiftUI. -* [HealthSync](https://github.com/megabyte0x/healthykit) - SwiftUI HealthKit app for syncing selected Apple Health data to a private backend API ([Apple Health app sync guide](https://web-megabytes-projects.vercel.app/apple-health-app-sync)). +* [HealthSync](https://github.com/megabyte0x/healthykit) - SwiftUI HealthKit app for syncing selected Apple Health data to a private backend API ([Apple Health app sync guide](https://healthsync.megabyte.sh/apple-health-app-sync)). ## watchOS Apps that written with SwiftUI * [Countio](https://github.com/dhanrajdc7/Countio) - Countio is simple WatchOS App made with Swiftly SwiftUI. You can count anything quickly with Countio!!!