Skip to content

Commit

Permalink
fix for failing iOS nightly build
Browse files Browse the repository at this point in the history
  • Loading branch information
siddarthkay committed Apr 3, 2024
1 parent 68402ae commit 8bd6b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/StatusIm.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@
);
runOnlyForDeploymentPostprocessing = 1;
shellPath = "/usr/bin/env sh";
shellScript = "\"${PROJECT_DIR}/scripts/set_xcode_version.sh\" > ./logs/set_xcode_version.log 2>&1\n";
shellScript = "\"${PROJECT_DIR}/scripts/set_xcode_version.sh\"\n";
};
/* End PBXShellScriptBuildPhase section */

Expand Down

0 comments on commit 8bd6b4b

Please sign in to comment.