We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e2a59e commit c67e91dCopy full SHA for c67e91d
1 file changed
packages/platform-ios/src/lib/commands/signIos.ts
@@ -1,5 +1,6 @@
1
import type { PluginApi } from '@rock-js/config';
2
import { modifyApp, modifyIpa } from '@rock-js/platform-apple-helpers';
3
+import type { RockCLIOptions } from 'packages/tools/dist/src/index.js';
4
5
export type SignFlags = {
6
app: string;
@@ -50,7 +51,7 @@ const OPTIONS = [
50
51
description:
52
'Extract app bundle codesigning entitlements and combine with entitlements from new provisioning profile.',
53
},
-];
54
+] satisfies RockCLIOptions;
55
56
export const registerSignCommand = (api: PluginApi) => {
57
api.registerCommand({
0 commit comments