diff options
author | ritsuka <[email protected]> | 2008-01-30 17:07:03 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2008-01-30 17:07:03 +0000 |
commit | d0723377bd1788fdead78aa30fbd2c246a92b8ad (patch) | |
tree | a485463027225133aea93cbc2cd1cb4290f168c4 /macosx/InstantHandBrake/Express.plist | |
parent | da963a205a1fb6965ae156d39d6ab18707ce609d (diff) |
Added more files to the ignore list.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1242 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/InstantHandBrake/Express.plist')
-rw-r--r-- | macosx/InstantHandBrake/Express.plist | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/macosx/InstantHandBrake/Express.plist b/macosx/InstantHandBrake/Express.plist index 61a862b21..15fb48a72 100644 --- a/macosx/InstantHandBrake/Express.plist +++ b/macosx/InstantHandBrake/Express.plist @@ -2,8 +2,12 @@ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> + <key>BuildDate</key> + <string>BUILDDATE</string> <key>CFBundleDevelopmentRegion</key> <string>English</string> + <key>CFBundleDocumentTypes</key> + <array/> <key>CFBundleExecutable</key> <string>${EXECUTABLE_NAME}</string> <key>CFBundleIconFile</key> @@ -14,19 +18,17 @@ <string>6.0</string> <key>CFBundlePackageType</key> <string>APPL</string> + <key>CFBundleShortVersionString</key> + <string>1.0a3</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> <string>BUILDID</string> - <key>CFBundleShortVersionString</key> - <string>1.0a3</string> - <key>LSMinimumSystemVersion</key> + <key>LSMinimumSystemVersion</key> <string>10.4.0</string> <key>NSMainNibFile</key> <string>Express</string> <key>NSPrincipalClass</key> <string>NSApplication</string> - <key>BuildDate</key> - <string>BUILDDATE</string> </dict> </plist> |