I am using a script originally developed by Tommy in 2014. It updates the info.plist value for CFBundleVersion. Latest version of Xcode 16.4 modifies the behavior of the script. If I clean the build folder, the value is set by the script that runs after Copy Bundle Resources and modifies the info.plist file in the Debug version of the app. Subsequent runs using the same build seem to execute the script but the info.plist value reverts to the value set in the source directory. The script calculates a value based on the number of revisions to the current branch.