[PD-cvs] SF.net SVN: pure-data: [9789] trunk/packages/darwin_app/Info.plist.in

eighthave at users.sourceforge.net eighthave at users.sourceforge.net
Tue May 13 00:27:42 CEST 2008


Revision: 9789
          http://pure-data.svn.sourceforge.net/pure-data/?rev=9789&view=rev
Author:   eighthave
Date:     2008-05-12 15:27:41 -0700 (Mon, 12 May 2008)

Log Message:
-----------
laid out options for easy editing when people are building their own embedded pd apps

Modified Paths:
--------------
    trunk/packages/darwin_app/Info.plist.in

Modified: trunk/packages/darwin_app/Info.plist.in
===================================================================
--- trunk/packages/darwin_app/Info.plist.in	2008-05-12 18:13:08 UTC (rev 9788)
+++ trunk/packages/darwin_app/Info.plist.in	2008-05-12 22:27:41 UTC (rev 9789)
@@ -22,28 +22,32 @@
 	</array>
 	<key>CFBundleExecutable</key>
 	<string>PD_APP_NAME</string>
+	<key>CFBundleIconFile</key>
+	<string>pd.icns</string>
 	<key>CFBundleIdentifier</key>
 	<string>org.puredata.pd.wish</string>
 	<key>CFBundleInfoDictionaryVersion</key>
 	<string>6.0</string>
+	<key>CFBundleName</key>
+	<string>PD_APP_NAME</string>
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
+	<key>CFBundleShortVersionString</key>
+	<string>CFBUNDLESHORTVERSIONSTRING</string>
 	<key>CFBundleSignature</key>
 	<string>PdPd</string>
-	<key>CFBundleIconFile</key>
-	<string>pd.icns</string>
-	<key>CFBundleShortVersionString</key>
-	<string>CFBUNDLESHORTVERSIONSTRING</string>
 	<key>CFBundleVersion</key>
 	<string>CFBUNDLEVERSION</string>
-        <key>LSUIPresentationMode</key>
-        <integer>0</integer>
-        <key>LSUIElement</key>
-        <integer>0</integer>
-        <key>LSEnvironment</key>
-        <dict>
-          	<key>EXAMPLE_ENVIRONMENT_VARIABLE</key>
+	<key>LSBackgroundOnly</key>
+	<false/>
+	<key>LSEnvironment</key>
+	<dict>
+		<key>EXAMPLE_ENVIRONMENT_VARIABLE</key>
 		<string>this is just a test</string>
-        </dict>
+	</dict>
+	<key>LSUIElement</key>
+	<integer>0</integer>
+	<key>LSUIPresentationMode</key>
+	<integer>0</integer>
 </dict>
 </plist>


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Pd-cvs mailing list