XcodeGen v2.20.0 Release Notes

  • โž• Added

    • ๐Ÿ‘ Allow specifying a github name like JohnSundell/Ink instead of a full url for Swift Packages #1029 @yonaskolb
    • โž• Added explicity LastUpgradeCheck and LastUpgradeVersion override support so it's possible to override these properties without using the project.xcodeVersion. 1013 @Andre113
    • โž• Added macroExpansion for run in schemes #1036 @freddi-kit
    • โž• Added askForAppToLaunch for profile in schemes #1035 @freddi-kit
    • โž• Added support for selectedTests in schemes Test configuration. #913 @ooodin

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed regression on .storekit configuration files' default build phase. #1026 @jcolicchio
    • ๐Ÿ›  Fixed framework search paths when using .xcframeworks. #1015 @FranzBusch
    • ๐Ÿ›  Fixed bug where schemes without a build target would crash instead of displaying an error #1040 @dalemyers
    • Fixed files with names ending in Info.plist (such as GoogleServices-Info.plist) from being omitted from the Copy Resources build phase. Now, only the resolved info plist file for each specific target is omitted. #1027 @liamnichols

    Internal

    • ๐Ÿš€ Build universal binaries for release. XcodeGen now runs natively on Apple Silicon. #1024 @thii

    Commits