We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c7b2c9 commit f829cccCopy full SHA for f829ccc
src/bin/ios.ts
@@ -12,6 +12,6 @@ export const writeVersion = (contents, version) => {
12
versionCode *= 100
13
}
14
const finalContent = newContent
15
- .replace(/(.*(?:CURRENT_PROJECT_VERSION[ \t]+).*)/g, `\t\t\t\tCURRENT_PROJECT_VERSION = "${versionPure}";`)
+ .replace(/(.*(?:CURRENT_PROJECT_VERSION[ \t]+).*)/g, `\t\t\t\tCURRENT_PROJECT_VERSION = "${versionCode}";`)
16
return finalContent
17
0 commit comments