Fixes path for BuildDotenvConfig.ruby on project.pbxproj
This commit is contained in:
parent
fe0f56e1d1
commit
2b2db8d713
|
@ -143,7 +143,7 @@
|
|||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
shellScript = "/Users/pedro/dev/lugg/react-native-config/ios/ReactNativeConfig/BuildDotenvConfig.ruby";
|
||||
shellScript = "./ReactNativeConfig/BuildDotenvConfig.ruby";
|
||||
};
|
||||
/* End PBXShellScriptBuildPhase section */
|
||||
|
||||
|
|
Loading…
Reference in New Issue