mirror of
https://github.com/darlinghq/darling-security.git
synced 2025-03-01 06:56:12 +00:00
4 lines
142 B
Bash
4 lines
142 B
Bash
|
|
find . -type f -not -wholename \*.git\* -exec sed -i 's/CoreServices\/\.\.\/Frameworks\/CarbonCore\.framework\/Headers/CoreServices/' {} \;
|
|
|