[etoys-dev] [SVN][486] Fix to-go meta data

commits at etoys.squeak.org commits at etoys.squeak.org
Sun Sep 12 09:51:17 EDT 2010


Repository: http://etoys.squeak.org/svn

Revision: 486
Author:   bf
Date:     2010-09-12 13:51:16 +0000 (Sun, 12 Sep 2010)
Log Message:
-----------
Fix to-go meta data

Modified Paths:
--------------
    trunk/VM/os-x/Contents/Info.plist
    trunk/VM/to-go/Contents/Info.plist

-------------- next part --------------
Modified: trunk/VM/os-x/Contents/Info.plist
===================================================================
--- trunk/VM/os-x/Contents/Info.plist	2010-09-12 13:48:46 UTC (rev 485)
+++ trunk/VM/os-x/Contents/Info.plist	2010-09-12 13:51:16 UTC (rev 486)
@@ -388,9 +388,9 @@
 	<key>CFBundleExecutable</key>
 	<string>Squeak VM Opt</string>
 	<key>CFBundleGetInfoString</key>
-	<string>Etoys 4.1 RC 1, VM 4.2.4b1u</string>
+	<string>Etoys 4.1 RC1, VM 4.2.4b1</string>
 	<key>CFBundleShortVersionString</key>
-	<string>4.1rc1</string>
+	<string>4.1 RC1</string>
 	<key>CFBundleIconFile</key>
 	<string>etoys.icns</string>
 	<key>CFBundleIdentifier</key>
@@ -398,7 +398,7 @@
 	<key>CFBundleInfoDictionaryVersion</key>
 	<string>6.0</string>
 	<key>CFBundleName</key>
-	<string>Etoys 4.1 RC 1</string>
+	<string>Etoys 4.1 RC1</string>
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleSignature</key>
@@ -487,8 +487,8 @@
 	<integer>25</integer>
 	<key>SqueakUIFlushUseHighPercisionClock</key>
 	<true/>
-	<key>SqueakUseFileMappedMMAP</key>
-	<false/>
+        <key>SqueakUseFileMappedMMAP</key>
+        <false/>
 	<key>SqueakWindowAttribute</key>
 	<data>ggAAHw==</data>
 	<key>SqueakWindowHasTitle</key>

Modified: trunk/VM/to-go/Contents/Info.plist
===================================================================
--- trunk/VM/to-go/Contents/Info.plist	2010-09-12 13:48:46 UTC (rev 485)
+++ trunk/VM/to-go/Contents/Info.plist	2010-09-12 13:51:16 UTC (rev 486)
@@ -298,29 +298,31 @@
 				<string>STpr</string>
 				<key>public.filename-extension</key>
 				<string>pr</string>
+				<key>public.mime-type</key>
+				<string>application/x-squeak-project</string>
 			</dict>
 		</dict>
 	</array>
 	<key>CFBundleExecutable</key>
 	<string>Squeak VM Opt</string>
 	<key>CFBundleGetInfoString</key>
-	<string>Etoys-To-Go 4.0, VM 4.2.2b1</string>
+	<string>Etoys-To-Go 4.1 RC1, VM 4.2.4b1</string>
 	<key>CFBundleShortVersionString</key>
-	<string>4.0</string>
+	<string>4.1 RC1</string>
 	<key>CFBundleIconFile</key>
 	<string>etoys.icns</string>
 	<key>CFBundleIdentifier</key>
-	<string>org.squeakland.EtoysToGo4</string>
+	<string>org.squeakland.EtoysToGo41</string>
 	<key>CFBundleInfoDictionaryVersion</key>
 	<string>6.0</string>
 	<key>CFBundleName</key>
-	<string>Etoys-To-Go 4</string>
+	<string>Etoys-To-Go 4.1 RC1</string>
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleSignature</key>
 	<string>FAST</string>
 	<key>CFBundleVersion</key>
-	<string>11</string>
+	<string>1</string>
 	<key>CGDisableCoalescedUpdates</key>
 	<true/>
 	<key>LSBackgroundOnly</key>
@@ -391,6 +393,10 @@
 	<false/>
 	<key>SqueakTrustedDirectory</key>
 	<string>../../../.etoys</string>
+	<key>SqueakUnTrustedDirectory</key>
+	<string>../../../Etoys</string>
+	<key>SqueakResourceDirectory</key>
+	<string>./</string>
 	<key>SqueakUIFlushPrimaryDeferNMilliseconds</key>
 	<integer>20</integer>
 	<key>SqueakUIFlushSecondaryCheckForPossibleNeedEveryNMilliseconds</key>
@@ -399,8 +405,8 @@
 	<integer>25</integer>
 	<key>SqueakUIFlushUseHighPercisionClock</key>
 	<true/>
-	<key>SqueakUnTrustedDirectory</key>
-	<string>../../../Etoys</string>
+        <key>SqueakUseFileMappedMMAP</key>
+        <false/>
 	<key>SqueakWindowAttribute</key>
 	<data>ggAAHw==</data>
 	<key>SqueakWindowHasTitle</key>


More information about the etoys-dev mailing list