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.
1 parent 42ff9c7 commit 5c4b295Copy full SHA for 5c4b295
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