Browse Source

update OS X version to 0.7.2

Bill Meltsner 14 years ago
parent
commit
01fdbac92d
1 changed files with 28 additions and 28 deletions
  1. 28 28
      platform/macosx/love-Info.plist

+ 28 - 28
platform/macosx/love-Info.plist

@@ -13,16 +13,16 @@
 			</array>
 			<key>CFBundleTypeIconFile</key>
 			<string>LoveDocument.icns</string>
+			<key>CFBundleTypeMIMETypes</key>
+			<array>
+				<string>application/x-love-game</string>
+			</array>
 			<key>CFBundleTypeName</key>
 			<string>Love Project</string>
 			<key>CFBundleTypeOSTypes</key>
 			<array>
 				<string>LOVE</string>
 			</array>
-			<key>CFBundleTypeMIMETypes</key>
-			<array>
-				<string>application/x-love-game</string>
-			</array>
 			<key>CFBundleTypeRole</key>
 			<string>Viewer</string>
 			<key>LSIsAppleDefaultForType</key>
@@ -41,6 +41,26 @@
 			<string>Viewer</string>
 		</dict>
 	</array>
+	<key>CFBundleExecutable</key>
+	<string>love</string>
+	<key>CFBundleIconFile</key>
+	<string>Love.icns</string>
+	<key>CFBundleIdentifier</key>
+	<string>org.love2d.love</string>
+	<key>CFBundleInfoDictionaryVersion</key>
+	<string>6.0</string>
+	<key>CFBundleName</key>
+	<string>love</string>
+	<key>CFBundlePackageType</key>
+	<string>LoVe</string>
+	<key>CFBundleSignature</key>
+	<string>LoVe</string>
+	<key>CFBundleVersion</key>
+	<string>0.7.2</string>
+	<key>NSMainNibFile</key>
+	<string>SDLMain</string>
+	<key>NSPrincipalClass</key>
+	<string>NSApplication</string>
 	<key>UTExportedTypeDeclarations</key>
 	<array>
 		<dict>
@@ -48,12 +68,14 @@
 			<array>
 				<string>com.pkware.zip-archive</string>
 			</array>
-			<key>UTTypeIdentifier</key>
-			<string>org.love2d.love-game</string>
 			<key>UTTypeDescription</key>
 			<string>Love Project</string>
 			<key>UTTypeIconFile</key>
 			<string>LoveDocument.icns</string>
+			<key>UTTypeIdentifier</key>
+			<string>org.love2d.love-game</string>
+			<key>UTTypeReferenceURL</key>
+			<string>http://love2d.org/wiki/Game_Distribution</string>
 			<key>UTTypeTagSpecification</key>
 			<dict>
 				<key>com.apple.ostype</key>
@@ -65,29 +87,7 @@
 				<key>public.mime-type</key>
 				<string>application/x-love-game</string>
 			</dict>
-			<key>UTTypeReferenceURL</key>
-			<string>http://love2d.org/wiki/Game_Distribution</string>
 		</dict>
 	</array>
-	<key>CFBundleExecutable</key>
-	<string>love</string>
-	<key>CFBundleIconFile</key>
-	<string>Love.icns</string>
-	<key>CFBundleIdentifier</key>
-	<string>org.love2d.love</string>
-	<key>CFBundleInfoDictionaryVersion</key>
-	<string>6.0</string>
-	<key>CFBundleName</key>
-	<string>love</string>
-	<key>CFBundlePackageType</key>
-	<string>LoVe</string>
-	<key>CFBundleSignature</key>
-	<string>LoVe</string>
-	<key>CFBundleVersion</key>
-	<string>0.7.1</string>
-	<key>NSMainNibFile</key>
-	<string>SDLMain</string>
-	<key>NSPrincipalClass</key>
-	<string>NSApplication</string>
 </dict>
 </plist>