Meta.swift 263 B

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