All Versions
66
Latest Version
Avg Release Cycle
34 days
Latest Release
-

Changelog History
Page 7

  • v0.5.1 Changes

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix embedded framework dependencies
    • Add CODE_SIGN_IDENTITY[sdk=iphoneos*] back to iOS targets
    • ๐Ÿ›  Fix build scripts with "" generating invalid projects #43

    Commits

  • v0.5.0 Changes

    โž• Added

    • โž• Added multi platform targets #35
    • Automatically generate platform specific FRAMEWORK_SEARCH_PATHS for Carthage dependencies #38
    • ๐Ÿ— Automatically find Info.plist and set INFOPLIST_FILE build setting if it doesn't exist on a target #40
    • โž• Add options for controlling embedding of dependencies #37

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed localized files not being added to a target's resources

    ๐Ÿ”„ Changed

    • ๐Ÿ“‡ Renamed Setting Presets to Setting Groups
    • Carthage group is now created under top level Frameworks group

    Commits

  • v0.4.0 Changes

    โž• Added
    • ๐Ÿ‘ Homebrew support #16 by @pepibumur
    • โž• Added runOnlyWhenInstalling to build scripts #32
    • โž• Added carthageBuildPath option #34

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed installations of XcodeGen not applying build setting presets for configs, products, and platforms, due to missing resources

    ๐Ÿ”„ Changed

    Commits

  • v0.3.0 Changes

    โž• Added

    • ๐Ÿ‘Œ Support for app extension dependencies, using the same target: MyExtension syntax #19
    • โž• Added test targets to generated target schemes via Target.scheme.testTargets #21

    ๐Ÿ”„ Changed

    • โšก๏ธ Updated xcodeproj to 0.0.9

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed watch and messages apps not copying carthage dependencies

    ๐Ÿ’ฅ Breaking changes

    • ๐Ÿ”„ Changed Target.generatedSchemes to Target.scheme.configVariants

    Commits

  • v0.2.0 Changes

    โž• Added

    • โž• Added Target build scripts with Target.prebuildScripts and Target.postbuildScripts #17
    • ๐Ÿ‘Œ Support for absolute paths in target sources, run script files, and config files
    • โž• Add validation for incorrect Target.configFiles

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed some project objects sometimes having duplicate ids

    Commits

  • v0.1.0 Changes

    ๐Ÿš€ First official release