shaps80 / SwiftUIBackports

A collection of SwiftUI backports for iOS, macOS, tvOS and watchOS
MIT License
960 stars 60 forks source link

Removes the unused namespace property #44

Closed rhysm94 closed 1 year ago

rhysm94 commented 1 year ago

Have you read the Contributing Guidelines?

Issue #42

Describe your changes

Removes the @Namespace property in Toolbar.swift, as it is unused and causes a compilation error on Xcode 14.3. This fixes it, and allows the project to compile again.