Skip to content

Instantly share code, notes, and snippets.

@koromiko
Created March 25, 2018 00:07
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 koromiko/9a817357300eb3efdcf75ec115bdae49 to your computer and use it in GitHub Desktop.
Save koromiko/9a817357300eb3efdcf75ec115bdae49 to your computer and use it in GitHub Desktop.
class Fastfile: LaneFile {
func developerReleaseLane() {
desc("Create a developer release")
package(config: Staging())
crashlytics
}
func qaReleaseLane() {
desc("Create a qa release")
package(config: Production())
crashlytics
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment