Skip to content

Commit

Permalink
fix/apple_target_list
Browse files Browse the repository at this point in the history
  • Loading branch information
ElenaDiachenko committed Sep 24, 2024
1 parent c537172 commit 94a0028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk-apple/src/tasks/taskTargetList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { SdkPlatforms } from '../common';

export default createTask({
description: 'List all available targets for specific platform',
dependsOn: [RnvTaskName.workspaceConfigure],
dependsOn: [RnvTaskName.projectConfigure],
fn: async () => {
return listAppleDevices();
},
Expand Down

0 comments on commit 94a0028

Please sign in to comment.