[app][ios] improve missing plist file warning message

[skip ci]
This commit is contained in:
Salakar
2019-05-20 22:20:11 +01:00
parent 29c8b566ca
commit fedd39febe

View File

@@ -85,7 +85,7 @@ for plist in ${_TARGET_PLIST} ${_DSYM_PLIST} ; do
setPlistValue ${_PLIST_ENTRY_KEYS[$i]} ${_PLIST_ENTRY_TYPES[$i]} ${_PLIST_ENTRY_VALUES[$i]} ${plist}
done
else
echo "warning: A plist file was not found"
echo "warning: A Info.plist build output file was not found (${plist})"
fi
done