XcodeGen v1.3.0 Release Notes

  • โž• Added

    • generate output files for Carthage copy-frameworks script #84 @mironal
    • โž• added options.settingPreset to choose which setting presets get applied #100 @yonaskolb
    • โž• added link option for target dependencies #109 @keith

    ๐Ÿ”„ Changed

    • โšก๏ธ updated to xcproj 0.4.1 #85 @enmiller
    • don't copy base settings if config type has been left out #100 @yonaskolb
    • generate localised files under a single variant group #70 @ryohey
    • don't apply common project settings to configs with no type #100 @yonaskolb
    • config references in settings can now be partially matched and are case insensitive #111 @yonaskolb
    • other small internal changes @yonaskolb

    ๐Ÿ›  Fixed

    • ๐ŸŽ embed Carthage frameworks for macOS #82 @toshi0383
    • ๐Ÿ›  fixed copying of watchOS app resources #96 @keith
    • automatically ignore more file types for a target's sources (entitlements, gpx, apns) #94 @keith
    • ๐Ÿ”„ change make build to a PHONY task #98 @keith
    • ๐Ÿ‘ allow copying of resource files from dependant targets #95 @keith
    • ๐Ÿ›  fixed library linking #93 @keith
    • ๐Ÿ›  fixed duplicate carthage file references #107 @yonaskolb
    • ๐Ÿš€ an error is now shown if you try and generate a target scheme and don't have debug and release builds @yonaskolb

    Commits