Skip to content

Commit f1cb00e

Browse files
authored
Merge pull request #102 from dodododooo/master
新增hermesCommand路径,新增从xcodeProjectConfig中读取版本
2 parents 29c17a0 + bf71c79 commit f1cb00e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/react-native-utils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ export function getReactNativeProjectAppVersion(
8686
.concat(xcodeProjectConfig, '".\n')
8787
);
8888
const xcodeContents = fs.readFileSync(xcodeProjectConfig).toString();
89+
8990
const xcodeVersionRegex = /Release[\s\S]*MARKETING_VERSION = (\d+\.\d+\.\d+)/gm;
9091
let xcodeVersion;
9192
let match;

0 commit comments

Comments
 (0)