- /// Meta information about this repository.
- ///
- /// Not to be confused with the company.
- enum Meta {
- /// The URL to refer users to when they should create an issue.
- static let issueReportingURL = "https://github.com/moreSwift/swift-cross-ui/issues/new"
- }
|