Skip to content

Commit

Permalink
Add color to synchronized group message
Browse files Browse the repository at this point in the history
  • Loading branch information
gcasa committed Nov 22, 2024
1 parent 9a362c4 commit 955465d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XCode/PBXSourcesBuildPhase.m
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ - (BOOL) build
}
else
{
xcputs("+++ Using synchronized group...");
xcputs([[NSString stringWithFormat: @"%s+++ Using synchronized group...%s", YELLOW, RESET] cString]);
}

en = [files objectEnumerator];
Expand Down

0 comments on commit 955465d

Please sign in to comment.