aboutsummaryrefslogtreecommitdiff
path: root/packages/darwin_app/Info.plist.in
diff options
context:
space:
mode:
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>