Fix subfolder watching on Mac by adding MONO_MANAGED_WATCHER=1 to info.plist. Slower, but working.

This commit is contained in:
Hylke Bons 2011-05-26 00:57:51 +01:00
parent b552b8226c
commit f4fe759994

View file

@ -2,8 +2,11 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleExecutable</key>
<string></string>
<key>LSEnvironment</key>
<dict>
<key>MONO_MANAGED_WATCHER</key>
<string>1</string>
</dict>
<key>CFBundleIconFile</key>
<string>sparkleshare</string>
<key>CFBundleIdentifier</key>