pitch-dark/bin/fixFileInformation.sh

5 lines
130 B
Bash
Executable File

#!/bin/sh
addr=`grep kPitchDarkBinaryAddress src/constants.a | cut -d"$" -f2`
sed -i -e "s/kPitchDarkBinaryAddress/$addr/g" "$1"