stovmascript/react-native-version

CFBundleVersion increment restart from the beginning if managed by env variable

iltumio opened this issue · 1 comments

The build number for iOS restarts from the beginning when the bundle version in Info.plist is managed by enviromental variable

<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>

This issue is not yet solved in 4.0.0, correct?