Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/postlink
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ function addSentryProperties() {
Promise.resolve()
/* these steps patch the build files without user interactions */
.then(() => patchMatchingFile('**/app/build.gradle', patchBuildGradle))
.then(() => patchMatchingFile('**/*.xcodeproj/project.pbxproj', patchXcodeProj))
.then(() => patchMatchingFile('*/*.xcodeproj/project.pbxproj', patchXcodeProj))
.then(() => patchMatchingFile('**/AppDelegate.m', patchAppDelegate))
/* if any of the previous steps did something, this will patch
the index.PLATFORM.js files with the necessary initialization code */
Expand Down