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.
2 parents c537172 + 94a0028 commit 46231f6Copy full SHA for 46231f6
packages/sdk-apple/src/tasks/taskTargetList.ts
@@ -4,7 +4,7 @@ import { SdkPlatforms } from '../common';
4
5
export default createTask({
6
description: 'List all available targets for specific platform',
7
- dependsOn: [RnvTaskName.workspaceConfigure],
+ dependsOn: [RnvTaskName.projectConfigure],
8
fn: async () => {
9
return listAppleDevices();
10
},
0 commit comments