Skip to content

Commit

Permalink
realpath instead of readlink
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmod authored and smalluban committed Aug 23, 2023
1 parent 1f32a07 commit c4d123e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions UserAgent.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -4869,8 +4869,8 @@
buildConfigurationList = F84B21DD1A090F8100AAB793 /* Build configuration list for PBXNativeTarget "Cliqz" */;
buildPhases = (
EDE37F14F4B6596330F4A6A5 /* [CP] Check Pods Manifest.lock */,
ACB6D4302306A77D002D64E6 /* Lint with SwiftLint */,
46C41EDB230EC92000CE54D2 /* Start React Native Server */,
ACB6D4302306A77D002D64E6 /* Lint with SwiftLint */,
F84B21BA1A090F8100AAB793 /* Sources */,
F84B21BC1A090F8100AAB793 /* Resources */,
28CE83DE1A1D1E7C00576538 /* Frameworks */,
Expand Down Expand Up @@ -5615,7 +5615,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "export NODE_BINARY=`readlink -f ~/.asdf/shims/node`\n\n./node_modules/react-native/scripts/react-native-xcode.sh\n";
shellScript = "export NODE_BINARY=`realpath ~/.asdf/shims/node`\n\n./node_modules/react-native/scripts/react-native-xcode.sh\n";
};
2DC5D550E7F9897533FC0409 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
Expand Down Expand Up @@ -5713,7 +5713,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "export NODE_BINARY=`readlink -f ~/.asdf/shims/node`\n\n./node_modules/react-native/scripts/react-native-xcode.sh\n";
shellScript = "export NODE_BINARY=`realpath ~/.asdf/shims/node`\n\n./node_modules/react-native/scripts/react-native-xcode.sh\n";
};
46504079241672C30086CFAF /* Bundle React Native code and images */ = {
isa = PBXShellScriptBuildPhase;
Expand Down Expand Up @@ -5767,7 +5767,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "export NODE_BINARY=`readlink -f ~/.asdf/shims/node`\n\n./node_modules/react-native/scripts/react-native-xcode.sh\n";
shellScript = "export NODE_BINARY=`realpath ~/.asdf/shims/node`\n\n./node_modules/react-native/scripts/react-native-xcode.sh\n";
};
6D73AECF1E1B3946094B40BC /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
Expand Down

0 comments on commit c4d123e

Please sign in to comment.