/* $Id: plist.r,v 1.2 2005/01/11 22:48:55 andreradke Exp $ */ type 'plst' { string; }; read 'plst' (0) "app.plist"; //resource 'plst' (0) //{ // "/* Localized versions of Info.plist keys */\n" // "\n" // "CFBundleName = \"Frontier\";\n" /* short name for Mac OS X */ // "CFBundleShortVersionString = \"7.0b53\";\n" // "CFBundleGetInfoString = \"Powerful cross-platform web content management\n Userland Frontier\";\n" // "CFBundlePackateType = \"APPL\";\n" // "CFBundleSignature = \"LAND\";\n" //}; /* CFBundleInfoDictionaryVersion 6.0 CFBundleIdentifier com.GreatSoftware.HelloWorld CFBundleVersion 1.0 CFBundleDevelopmentRegion English CFBundleName HelloWorld CFBundlePackageType APPL CFBundleSignature ???? */