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

[XaraXtreme-dev] Commit Complete



Commit by  : phil
Repository : xara
Revision   : 699
Date       : Tue Mar 21 16:11:48 GMT 2006

Changed paths:
   A /Trunk/XaraLX/XaraLX.app
   A /Trunk/XaraLX/XaraLX.app/Contents
   A /Trunk/XaraLX/XaraLX.app/Contents/Info.plist
   A /Trunk/XaraLX/XaraLX.app/Contents/MacOS
   A /Trunk/XaraLX/XaraLX.app/Contents/Resources
   A /Trunk/XaraLX/XaraLX.app/Contents/Resources/xaralx.icns

Added prototype bundle for Mac OS X


Diff:
Index: Trunk/XaraLX/XaraLX.app/Contents/Info.plist
===================================================================
--- Trunk/XaraLX/XaraLX.app/Contents/Info.plist	(revision 0)
+++ Trunk/XaraLX/XaraLX.app/Contents/Info.plist	(revision 699)
@@ -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>
Index: Trunk/XaraLX/XaraLX.app/Contents/Resources/xaralx.icns
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: Trunk/XaraLX/XaraLX.app/Contents/Resources/xaralx.icns
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream


Xara