Update of /cvsroot/pure-data/packages/darwin_app In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17333
Modified Files: Info.plist.in Log Message: 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
Index: Info.plist.in =================================================================== RCS file: /cvsroot/pure-data/packages/darwin_app/Info.plist.in,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Info.plist.in 27 Feb 2006 07:12:47 -0000 1.3 --- Info.plist.in 11 Jul 2007 19:22:34 -0000 1.4 *************** *** 35,38 **** --- 35,47 ---- <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>