aboutsummaryrefslogtreecommitdiff
path: root/scripts/generate-pd-settings-files.sh
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-04-13 05:39:13 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-04-13 05:39:13 +0000
commitf33df2d97488542a1c47eb87ead9594aac8141bd (patch)
treecaa1b9f52de5fb946a59d18258869575c4bd35b0 /scripts/generate-pd-settings-files.sh
parentd6d08f35cd058595014b2eb94eaef7de0194780f (diff)
audio glitchiness on OSX is atrocious with defeatrt enabled, so reenabling by default
svn path=/trunk/; revision=4900
Diffstat (limited to 'scripts/generate-pd-settings-files.sh')
-rwxr-xr-xscripts/generate-pd-settings-files.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/generate-pd-settings-files.sh b/scripts/generate-pd-settings-files.sh
index d7472927..04902915 100755
--- a/scripts/generate-pd-settings-files.sh
+++ b/scripts/generate-pd-settings-files.sh
@@ -16,7 +16,7 @@ WINDOWS_FILE=${ROOT_DIR}/win32_inno/pd-settings.reg
GNULINUX_HEADER='standardpath: 1\nverbose: 0'
-MACOSX_HEADER='<?xml version="1.0" encoding="UTF-8"?>\n<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">\n<plist version="1.0">\n<dict>\n\t<key>defeatrt</key>\n\t<string>1</string>'
+MACOSX_HEADER='<?xml version="1.0" encoding="UTF-8"?>\n<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">\n<plist version="1.0">\n<dict>\n\t<key>defeatrt</key>\n\t<string>0</string>'
MACOSX_FOOTER='</dict>\n
</plist>\n'