Skip to content

Commit

Permalink
Merge pull request #1726 from flexn-io/chore/apple_target_list
Browse files Browse the repository at this point in the history
fix/apple_target_list
  • Loading branch information
pauliusguzas authored Sep 25, 2024
2 parents c537172 + 94a0028 commit 46231f6
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 46231f6

Please sign in to comment.