[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]

[XaraXtreme-commits] Commit Complete



Commit by  : phil
Repository : xara
Revision   : 1719
Date       : Fri Aug 25 14:23:03 BST 2006

Changed paths:
   A /Trunk/XaraLX/Info.plist

Info.plist file for use by Mac XCode project


Diff:
Index: Trunk/XaraLX/Info.plist
===================================================================
--- Trunk/XaraLX/Info.plist	(revision 0)
+++ Trunk/XaraLX/Info.plist	(revision 1719)
@@ -0,0 +1,55 @@
+<?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>xar</string>
+			</array>
+			<key>CFBundleTypeIconFile</key>
+			<string>xaralx.icns</string>
+			<key>CFBundleTypeName</key>
+			<string>XaraLX drawing</string>
+			<key>CFBundleTypeOSTypes</key>
+			<array>
+				<string>XAR</string>
+			</array>
+			<key>CFBundleTypeRole</key>
+			<string>Editor</string>
+			<key>NSDocumentClass</key>
+			<string>MBCDocument</string>
+		</dict>
+	</array>
+	<key>CFBundleExecutable</key>
+	<string>XaraLX</string>
+	<key>CFBundleGetInfoString</key>
+	<string>XaraLX Version 0.3, Copyright 1994-2006 Xara Group Ltd and Contributors.</string>
+	<key>CFBundleHelpBookFolder</key>
+	<string>XaraLXHelp</string>
+	<key>CFBundleHelpBookName</key>
+	<string>XaraLX Help</string>
+	<key>CFBundleIconFile</key>
+	<string>xaralx.icns</string>
+	<key>CFBundleIdentifier</key>
+	<string>com.xara.XaraLX</string>
+	<key>CFBundleInfoDictionaryVersion</key>
+	<string>0.3</string>
+	<key>CFBundleName</key>
+	<string>XaraLX</string>
+	<key>CFBundlePackageType</key>
+	<string>APPL</string>
+	<key>CFBundleShortVersionString</key>
+	<string>0.3</string>
+	<key>CFBundleSignature</key>
+	<string>XALX</string>
+	<key>CFBundleVersion</key>
+	<string>0.3</string>
+	<key>NSPrincipalClass</key>
+	<string>NSApplication</string>
+</dict>
+</plist>


Xara