Skip to content

Commit

Permalink
Fix xcode 16
Browse files Browse the repository at this point in the history
  • Loading branch information
dimones committed Nov 7, 2024
1 parent a3f73b0 commit 52cfbad
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,6 @@ private void exportReference(final String id, final Path output) {
"xcrun",
"xcresulttool",
"export",
"--legacy",
"--type", "file",
"--path", inputPath.toAbsolutePath().toString(),
"--id", id,
Expand Down

0 comments on commit 52cfbad

Please sign in to comment.