XcodeGen v1.7.0 Release Notes

  • ➕ Added
    • ➕ Added support for scheme environment variables #239 #254 #259 @turekj @toshi0383
    • ➕ Added carthageExecutablePath option #244 @akkyie
    • ➕ Added parallelizeBuild and buildImplicitDependencies to Schemes #241 @rahul-malik @yonaskolb
    • ➕ Added support for Core Data xcdatamodeld files #249 @yonaskolb
    • Projects are now generated atomically by writing to a temporary directory first #250 @yonaskolb
    • ➕ Added script for adding precompiled binary to releases #246 @toshi0383
    • ➕ Added optional headerVisibilty to target source. This still defaults to public #252 @yonaskolb
    • 🚀 Releases now include a pre-compiled binary and setting presets, including an install script
    🛠 Fixed
    • 🛠 Fixed Mint installation from reading setting presets #248 @yonaskolb
    • 🛠 Fixed setting buildPhase on a folder source. This allows for a folder of header files #254 @toshi0383
    • ✅ Carthage dependencies are not automatically embedded into test targets #256 @yonaskolb
    • Carthage dependencies now respect the embed property #256 @yonaskolb
    • iMessage extensions now have proper setting presets in regards to app icon and runtime search paths #255 @yonaskolb
    • Excluded files are not added within .lproj directories #238 @toshi0383

    Commits