[etoys-dev] [SVN][741] Update Mac Info.plist for 4.1.2 alpha 3

commits at etoys.squeak.org commits at etoys.squeak.org
Sun May 29 14:55:05 EDT 2011


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

Revision: 741
Author:   bf
Date:     2011-05-29 18:55:03 +0000 (Sun, 29 May 2011)
Log Message:
-----------
Update Mac Info.plist for 4.1.2 alpha 3

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

-------------- next part --------------
Modified: trunk/VM/os-x/app/Contents/Info.plist
===================================================================
--- trunk/VM/os-x/app/Contents/Info.plist	2011-05-29 18:51:00 UTC (rev 740)
+++ trunk/VM/os-x/app/Contents/Info.plist	2011-05-29 18:55:03 UTC (rev 741)
@@ -363,34 +363,10 @@
 			<string>Viewer</string>
 		</dict>
 	</array>
-	<key>UTExportedTypeDeclarations</key>
-	<array>
-		<dict>
-			<key>UTTypeConformsTo</key>
-			<array>
-				<string>public.data</string>
-			</array>
-			<key>UTTypeIdentifier</key>
-			<string>org.squeak.project</string>
-			<key>UTTypeDescription</key>
-			<string>Etoys Project</string>
-			<key>UTTypeTagSpecification</key>
-			<dict>
-				<key>com.apple.ostype</key>
-				<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 4.1.1 (2390), VM 4.2.4b1</string>
-	<key>CFBundleShortVersionString</key>
-	<string>4.1.1</string>
+	<string>Etoys 4.1.2 alpha 3 (2393), VM 4.2.4b1</string>
 	<key>CFBundleIconFile</key>
 	<string>etoys.icns</string>
 	<key>CFBundleIdentifier</key>
@@ -398,13 +374,15 @@
 	<key>CFBundleInfoDictionaryVersion</key>
 	<string>6.0</string>
 	<key>CFBundleName</key>
-	<string>Etoys 4.1</string>
+	<string>Etoys 4.1.2 alpha 3</string>
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
+	<key>CFBundleShortVersionString</key>
+	<string>4.1.2 alpha 3</string>
 	<key>CFBundleSignature</key>
 	<string>FAST</string>
 	<key>CFBundleVersion</key>
-	<string>6</string>
+	<string>7</string>
 	<key>CGDisableCoalescedUpdates</key>
 	<true/>
 	<key>LSBackgroundOnly</key>
@@ -473,12 +451,10 @@
 	<true/>
 	<key>SqueakQuitOnQuitAppleEvent</key>
 	<false/>
+	<key>SqueakResourceDirectory</key>
+	<string>./</string>
 	<key>SqueakTrustedDirectory</key>
 	<string>~/Library/Application Support/Etoys/</string>
-	<key>SqueakUnTrustedDirectory</key>
-	<string>~/Documents/Etoys/</string>
-	<key>SqueakResourceDirectory</key>
-	<string>./</string>
 	<key>SqueakUIFlushPrimaryDeferNMilliseconds</key>
 	<integer>20</integer>
 	<key>SqueakUIFlushSecondaryCheckForPossibleNeedEveryNMilliseconds</key>
@@ -487,6 +463,8 @@
 	<integer>25</integer>
 	<key>SqueakUIFlushUseHighPercisionClock</key>
 	<true/>
+	<key>SqueakUnTrustedDirectory</key>
+	<string>~/Documents/Etoys/</string>
 	<key>SqueakUseFileMappedMMAP</key>
 	<false/>
 	<key>SqueakWindowAttribute</key>
@@ -495,5 +473,27 @@
 	<true/>
 	<key>SqueakWindowType</key>
 	<integer>6</integer>
+	<key>UTExportedTypeDeclarations</key>
+	<array>
+		<dict>
+			<key>UTTypeConformsTo</key>
+			<array>
+				<string>public.data</string>
+			</array>
+			<key>UTTypeDescription</key>
+			<string>Etoys Project</string>
+			<key>UTTypeIdentifier</key>
+			<string>org.squeak.project</string>
+			<key>UTTypeTagSpecification</key>
+			<dict>
+				<key>com.apple.ostype</key>
+				<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>
 </dict>
 </plist>

Modified: trunk/VM/to-go/Contents/Info.plist
===================================================================
--- trunk/VM/to-go/Contents/Info.plist	2011-05-29 18:51:00 UTC (rev 740)
+++ trunk/VM/to-go/Contents/Info.plist	2011-05-29 18:55:03 UTC (rev 741)
@@ -281,34 +281,10 @@
 			<string>Viewer</string>
 		</dict>
 	</array>
-	<key>UTExportedTypeDeclarations</key>
-	<array>
-		<dict>
-			<key>UTTypeConformsTo</key>
-			<array>
-				<string>public.data</string>
-			</array>
-			<key>UTTypeIdentifier</key>
-			<string>org.squeak.project</string>
-			<key>UTTypeDescription</key>
-			<string>Etoys Project</string>
-			<key>UTTypeTagSpecification</key>
-			<dict>
-				<key>com.apple.ostype</key>
-				<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.1.1 (2390), VM 4.2.4b1</string>
-	<key>CFBundleShortVersionString</key>
-	<string>4.1.1</string>
+	<string>Etoys-To-Go 4.1.2 alpha 3 (2393), VM 4.2.4b1</string>
 	<key>CFBundleIconFile</key>
 	<string>etoys.icns</string>
 	<key>CFBundleIdentifier</key>
@@ -316,13 +292,15 @@
 	<key>CFBundleInfoDictionaryVersion</key>
 	<string>6.0</string>
 	<key>CFBundleName</key>
-	<string>Etoys-To-Go 4.1</string>
+	<string>Etoys-To-Go 4.1.2 alpha 3</string>
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
+	<key>CFBundleShortVersionString</key>
+	<string>4.1.2 alpha 3</string>
 	<key>CFBundleSignature</key>
 	<string>FAST</string>
 	<key>CFBundleVersion</key>
-	<string>6</string>
+	<string>7</string>
 	<key>CGDisableCoalescedUpdates</key>
 	<true/>
 	<key>LSBackgroundOnly</key>
@@ -391,12 +369,10 @@
 	<true/>
 	<key>SqueakQuitOnQuitAppleEvent</key>
 	<false/>
+	<key>SqueakResourceDirectory</key>
+	<string>./</string>
 	<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>
@@ -405,6 +381,8 @@
 	<integer>25</integer>
 	<key>SqueakUIFlushUseHighPercisionClock</key>
 	<true/>
+	<key>SqueakUnTrustedDirectory</key>
+	<string>../../../Etoys</string>
 	<key>SqueakUseFileMappedMMAP</key>
 	<false/>
 	<key>SqueakWindowAttribute</key>
@@ -413,5 +391,27 @@
 	<true/>
 	<key>SqueakWindowType</key>
 	<integer>6</integer>
+	<key>UTExportedTypeDeclarations</key>
+	<array>
+		<dict>
+			<key>UTTypeConformsTo</key>
+			<array>
+				<string>public.data</string>
+			</array>
+			<key>UTTypeDescription</key>
+			<string>Etoys Project</string>
+			<key>UTTypeIdentifier</key>
+			<string>org.squeak.project</string>
+			<key>UTTypeTagSpecification</key>
+			<dict>
+				<key>com.apple.ostype</key>
+				<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>
 </dict>
 </plist>


More information about the etoys-dev mailing list