Closed mpsnp closed 5 years ago
@mpsnp: Thanks for your help / time.
We never had any problems (in GIT) with unchanged files, probably because we gitignore the Pods
folder and Project/Resources/Assets.xcassets/AppIcon.appiconset/
by default.
But any adjustments / improvements are appreciated.
Then I think incremental compile times will be reduced in your projects 😉 cause when for example .xcconfig
files change, it tries to rebuild everything. As well as this breaks Xcode 11 previews feature.
Fixes unneeded rewrites of unchanged files, which caused almost whole project rebuild.