Some checks are pending
ci / validate (push) Waiting to run
The directory was already named CxLLM-LIB but the .xcodeproj, target, product name, and built dylib used the abbreviated 'CxLLM-LB' form. Rename the project bundle, all internal pbxproj references, and the Aggregate workspace pointer so naming is consistent everywhere.
9 lines
189 B
Bash
Executable File
9 lines
189 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# An example hook script to prepare a packed repository for use over
|
|
# dumb transports.
|
|
#
|
|
# To enable this hook, rename this file to "post-update".
|
|
|
|
exec git update-server-info
|