react-native-version icon indicating copy to clipboard operation
react-native-version copied to clipboard

$(CURRENT_PROJECT_VERSION) variable was modified

Open Jonathan0wh opened this issue 5 years ago • 2 comments

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.

Jonathan0wh avatar Aug 17 '20 01:08 Jonathan0wh

Similar issue for {MARKETING_VERSION} in Xcode 11: https://github.com/stovmascript/react-native-version/issues/186

Jonathan0wh avatar Aug 17 '20 01:08 Jonathan0wh

+1 I had the same issue. Is there a PR or a fork to allow this?

macdonaldr93 avatar Nov 07 '21 20:11 macdonaldr93