aboutsummaryrefslogtreecommitdiff
path: root/packages/darwin_app/Info.plist.in
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-11-23 06:47:00 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-11-23 06:47:00 +0000
commitbd69cd10223357085722afffc1fac21a2b371fc3 (patch)
treeeb1f1aba0e88a2cb10456e86f2645334d9f4029a /packages/darwin_app/Info.plist.in
parentb5effdc79ae2efa28a4ef2fd154b0947a1717fbe (diff)
added target to compile Info.plist and used the common $(PACKAGE_NAME) instead of local variables
svn path=/trunk/; revision=4020
Diffstat (limited to 'packages/darwin_app/Info.plist.in')
-rw-r--r--packages/darwin_app/Info.plist.in37
1 files changed, 37 insertions, 0 deletions
diff --git a/packages/darwin_app/Info.plist.in b/packages/darwin_app/Info.plist.in
new file mode 100644
index 00000000..d2a4201a
--- /dev/null
+++ b/packages/darwin_app/Info.plist.in
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>CFBundleDevelopmentRegion</key>
+ <string>English</string>
+ <key>CFBundleDocumentTypes</key>
+ <array>
+ <dict>
+ <key>CFBundleTypeExtensions</key>
+ <array>
+ <string>PD_APP_NAME</string>
+ </array>
+ <key>CFBundleTypeIconFile</key>
+ <string>pd-file.icns</string>
+ <key>CFBundleTypeName</key>
+ <string>Pure Data Patch</string>
+ <key>CFBundleTypeRole</key>
+ <string>Editor</string>
+ </dict>
+ </array>
+ <key>CFBundleExecutable</key>
+ <string>Pd</string>
+ <key>CFBundleIdentifier</key>
+ <string>org.puredata.pd</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleIconFile</key>
+ <string>pd.icns</string>
+ <key>CFBundleVersion</key>
+ <string>PD_VERSION</string>
+</dict>
+</plist>