Skip to content

1.3

Compare
Choose a tag to compare
@gfontenot gfontenot released this 16 May 18:20

New Features

  • Install arbitrary template files in the project directory. You can use the
    new templates key in .liftoffrc to define arbitrary templates that
    should be installed in the project directory. Liftoff will install these
    templates relative to the project's root. - Gordon Fontenot
    (Thanks to James Frost)
  • Add Travis configuration by default. Liftoff will now generate the template
    files required for Travis to work out of the box. This can be disabled by
    overriding the templates we install by default - Gordon
    Fontenot
  • Add setup, test, and README templates to the project. - Gordon
    Fontenot

Changes

  • Generated scheme is now shared. Previously, Xcode was creating a private
    scheme after the project was opened for the first time. We are now creating
    this scheme ourselves, and making it shared. - Gordon
    Fontenot
    (Thanks to Mark Adams)
  • Add OHHTTPStubs as a default testing dependency - Gordon
    Fontenot
  • Add documentation hint to default Podfile. This is intended to solve some
    confusion about where to add new pods after initial installation - Gordon
    Fontenot
    (Thanks to Mark Flowers)

Bug Fixes

  • Don't skip installation for app targets. Previously, we were setting
    SKIP_INSTALLATION to YES, which caused the Archive action to fail
    silently. This change brings us back in line with Xcode's default behavior.