We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e274e4d + f1cb00e commit 4360122Copy full SHA for 4360122
src/lib/react-native-utils.ts
@@ -86,6 +86,7 @@ export function getReactNativeProjectAppVersion(
86
.concat(xcodeProjectConfig, '".\n')
87
);
88
const xcodeContents = fs.readFileSync(xcodeProjectConfig).toString();
89
+
90
const xcodeVersionRegex = /Release[\s\S]*MARKETING_VERSION = (\d+\.\d+\.\d+)/gm;
91
let xcodeVersion;
92
let match;
0 commit comments