liftoff v1.3 Release Notes

Release Date: 2014-05-16 // almost 10 years ago
  • ๐Ÿ†• 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
      0๏ธโƒฃ 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
      0๏ธโƒฃ silently. This change brings us back in line with Xcode's default behavior.