Skip to content

Commit ff2b91e

Browse files
authored
Merge pull request #146 from ZoetropeLabs/master
Do not search recursively in glob for ios.
2 parents 42ff9c7 + 5c4b295 commit ff2b91e

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)