Skip to content

Commit f89a467

Browse files
Fix: Add missing device build flag
1 parent d9c57c2 commit f89a467

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/cli-platform-apple/src/commands/buildCommand/buildOptions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export type BuildFlags = {
1313
extraParams?: string[];
1414
forcePods?: boolean;
1515
onlyPods?: boolean;
16+
device?: string | true;
1617
};
1718

1819
export const getBuildOptions = ({platformName}: BuilderCommand) => {

0 commit comments

Comments
 (0)