All Versions
13
Latest Version
Avg Release Cycle
49 days
Latest Release
1234 days ago

Changelog History
Page 2

  • v1.2.0 Changes

    May 02, 2019

    ๐Ÿ‘Œ Improved architecture

    SwiftKit has been internally rewritten and is now splitted up in two targets SwiftKit and SwiftKitCLI to allow easier modification and improvements in the future.

    โšก๏ธ Update check

    SwiftKit will now inform you about new versions after you generated a new Kit.

    Example:

    swiftkit new MyAwesomeKit
    
    ...
    
    A new version of SwiftKit is available: 1.2.0
    To update SwiftKit run: swiftkit update
    

    โšก๏ธ Update command

    โšก๏ธ To update SwiftKit to the latest version simply run:

    $ swiftkit update
    

    โšก๏ธ > The update command will only work if SwiftKit is installed via either Mint ๐ŸŒฑ or Homebrew ๐Ÿบ

    ๐Ÿ›  Author mail bugfix

    ๐Ÿ›  Fixed a bug where the author mail was not correctly migrated

    0๏ธโƒฃ Smarter Organization-Identifier default answer

    0๏ธโƒฃ When providing a custom organization name the first word of the entered organization name will be the second part of the organization identifier inside the default answer.

    Example:

    ๐Ÿข What's your organization name?
    (Leave empty to use: MyAwesomeKit)
    > Apple Inc.
    
    ๐Ÿ–‹ What's your organization identifier?
    (Leave empty to use com.apple)
    >
    
  • v1.1.0 Changes

    April 30, 2019

    CI-Service

    This version will allow you to decide if you would like to use a CI-Service config template.
    ๐Ÿ‘ Currently Travis CI and GitLab CI are supported.

    Arguments

    ๐Ÿ‘ SwiftKit now supports arguments when launched. Following arguments are supported:

    Long parameter Short parameter Description
    ๐Ÿฑ --destination -d
    ๐Ÿฑ --project -p
    ๐Ÿฑ --name -n
    ๐Ÿฑ --email -e
    ๐Ÿฑ --url -u
    --ci-service -c The CI-Service ๐Ÿ›  (1=Travis CI, 2=GitLab CI)
    ๐Ÿฑ --organization -o
    ๐Ÿฑ --organization-identifier -i
    --force -f Generate the Kit without confirmation โœ…
    --open -o Open the Xcode project after your Kit has been generated ๐Ÿ“‚

    Example with all arguments set.

    swiftkit new MyAwesomeKit \ --project MyAwesomeKit \ --name SvenTiigi \ --email [email protected] \ --url https://github.com/SvenTiigi/MyAwesomeKit \ --ci-service 1 \ --organization SvenTiigi \ --organization-identifier de.tiigi \ --force \ --open
    
  • v1.0.0 Changes

    April 28, 2019

    ๐ŸŽ‰ Initial Release

    ๐Ÿš€ This is the first release of SwiftKit