From d46ae01e8221d70a5954e008be934d204b8a089a Mon Sep 17 00:00:00 2001 From: Aditya Atul Tirodkar Date: Thu, 25 Jun 2026 17:08:39 -0700 Subject: [PATCH] docs: Update SwiftUI link in the iOS README.md --- client/ios/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/ios/README.md b/client/ios/README.md index 4617581..fd4b238 100644 --- a/client/ios/README.md +++ b/client/ios/README.md @@ -7,7 +7,7 @@ The `GoogleMapsA2UI` library is an iOS library designed to encapsulate the parsi It makes use of the following technologies: * [Google Maps Platform](https://mapsplatform.google.com/) for rendering maps and places. * [A2UI](https://a2ui.org/) for the Agent-driven dynamic UI protocol. -* [SwiftUI](https://developer.apple.com/xcode/swiftui/) for the native UI layer. +* [SwiftUI](https://developer.apple.com/swiftui/) for the native UI layer. * `WKWebView` for rendering the web-based A2UI components securely. ## Quickstart Guide