react-native-version
react-native-version copied to clipboard
$(CURRENT_PROJECT_VERSION) variable was modified
In Info.plist, we are using some variables such as <string>$(CURRENT_PROJECT_VERSION)</string> for build number. Now react-native-version will change the variable to hard-coded number. Maybe it's better to detect it and does not change it.
Similar issue for {MARKETING_VERSION} in Xcode 11: https://github.com/stovmascript/react-native-version/issues/186
+1 I had the same issue. Is there a PR or a fork to allow this?