|
From: creedon <icr...@us...> - 2005-09-29 21:36:32
|
Update of /cvsroot/frontierkernel/Frontier/build_XCode In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23794 Modified Files: Info.plist Log Message: changed mac open file dialog to make it easier to access Mac OS X style osax. Index: Info.plist =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/build_XCode/Info.plist,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Info.plist 11 Nov 2004 09:23:39 -0000 1.2 --- Info.plist 29 Sep 2005 21:36:24 -0000 1.3 *************** *** 41,45 **** </array> <key>CFBundleTypeName</key> ! <string>Frontier Desktop Script</string> </dict> <dict> --- 41,45 ---- </array> <key>CFBundleTypeName</key> ! <string>Frontier Desktop Script (2CLK)</string> </dict> <dict> *************** *** 60,69 **** <string>.fatp</string> </array> <key>CFBundleTypeOSTypes</key> <array> <string>FATP</string> </array> - <key>CFBundleTypeName</key> - <string>Frontier Fat Page</string> </dict> <dict> --- 60,71 ---- <string>.fatp</string> </array> + <key>CFBundleTypeName</key> + <string>Frontier Fat Page</string> <key>CFBundleTypeOSTypes</key> <array> <string>FATP</string> + <string>.FAT</string> + <string>FAT </string> </array> </dict> <dict> *************** *** 149,153 **** </array> <key>CFBundleTypeName</key> ! <string>Frontier Desktop Script</string> </dict> </array> --- 151,155 ---- </array> <key>CFBundleTypeName</key> ! <string>Frontier Desktop Script (FTds)</string> </dict> </array> |