Skip to content

Commit c44ef7e

Browse files
authored
feat(cli)!: bump minVersion to iOS 15 (#8092)
1 parent 5a13b26 commit c44ef7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ async function loadIOSConfig(rootDir: string, extConfig: ExternalConfig): Promis
284284
};
285285
return {
286286
name,
287-
minVersion: '14.0',
287+
minVersion: '15.0',
288288
platformDir,
289289
platformDirAbs,
290290
scheme,

0 commit comments

Comments
 (0)