diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2003-06-01 00:23:57 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2003-06-01 00:23:57 +0000 |
| commit | 9c7ec90412754b36441871b6869ba582b10bb51a (patch) | |
| tree | f77e17eec5e2e0dbfea3f7c7b5c3f8db1638d182 /fluid/fluid.plist | |
| parent | 0aa85c540cc0b440d6ae46720f3496ce3733d4db (diff) | |
Fix open-documents callback stuff.
Add open documents callback to FLUID.
Add FLUID application to fltk.list file for packaging.
Add FLUID application icon and data files.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3020 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/fluid.plist')
| -rw-r--r-- | fluid/fluid.plist | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/fluid/fluid.plist b/fluid/fluid.plist new file mode 100644 index 000000000..b6fc19bdf --- /dev/null +++ b/fluid/fluid.plist @@ -0,0 +1,68 @@ +<?xml version="1.0" encoding="UTF-8"?> +<plist version="0.9"> + <dict> + <key>CFBundleInfoDictionaryVersion</key> + <string>6.0</string> + + <key>CFBundleExecutable</key> + <string>fluid</string> + + <key>CFBundleIdentifier</key> + <string>org.fltk.fluid</string> + + <key>CFBundleVersion</key> + <string>1.1.4</string> + + <key>CFBundleDevelopmentRegion</key> + <string>English</string> + + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2003 by Bill Spitzak and others</string> + + <key>CFAppleHelpAnchor</key> + <string>help</string> + + <key>CFBundleName</key> + <string>FLUID</string> + + <key>CFBundlePackageType</key> + <string>APPL</string> + + <key>CFBundleSignature</key> + <string>FLID</string> + + <key>CFBundleIconFile</key> + <string>fluid.icns</string> + + <key>CFBundleShortVersionString</key> + <string>1.1.4</string> + + <key>CFBundleGetInfoString</key> + <string>1.1.4, Copyright 1998-2003 by Bill Spitzak and others</string> + + <key>CFBundleDocumentTypes</key> + <array> + <dict> + <key>CFBundleTypeExtensions</key> + <array> + <string>fl</string> + </array> + + <key>CFBundleTypeIconFile</key> + <string>fluid.icns</string> + + <key>CFBundleTypeName</key> + <string>FLUID Designer File</string> + + <key>CFBundleTypeOSTypes</key> + <array> + <string>Flid</string> + </array> + + <key>CFBundleTypeRole</key> + <string>Editor</string> + </dict> + </array> + + </dict> +</plist> |
