All Versions
16
Latest Version
Avg Release Cycle
72 days
Latest Release
-

Changelog History
Page 2

  • v0.7.3

    April 29, 2011
  • v0.6.3 Changes

    • 0๏ธโƒฃ Resource directories. KitSpec field: resources-directory, default "resources". This directory is symlinked to Kits/Resources/ on an update. It gives a stable path to resources that need to be referenced in a parent project (data models, images, etc.)

    • ๐Ÿ›  [BUG] Fixes bug introduced in 0.6.2, which caused the Prefix.pch to be compiled twice (once as C, once as Obj-C).

  • v0.6.2 Changes

    • ๐Ÿ‘ Allow 'tagging' of kits as they're published. $ kit publish-local --tag=-HEAD Assuming the Kitspec currently specifies version '1.0', this will publish it as '1.0-HEAD'
  • v0.6.1 Changes

    • [BUG] On error, will now use a failure exit code.
  • v0.6.0 Changes

    • ๐Ÿ“œ KitSpec file is now parsed as YAML. Because it's a superset of JSON, this is backwards compatible.
  • v0.5.2 Changes

    • ๐Ÿ”ง Source and lib directories are configurable: source-directory, lib-directory
    • Static libs can be linked into a kit. Place them in lib (or lib-directory).
    • ๐Ÿ‘€ You can pass Xcode flags to the Kits when they are compiled. See kitdeps-xcode-flags. Contents of this string should be in xcconfig format.