home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 April
/
Chip_2004-04_cd1.bin
/
opsys
/
macos
/
efra
/
efra.dmg
/
EasyFrame.app
/
Contents
/
Info.plist
next >
Wrap
Extensible Markup Language
|
2004-02-25
|
1KB
|
46 lines
<?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>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>png</string>
<string>tiff</string>
<string>jpg</string>
<string>gif</string>
<string>pdf</string>
</array>
<key>CFBundleTypeName</key>
<string>Images</string>
</dict>
</array>
<key>CFBundleExecutable</key>
<string>EasyFrame</string>
<key>CFBundleGetInfoString</key>
<string>EasyFrame 1.0.6 Copyright © 2003 Yellow Mug Software</string>
<key>CFBundleIconFile</key>
<string>icon</string>
<key>CFBundleIdentifier</key>
<string>com.yellowmug.EasyFrame</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>EasyFrame</string>
<key>CFBundleShortVersionString</key>
<string>EasyFrame 1.0.6</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0.6</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
</dict>
</plist>