diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-10-17 04:40:51 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-10-17 04:40:51 +0000 |
commit | b78f5ce153f1fb6abd6b376c20a1c6112c378375 (patch) | |
tree | e23a3ac5b3acae3e4b5e3008575faf566a53cf50 /scripts | |
parent | d33819596369a8a7ce0696dbcf36c954b371a357 (diff) |
added blank 'flags' section for Mac OS X so its easy to add flags
svn path=/trunk/; revision=6121
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/generate-pd-settings-files.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/generate-pd-settings-files.sh b/scripts/generate-pd-settings-files.sh index 0b809aa8..50998f7c 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>0</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>\n\t<key>flags</key>\n\t<string></string>' MACOSX_FOOTER='</dict>\n </plist>\n' |