Skip to content

Commit

Permalink
fixup! fix(react-native): xcodeProject.path may not always be present
Browse files Browse the repository at this point in the history
  • Loading branch information
tido64 committed Oct 24, 2024
1 parent 390e630 commit 9e12bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-native/local-cli/runMacOS/runMacOS.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*
* @typedef {{
* name: string;
* path: string;
* path?: string;
* isWorkspace: boolean;
* }} XcodeProject
*
Expand Down

0 comments on commit 9e12bdd

Please sign in to comment.