native macOS codings agent orchestrator
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #121 from supabitapp/fix/118-wt-missing-submodule-crash

Fix launch crash when bundled wt script is missing

authored by

khoi and committed by
GitHub
0aa727ae 7991923e

+22
+22
supacode.xcodeproj/project.pbxproj
··· 133 133 buildConfigurationList = D69CE0552F1F378200584C57 /* Build configuration list for PBXNativeTarget "supacode" */; 134 134 buildPhases = ( 135 135 D69CE0462F1F378200584C57 /* Sources */, 136 + D67F9B122F33000100A1B2C3 /* Verify git-wt script */, 136 137 D69CE0472F1F378200584C57 /* Frameworks */, 137 138 D69CE0482F1F378200584C57 /* Resources */, 138 139 ); ··· 246 247 runOnlyForDeploymentPostprocessing = 0; 247 248 }; 248 249 /* End PBXResourcesBuildPhase section */ 250 + 251 + /* Begin PBXShellScriptBuildPhase section */ 252 + D67F9B122F33000100A1B2C3 /* Verify git-wt script */ = { 253 + isa = PBXShellScriptBuildPhase; 254 + buildActionMask = 2147483647; 255 + files = ( 256 + ); 257 + inputFileListPaths = ( 258 + ); 259 + inputPaths = ( 260 + ); 261 + name = "Verify git-wt script"; 262 + outputFileListPaths = ( 263 + ); 264 + outputPaths = ( 265 + ); 266 + runOnlyForDeploymentPostprocessing = 0; 267 + shellPath = /bin/sh; 268 + shellScript = "WT_SCRIPT=\"${PROJECT_DIR}/Resources/git-wt/wt\"\nif [ ! -f \"$WT_SCRIPT\" ]; then\n echo \"error: Missing $WT_SCRIPT. Run: git submodule update --init Resources/git-wt\" >&2\n exit 1\nfi\nif [ ! -x \"$WT_SCRIPT\" ]; then\n echo \"error: $WT_SCRIPT is not executable.\" >&2\n exit 1\nfi\n"; 269 + }; 270 + /* End PBXShellScriptBuildPhase section */ 249 271 250 272 /* Begin PBXSourcesBuildPhase section */ 251 273 D69CE0462F1F378200584C57 /* Sources */ = {