fix for .app packages in open dialogs in exported apps (#1959)

This commit is contained in:
Ben Fry
2013-07-11 08:43:44 -04:00
parent 7b98e0818d
commit 3d2ce83425
3 changed files with 14 additions and 2 deletions
+7 -1
View File
@@ -63,8 +63,14 @@
<string>true</string>
<key>com.apple.hwaccel</key>
<string>true</string>
<!--
As of 2.0.1, this was set to 'false', but not sure why.
Now changed to 'true', otherwise it shows .app packages
as folders when using selectInput() and others.
https://github.com/processing/processing/issues/1959
-->
<key>apple.awt.use-file-dialog-packages</key>
<string>false</string>
<string>true</string>
</dict>
</dict>
</dict>