Skip to content

Instantly share code, notes, and snippets.

@malcommac
Created April 26, 2018 12:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save malcommac/79a5e28e74cf172ac637ff61047ee41f to your computer and use it in GitHub Desktop.
Save malcommac/79a5e28e74cf172ac637ff61047ee41f to your computer and use it in GitHub Desktop.
public struct InfoPList: Codable {
public struct Configuration: Codable {
  public let url: URL?
  public let environment: String
  }
public let configuration: Configuration
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment