Xcode – Current Project Version in Build Settings not updating as expected
Goal: To set my target's "Current Project Version" to $(CURRENT_PROJECT_VERSION) so that changing the project's info.plist's Bundle Version variable will automatically carry over to the project file. How I am doing it: I am using a script to change my…