Skip to content

Commit 5c4b295

Browse files
author
mharle
committed
Do not search recursively in glob for ios.
1 parent 42ff9c7 commit 5c4b295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/postlink

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ function addSentryProperties() {
407407
Promise.resolve()
408408
/* these steps patch the build files without user interactions */
409409
.then(() => patchMatchingFile('**/app/build.gradle', patchBuildGradle))
410-
.then(() => patchMatchingFile('**/*.xcodeproj/project.pbxproj', patchXcodeProj))
410+
.then(() => patchMatchingFile('*/*.xcodeproj/project.pbxproj', patchXcodeProj))
411411
.then(() => patchMatchingFile('**/AppDelegate.m', patchAppDelegate))
412412
/* if any of the previous steps did something, this will patch
413413
the index.PLATFORM.js files with the necessary initialization code */

0 commit comments

Comments
 (0)