Skip to content

Commit

Permalink
Add input paths for strip symbols (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-e authored May 31, 2024
1 parent 3df5d44 commit 9c00418
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ios/HackerNews.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,7 @@
inputFileListPaths = (
);
inputPaths = (
"${DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME}/Contents/Resources/DWARF/${TARGET_NAME}",
);
name = "Strip Symbols";
outputFileListPaths = (
Expand Down

0 comments on commit 9c00418

Please sign in to comment.