XcodeGen v1.2.0 Release Notes

  • โž• Added

    • ๐Ÿ‘ include now supports a single string as well as a list
    • โž• add support setting xcconfig files on a project with configFiles #64
    • โž• add fileGroups to project spec for adding groups of files that aren't target source files #64
    • ๐Ÿ‘ better output (more info, emoji, colors)
    • add options.bundleIdPrefix for autogenerating PRODUCT_BUNDLE_IDENTIFIER #67
    • โž• add :REPLACE syntax when merging include #68
    • โž• add mint installation support

    ๐Ÿ›  Fixed

    • ๐Ÿ›  fixed homebrew installation
    • ๐Ÿ›  fixed target xcconfig files not working via configFiles #64
    • look for INFOPLIST_FILE setting in project and xcconfig files before adding it automatically. It was just looking in target settings before #64
    • exit with error on failure

    Commits