All Versions
85
Latest Version
Avg Release Cycle
26 days
Latest Release
-

Changelog History
Page 2

  • v8.0.0 Changes

    ๐Ÿ›  Fixed

    • โž• Adding group set incorrect parent in case of complex path #614 by @avdyushin
    • ๐Ÿ’ฅ Breaking Fixed issue where some schemes could not be deserialized because a buildable reference did not contain a blueprint identifier #612 by @daltonclaybrook
    • โž• Added the com.apple.product-type.driver-extension and com.apple.product-type.system-extension PBXProductType #618 by @vgorloff.

    ๐Ÿ”„ Changed

    • ๐Ÿ’ฅ Breaking Make runPostActionsOnFailure optional #619 by @kwridan
  • v7.23.0 Changes

    โž• Added

    • ๐Ÿ‘ Allows passing BuildableIdentifier String to BuildableReference initializer #605 by @freddi-kit

    ๐Ÿ›  Fixed

  • v7.22.0 Changes

    โž• Added

    • CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER to default build setting #608 by @fortmarek

    ๐Ÿ›  Fixed

  • v7.21.0 Changes

    ๐Ÿ”„ Changed

  • v7.20.0 Changes

    โž• Added

  • v7.19.0 Changes

    ๐Ÿ›  Fixed

    • 0๏ธโƒฃ JSON decoder not properly decoding defaultConfigurationIsVisible in some projects #593 by @tjwio
    • JSON decoder not properly decoding proxyType in some projects #596 by @tjwio
    • ๐Ÿ— BuildPhaseTests not handling failure cases properly #597 by @tjwio
    • ๐Ÿ“œ xcconfig parser does not support inline comments #602 by @dive
  • v7.18.0 Changes

    November 11, 2020

    7.18.0 - Penguin

    โž• Added

    • ๐Ÿ‘Œ Support for building and running on Linux. #585 by @elliottwilliams. Tested for compatibility with Swift 5.3 on Ubuntu 18.04. XcodeProj requires FoundationXML / libxml2, which is part of the standard Swift Linux toolchain but not necessarily available in all environments.
  • v7.17.0 Changes

    October 28, 2020

    โž• Added

    • โž• Added the com.apple.product-type.metal-library PBXProductType #576 by @deatondg.
    • ๐Ÿ—„ Deprecate PBXBuildPhase.type() function #571 by @marciniwanicki.
    • โž• Added runOncePerArchitecture attribute to PBXBuildRule #570 by @sascha
  • v7.16.0 Changes

    October 27, 2020

    โž• Added

    • Set the right module_name in the .podspec. #578 by @dflems.
  • v7.15.0 Changes

    October 09, 2020

    ๐Ÿ›  Fixed

    โž• Added

    • โž• Add support for alwaysOutOfDate flag in PBXShellScriptBuildPhase #572 by @marciniwanicki
    • โž• Added PBXShellScriptBuildPhase.dependencyFile attribute #568 by @polac24
    • โž• Add support for StoreKitConfigurationFileReference in LaunchAction of XCScheme #573 by @jcolicchio