diff options
Diffstat (limited to 'MP4toMOV/MP4toMOV.app/Contents/Info.plist')
-rw-r--r-- | MP4toMOV/MP4toMOV.app/Contents/Info.plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MP4toMOV/MP4toMOV.app/Contents/Info.plist b/MP4toMOV/MP4toMOV.app/Contents/Info.plist new file mode 100644 index 000000000..6804bf8f2 --- /dev/null +++ b/MP4toMOV/MP4toMOV.app/Contents/Info.plist @@ -0,0 +1 @@ +<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist SYSTEM
"file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist version="0.9">
<dict>
<key>CFBundleExecutable</key>
<string>MP4toMOV</string>
<key>CFBundleName</key>
<string>MP4toMOV</string>
<key>CFBundleIdentifier</key>
<string></string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleVersion</key>
<string>1.0.0d0</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string></string>
<key>CFBundleGetInfoString</key>
<string></string>
<key>CFBundleShortVersionString</key>
<string></string>
<key>CFBundleIconFile</key>
<string>MP4toMOV.icns</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeName</key>
<string>MP4</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>****</string>
</array>
<key>CFBundleTypeExtensions</key>
<array>
<string>mp4</string>
</array>
</dict>
</array>
</dict>
</plist>
\ No newline at end of file |