|
From: Terry T. <ter...@us...> - 2005-01-03 00:41:12
|
Update of /cvsroot/frontierkernel/Frontier/build_GNU In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14112/Frontier/build_GNU Added Files: Info.plist Log Message: Initial checkin of support for building Frontier with GNU tools. --- NEW FILE: Info.plist --- <?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>*</string> </array> <key>CFBundleTypeName</key> <string>Any file</string> <key>CFBundleTypeOSTypes</key> <array> <string>****</string> </array> </dict> <dict> <key>CFBundleTypeExtensions</key> <array> <string>.root</string> </array> <key>CFBundleTypeOSTypes</key> <array> <string>TABL</string> </array> <key>CFBundleTypeName</key> <string>Frontier Root</string> </dict> <dict> <key>CFBundleTypeExtensions</key> <array> <string>.2clk</string> </array> <key>CFBundleTypeOSTypes</key> <array> <string>2CLK</string> </array> <key>CFBundleTypeName</key> <string>Frontier Desktop Script</string> </dict> <dict> <key>CFBundleTypeExtensions</key> <array> <string>.card</string> </array> <key>CFBundleTypeOSTypes</key> <array> <string>CARD</string> </array> <key>CFBundleTypeName</key> <string>Frontier Iowa Card</string> </dict> <dict> <key>CFBundleTypeExtensions</key> <array> <string>.fatp</string> </array> <key>CFBundleTypeOSTypes</key> <array> <string>FATP</string> </array> <key>CFBundleTypeName</key> <string>Frontier Fat Page</string> </dict> <dict> <key>CFBundleTypeExtensions</key> <array> <string>.ftop</string> </array> <key>CFBundleTypeOSTypes</key> <array> <string>FTop</string> </array> <key>CFBundleTypeName</key> <string>Frontier Outline</string> </dict> <dict> <key>CFBundleTypeExtensions</key> <array> <string>.ftsc</string> </array> <key>CFBundleTypeOSTypes</key> <array> <string>FTsc</string> </array> <key>CFBundleTypeName</key> <string>Frontier Script</string> </dict> <dict> <key>CFBundleTypeExtensions</key> <array> <string>.ftwp</string> </array> <key>CFBundleTypeOSTypes</key> <array> <string>FTwp</string> </array> <key>CFBundleTypeName</key> <string>Frontier WP Text</string> </dict> <dict> <key>CFBundleTypeExtensions</key> <array> <string>.ftmb</string> </array> <key>CFBundleTypeOSTypes</key> <array> <string>FTmb</string> </array> <key>CFBundleTypeName</key> <string>Frontier Menu Bar</string> </dict> <dict> <key>CFBundleTypeExtensions</key> <array> <string>.fttb</string> </array> <key>CFBundleTypeOSTypes</key> <array> <string>FTtb</string> </array> <key>CFBundleTypeName</key> <string>Frontier Table</string> </dict> <dict> <key>CFBundleTypeExtensions</key> <array> <string>.ftpc</string> </array> <key>CFBundleTypeOSTypes</key> <array> <string>FTpc</string> </array> <key>CFBundleTypeName</key> <string>Frontier Picture</string> </dict> <dict> <key>CFBundleTypeExtensions</key> <array> <string>.ftds</string> </array> <key>CFBundleTypeOSTypes</key> <array> <string>FTds</string> </array> <key>CFBundleTypeName</key> <string>Frontier Desktop Script</string> </dict> </array> <key>CFBundleExecutable</key> <string>${PRODUCT_NAME_STR}</string> <key>CFBundleGetInfoString</key> <string>${PRODUCT_VERSION_STR}; © 1992-${COPYRIGHT_YEAR_STR} Userland Software, Inc.</string> <key>CFBundleIconFile</key> <string>Frontier.icns</string> <key>CFBundleIdentifier</key> <string>com.scripting.Frontier</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleName</key> <string>${PRODUCT_NAME_STR}</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> <string>${PRODUCT_VERSION_STR}</string> <key>CFBundleSignature</key> <string>LAND</string> <key>CFBundleVersion</key> <string>${PRODUCT_VERSION_STR}</string> </dict> </plist> |