From 63dc30c84aedbbd23910dc245b92caabc0df6eca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oskar=20Kwa=C5=9Bniewski?= Date: Wed, 29 Nov 2023 15:53:46 +0100 Subject: [PATCH 1/2] Add platform guidelines to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 234397dd88d20b..b77c1d34e2ba79 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,12 @@ If not, remember to disable it in `Podfile`. 8. Open `YourApp/visionos/YourApp.xcworkspace` using Xcode 15 Beta. 9. Build the app by clicking the "Run" button in Xcode. +## Platform guidelines + +We suggest you read [Human Interface Guidelines for visionOS] when creating visionOS apps. + +It's important not to cover the translucent background with a solid color, as it helps to ground apps and make them feel like part of the environment. + ## Contributing 1. Follow the same steps as in the `New project creation` section. From aa7cf4378f659b029b456722dce103840d892592 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oskar=20Kwa=C5=9Bniewski?= Date: Wed, 29 Nov 2023 16:00:00 +0100 Subject: [PATCH 2/2] fix: link to docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b77c1d34e2ba79..4cabc3b1103b28 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ If not, remember to disable it in `Podfile`. ## Platform guidelines -We suggest you read [Human Interface Guidelines for visionOS] when creating visionOS apps. +We suggest you read [Human Interface Guidelines for visionOS](https://developer.apple.com/design/human-interface-guidelines/designing-for-visionos) when creating visionOS apps. It's important not to cover the translucent background with a solid color, as it helps to ground apps and make them feel like part of the environment.