aboutsummaryrefslogtreecommitdiff
path: root/packages/darwin_app/Info.plist
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
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')
-rw-r--r--packages/darwin_app/Info.plist37
1 files changed, 0 insertions, 37 deletions
diff --git a/packages/darwin_app/Info.plist b/packages/darwin_app/Info.plist
deleted file mode 100644
index f62d6ba2..00000000
--- a/packages/darwin_app/Info.plist
+++ /dev/null
@@ -1,37 +0,0 @@
-<?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</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</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>0.37-CVS</string>
-</dict>
-</plist>