summaryrefslogtreecommitdiff
path: root/support/latable/LaTable.app/Contents/Info.plist
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /support/latable/LaTable.app/Contents/Info.plist
Initial commit
Diffstat (limited to 'support/latable/LaTable.app/Contents/Info.plist')
-rw-r--r--support/latable/LaTable.app/Contents/Info.plist58
1 files changed, 58 insertions, 0 deletions
diff --git a/support/latable/LaTable.app/Contents/Info.plist b/support/latable/LaTable.app/Contents/Info.plist
new file mode 100644
index 0000000000..e2544001c1
--- /dev/null
+++ b/support/latable/LaTable.app/Contents/Info.plist
@@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//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>CFBundleDisplayName</key>
+ <string>LaTable</string>
+ <key>CFBundleDocumentTypes</key>
+ <array>
+ <dict>
+ <key>CFBundleTypeExtensions</key>
+ <array>
+ <string>*</string>
+ <string>exe</string>
+ <string>EXE</string>
+ </array>
+ </dict>
+ </array>
+ <key>CFBundleExecutable</key>
+ <string>LaTable</string>
+ <key>CFBundleGetInfoString</key>
+ <string>LaTable 1.1 Copyright 2008 Ramón Manuel</string>
+ <key>CFBundleIconFile</key>
+ <string>appIcon.icns</string>
+ <key>CFBundleIdentifier</key>
+ <string>org.ramon.LaTable</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleName</key>
+ <string>LaTable</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>CFBundleShortVersionString</key>
+ <string>1.1</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>LSEnvironment</key>
+ <dict>
+ <key>APP_BUNDLER</key>
+ <string>Platypus-4.0</string>
+ </dict>
+ <key>LSHasLocalizedDisplayName</key>
+ <false/>
+ <key>LSMinimumSystemVersion</key>
+ <string>10.4</string>
+ <key>LSUIElement</key>
+ <false/>
+ <key>NSAppleScriptEnabled</key>
+ <false/>
+ <key>NSHumanReadableCopyright</key>
+ <string>LaTable 1.1 Copyright 2008 Ramón Manuel</string>
+ <key>NSMainNibFile</key>
+ <string>MainMenu</string>
+ <key>NSPrincipalClass</key>
+ <string>NSApplication</string>
+</dict>
+</plist>