liftoff v1.4 Release Notes

Release Date: 2014-12-15 // over 9 years ago
  • ๐Ÿ†• New Features

    • โž• Add the ability to define multiple project templates. This feature allows
      you to created named project templates inside your liftoffrc and then use
      0๏ธโƒฃ them by defining them as the default inside your liftoffrc, or by passing
      ๐Ÿ’ป their name on the command line. Be sure to check out liftoff(1) and
      0๏ธโƒฃ liftoffrc(5) for more info. By default, Liftoff comes with templates for
      Objective-C (objc) and Swift (swift) projects. - Gordon
      Fontenot
    • โž• Add arbitrary configuration settings to liftoffrc. This lets you define an
      0๏ธโƒฃ arbitrary dictionary structure inside your liftoffrc to create default
      ๐Ÿ”ง configuration settings for projects. - Gordon Fontenot
      (Thanks to Marshall Huss, Juan Pablo Civile,
      and Keith Smiley)
    • โž• Add default storyboard file. Liftoff will now generate an empty storyboard
      file for use in the project. - Gordon Fontenot
    • โž• Add support for the new Launch Screen xib files. Liftoff will now generate
      0๏ธโƒฃ an empty LaunchScreen.xib file and use it as the default launch screen
      option. - Gordon Fontenot (lol recruiters)
    • 0๏ธโƒฃ Let users customize Xcode open command. This lets you override the default
      command used to launch Xcode inside your liftoffrc. This means you can
      0๏ธโƒฃ default to opening Vim, AppCode, beta versions of Xcode, or even disable the
      ๐Ÿ”‹ feature completely. - Gordon Fontenot (Thanks to
      @asmod3us
      )

    ๐Ÿ”„ Changes

    • โšก๏ธ Update objc default project template - Gordon Fontenot
    • ๐Ÿ–จ Simplify the status output. Liftoff no longer prints every file/directory it
      touches. Instead, it confirms that it's using the designated template. -
      Gordon Fontenot
    • 0๏ธโƒฃ Rename Info.plist template. This is to keep Liftoff's defaults in line with
      Xcode's. This template is now simply named Info.plist - Gordon
      Fontenot
    • ๐Ÿš€ Bump deployment target to 8.0. Welcome to the future. - Gordon
      Fontenot

    ๐Ÿ› Bug Fixes