Skip to content

Instantly share code, notes, and snippets.

@interstateone
Created January 23, 2018 22:25
Show Gist options
  • Save interstateone/cdc07cd0a8909d7d6405bb480144a0d7 to your computer and use it in GitHub Desktop.
Save interstateone/cdc07cd0a8909d7d6405bb480144a0d7 to your computer and use it in GitHub Desktop.

Revisions

  1. interstateone created this gist Jan 23, 2018.
    11 changes: 11 additions & 0 deletions Fastfile
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    # Fastfile

    app_info = {
    app_one: {
    project: "AppOne.xcodeproj",
    scheme: "AppOne",
    config: "Release",
    profile: "AppOne Distribution"
    }
    # etc.!
    }