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
Added an experiment new caching feature. Pass --use-cache to opt in. This will read and write from a cache file to prevent unnecessarily generating the project. Give it a try as it may become the default in a future release #412@yonaskolb
Changed
Changed spelling of build phases to preBuildPhase and postBuildPhase. The older names are deprecated but still work #402@brentleyjones
Moved generation to a specific subcommand xcodegen generate. Simple xcodegen will continue to work for now #437@yonaskolb
If INFOPLIST_FILE has been set on a target, then an info path won't ovewrite it #443@feischl97
Fixed
Fixed XPC Service package type in generated Info.plist#435@alvarhansen
Fixed phase ordering for modulemap and static libary header Copy File phases. 402@brentleyjones
Fixed intermittent errors when running multiple xcodegens concurrently #450@bryansum