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
1 changed files with 0 additions and 6 deletions

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.