aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-07-11 19:22:34 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-07-11 19:22:34 +0000
commit6d70651665a4687c8fddd33fc66adc99d9aba40f (patch)
treef5b15f41e83f0542b247dd7de4f07b56c9477618
parent147aad674bdf48824950f2cd7e4b6695916ba36a (diff)
added some handy variables that I discovered from the Apple docs. Right now, they don't do anything, but they are there so that they can be easily edited when someone desires
svn path=/trunk/; revision=8019
-rw-r--r--packages/darwin_app/Info.plist.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/darwin_app/Info.plist.in b/packages/darwin_app/Info.plist.in
index 075493b8..6c4d9a69 100644
--- a/packages/darwin_app/Info.plist.in
+++ b/packages/darwin_app/Info.plist.in
@@ -34,5 +34,14 @@
<string>pd.icns</string>
<key>CFBundleVersion</key>
<string>PD_VERSION</string>
+ <key>LSUIPresentationMode</key>
+ <integer>0</integer>
+ <key>LSUIElement</key>
+ <integer>0</integer>
+ <key>LSEnvironment</key>
+ <dict>
+ <key>EXAMPLE_ENVIRONMENT_VARIABLE</key>
+ <string>this is just a test</string>
+ </dict>
</dict>
</plist>