diff options
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> |