Skip to content

Commit 4360122

Browse files
committed
Merge branch 'master' of github.com:shm-open/code-push-cli
2 parents e274e4d + f1cb00e commit 4360122

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)