Skip to content

Instantly share code, notes, and snippets.

@juliuscanute
Created May 30, 2020 03:13
Show Gist options
  • Save juliuscanute/afd3e116ae8a0c849e15af02c86e889d to your computer and use it in GitHub Desktop.
Save juliuscanute/afd3e116ae8a0c849e15af02c86e889d to your computer and use it in GitHub Desktop.
Configure Small Swift
appConfig {
$0.config(environment: "FREE") {/*...*/}
$0.config(environment: "PREMIUM") {/*...*/}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment