aboutsummaryrefslogtreecommitdiff
path: root/packages/darwin_app/Info.plist.in
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-05-12 22:27:41 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-05-12 22:27:41 +0000
commitae9b1a2c8193152d63eb39e9bcfd9d61ff68fad4 (patch)
treebf4c6391a98ff3cbd0e8360aa6f68e334f287ca5 /packages/darwin_app/Info.plist.in
parent60390542fe3c2ff60b8d4b565ed5c656377789e5 (diff)
laid out options for easy editing when people are building their own embedded pd apps
svn path=/trunk/; revision=9789
Diffstat (limited to 'packages/darwin_app/Info.plist.in')
-rw-r--r--packages/darwin_app/Info.plist.in28
1 files changed, 16 insertions, 12 deletions
diff --git a/packages/darwin_app/Info.plist.in b/packages/darwin_app/Info.plist.in
index 2d1a877d..d56bcc2f 100644
--- a/packages/darwin_app/Info.plist.in
+++ b/packages/darwin_app/Info.plist.in
@@ -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>CFBundleSignature</key>
- <string>PdPd</string>
- <key>CFBundleIconFile</key>
- <string>pd.icns</string>
<key>CFBundleShortVersionString</key>
<string>CFBUNDLESHORTVERSIONSTRING</string>
+ <key>CFBundleSignature</key>
+ <string>PdPd</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>