Skip to content

Releases: cybertk/generator-swift-framework

v1.0.0

27 Nov 14:00
Compare
Choose a tag to compare

<a name"1.0.0">

1.0.0 (2016-11-27)

Breaking Changes

  • This module no longer supports Node.js 0.10
    (a131d83e)

v0.1.3

19 Jul 08:32
Compare
Choose a tag to compare

<a name"0.1.3">

0.1.3 (2016-07-19)

Bug Fixes

  • Use new promise feature from yeoman v0.23 (a0a035be)

v0.1.2

17 Mar 06:26
Compare
Choose a tag to compare
Bump to 0.1.2

Release 0.1.1

17 Mar 06:23
Compare
Choose a tag to compare
  • [fixed] yo failed when using the npm version due to .gitignore can not be found (#6, thanks @caojianhua1741)
  • [fixed] yo failed when selected no for distribution with Cocoapods (#5, thanks @caojianhua1741)
  • [fixed] Reach GitHub API rate limit when running make deps on Travis CI, #10
  • [improved] Store Development Certificate Path for next use
  • [improved] Install Carthage thru Homebrew except on Travis CI
  • [improved] Remove unused description section in podspec
  • [improved] Compose sub-generators
  • [improved] Bump yoeman-generator to v0.22.5
  • [improved] Cleanup package dependencies
  • [improved] Xcode project template tracked in repo is editable now

Release 0.1.0

01 Sep 17:42
Compare
Choose a tag to compare

Scaffolds out a Xcode project which have the following features:

  • Swift 2 Framework Target
  • Unit Test Target based on Nimble
  • Example App Target
  • Use Carthage to manage dependencies
  • Distribution via CocoaPods
  • Distribution via Carthage
  • MIT License
  • Test suites to cover distributions and fundamentals.
  • Scripts to help work on CLI
  • Optional Travis CI integration via .travis.yml
  • Optional Apple Development Certification provisioning