We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 42ff9c7 + 5c4b295 commit ff2b91eCopy full SHA for ff2b91e
scripts/postlink
@@ -407,7 +407,7 @@ function addSentryProperties() {
407
Promise.resolve()
408
/* these steps patch the build files without user interactions */
409
.then(() => patchMatchingFile('**/app/build.gradle', patchBuildGradle))
410
- .then(() => patchMatchingFile('**/*.xcodeproj/project.pbxproj', patchXcodeProj))
+ .then(() => patchMatchingFile('*/*.xcodeproj/project.pbxproj', patchXcodeProj))
411
.then(() => patchMatchingFile('**/AppDelegate.m', patchAppDelegate))
412
/* if any of the previous steps did something, this will patch
413
the index.PLATFORM.js files with the necessary initialization code */
0 commit comments