diff options
author | titer <[email protected]> | 2006-03-16 07:14:27 +0000 |
---|---|---|
committer | titer <[email protected]> | 2006-03-16 07:14:27 +0000 |
commit | a40bc8fa76c2e510498944b0de222cd843c6672a (patch) | |
tree | e80b05ce870d234bee023107fbf5e0b0013bb1ed /macosx/Express.plist | |
parent | 47765593ae5f554e3e6e0e41d32c3d300bf537d3 (diff) |
Renamed HB Portable to HB Express
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@35 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/Express.plist')
-rw-r--r-- | macosx/Express.plist | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/macosx/Express.plist b/macosx/Express.plist new file mode 100644 index 000000000..7dbd1012e --- /dev/null +++ b/macosx/Express.plist @@ -0,0 +1,24 @@ +<?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>CFBundleExecutable</key> + <string>${EXECUTABLE_NAME}</string> + <key>CFBundleIdentifier</key> + <string>org.m0k.handbrake.express</string> + <key>CFBundleInfoDictionaryVersion</key> + <string>6.0</string> + <key>CFBundlePackageType</key> + <string>APPL</string> + <key>CFBundleSignature</key> + <string>????</string> + <key>CFBundleVersion</key> + <string>1.0</string> + <key>NSMainNibFile</key> + <string>Express</string> + <key>NSPrincipalClass</key> + <string>NSApplication</string> +</dict> +</plist> |