Enhancing the accessibility of your SwiftUI app
Support advancements in SwiftUI accessibility to make your app accessible to everyone.
Overview
Configure the sample code project
Open the sample code project in Xcode. Before building it, do the following:
Set the developer team for all targets to your team so Xcode automatically manages the provisioning profile. For more information, see Assign a project to a team.
Replace the App Group container identifier —
group.SwiftUIAccessibilityWWDCSample— with one specific to your team for the entire project. The identifier points to an App Group container that the app and widget use to share data. You can search forgroup.SwiftUIAccessibilityWWDCSampleusing the Find navigator in Xcode, and then change all of the occurrences (except those in thisREADMEfile). For more information, see Configuring app groups.