1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-29 23:29:41 +02:00

Must always create the Info.plist.h header

This commit is contained in:
Leland Lucius 2020-02-02 12:21:38 -06:00
parent 675f59b21f
commit d5b1cbc151

View File

@ -1,11 +1,5 @@
#!/bin/sh
# Only want to run during a build
if [ -n "${ACTION}" -a "${ACTION}" != "build" ]
then
exit 0
fi
#
# Here we create empty xcconfig files if they do not exist. Otherwise,
# the build will fail.