Skip to content

Commit

Permalink
feat(crashlytics, ios): put input files when pod install. (#4520)
Browse files Browse the repository at this point in the history
  • Loading branch information
tihimsm authored Nov 10, 2020
1 parent 107b07d commit f2161fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/crashlytics/react-native.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ module.exports = {
name: '[RNFB] Crashlytics Configuration',
path: './ios_config.sh',
execution_position: 'after_compile',
input_files: [
'${DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME}/Contents/Resources/DWARF/${TARGET_NAME}',
'$(SRCROOT)/$(BUILT_PRODUCTS_DIR)/$(INFOPLIST_PATH)',
],
},
],
},
Expand Down

1 comment on commit f2161fd

@vercel
Copy link

@vercel vercel bot commented on f2161fd Nov 10, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.