Skip to content

Commit

Permalink
chore: uncommit pbxproj file
Browse files Browse the repository at this point in the history
Signed-off-by: Bryce McMath <[email protected]>
  • Loading branch information
bryce-mcmath committed Nov 22, 2024
1 parent 7a42412 commit 0fe1fcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/ios/AriesBifold.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,8 @@
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/zsh;
shellScript = "set -e\n\nexport NODE_BINARY=/Users/brycem/.nvm/versions/node/v18.20.3/bin/node\n../node_modules/react-native/scripts/react-native-xcode.sh\n";
shellPath = /bin/sh;
shellScript = "set -e\n\nexport NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh\n";
};
0B96C4C87D1B6FFB2C232A4F /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
Expand Down

0 comments on commit 0fe1fcf

Please sign in to comment.