You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 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