Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit c4d123e

Browse files
chrmodsmalluban
authored andcommitted
realpath instead of readlink
1 parent 1f32a07 commit c4d123e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

UserAgent.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4869,8 +4869,8 @@
48694869
buildConfigurationList = F84B21DD1A090F8100AAB793 /* Build configuration list for PBXNativeTarget "Cliqz" */;
48704870
buildPhases = (
48714871
EDE37F14F4B6596330F4A6A5 /* [CP] Check Pods Manifest.lock */,
4872-
ACB6D4302306A77D002D64E6 /* Lint with SwiftLint */,
48734872
46C41EDB230EC92000CE54D2 /* Start React Native Server */,
4873+
ACB6D4302306A77D002D64E6 /* Lint with SwiftLint */,
48744874
F84B21BA1A090F8100AAB793 /* Sources */,
48754875
F84B21BC1A090F8100AAB793 /* Resources */,
48764876
28CE83DE1A1D1E7C00576538 /* Frameworks */,
@@ -5615,7 +5615,7 @@
56155615
);
56165616
runOnlyForDeploymentPostprocessing = 0;
56175617
shellPath = /bin/sh;
5618-
shellScript = "export NODE_BINARY=`readlink -f ~/.asdf/shims/node`\n\n./node_modules/react-native/scripts/react-native-xcode.sh\n";
5618+
shellScript = "export NODE_BINARY=`realpath ~/.asdf/shims/node`\n\n./node_modules/react-native/scripts/react-native-xcode.sh\n";
56195619
};
56205620
2DC5D550E7F9897533FC0409 /* [CP] Check Pods Manifest.lock */ = {
56215621
isa = PBXShellScriptBuildPhase;
@@ -5713,7 +5713,7 @@
57135713
);
57145714
runOnlyForDeploymentPostprocessing = 0;
57155715
shellPath = /bin/sh;
5716-
shellScript = "export NODE_BINARY=`readlink -f ~/.asdf/shims/node`\n\n./node_modules/react-native/scripts/react-native-xcode.sh\n";
5716+
shellScript = "export NODE_BINARY=`realpath ~/.asdf/shims/node`\n\n./node_modules/react-native/scripts/react-native-xcode.sh\n";
57175717
};
57185718
46504079241672C30086CFAF /* Bundle React Native code and images */ = {
57195719
isa = PBXShellScriptBuildPhase;
@@ -5767,7 +5767,7 @@
57675767
);
57685768
runOnlyForDeploymentPostprocessing = 0;
57695769
shellPath = /bin/sh;
5770-
shellScript = "export NODE_BINARY=`readlink -f ~/.asdf/shims/node`\n\n./node_modules/react-native/scripts/react-native-xcode.sh\n";
5770+
shellScript = "export NODE_BINARY=`realpath ~/.asdf/shims/node`\n\n./node_modules/react-native/scripts/react-native-xcode.sh\n";
57715771
};
57725772
6D73AECF1E1B3946094B40BC /* [CP] Check Pods Manifest.lock */ = {
57735773
isa = PBXShellScriptBuildPhase;

0 commit comments

Comments
 (0)