Dynamic Properties in .xcconfig

Hi!

I'm searching for the best way to update NSHumanReadableCopyrightString so it automatically sets the current year. The thing is that I've got multiple targets with single copyright string (and all of them use common .xcconfig file).

Is there's a chance to achieve this?

The best solution would be something like this: COPYRIGHT = Copyright ${DATE:default=2022} © $(COMPANY_NAME).