Skip to content

Commit c67e91d

Browse files
artus9033thymikee
authored andcommitted
refactor: use RockCLIOptions type in platform-ios
1 parent 9e2a59e commit c67e91d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/platform-ios/src/lib/commands/signIos.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import type { PluginApi } from '@rock-js/config';
22
import { modifyApp, modifyIpa } from '@rock-js/platform-apple-helpers';
3+
import type { RockCLIOptions } from 'packages/tools/dist/src/index.js';
34

45
export type SignFlags = {
56
app: string;
@@ -50,7 +51,7 @@ const OPTIONS = [
5051
description:
5152
'Extract app bundle codesigning entitlements and combine with entitlements from new provisioning profile.',
5253
},
53-
];
54+
] satisfies RockCLIOptions;
5455

5556
export const registerSignCommand = (api: PluginApi) => {
5657
api.registerCommand({

0 commit comments

Comments
 (0)