resource/template.app/Contents/Info.plist

changeset 29
c96169444d88
parent 7
431dde3c5fbe
--- a/resource/template.app/Contents/Info.plist	Sun Apr 06 13:21:37 2014 +0200
+++ b/resource/template.app/Contents/Info.plist	Thu Apr 10 11:37:41 2014 +0200
@@ -9,11 +9,11 @@
 	<key>CFBundleExecutable</key>
 	<string>mk12</string>
 	<key>CFBundleIdentifier</key>
-	<string>com.yourcompany.Mk12</string>
+	<string>com.yourcompany.toolkit</string>
 	<key>CFBundleInfoDictionaryVersion</key>
 	<string>6.0</string>
 	<key>CFBundleName</key>
-	<string>Test11</string>
+	<string>toolkit</string>
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
@@ -37,9 +37,34 @@
 	<key>DTXcodeBuild</key>
 	<string>10M2518</string>
 	<key>LSMinimumSystemVersion</key>
-	<string>10.6</string>
+	<string>10.7</string>
 	<key>NSMainNibFile</key>
 	<string>MainMenu</string>
+	<key>CFBundleDisplayName</key>
+	<string></string>
+	<key>CFBundleGetInfoString</key>
+	<string></string>
+	<key>LSApplicationCategoryType</key>
+	<string></string>
+	<key>CFBundleDocumentTypes</key>
+	<array>
+		<dict>
+			<key>LSItemContentTypes</key>
+			<array>
+				<string>public.data</string>
+			</array>
+			<key>CFBundleTypeIconFile</key>
+			<string></string>
+			<key>CFBundleTypeName</key>
+			<string>DocumentType</string>
+			<key>CFBundleTypeRole</key>
+			<string>Editor</string>
+<!--
+			<key>NSDocumentClass</key>
+			<string>Document</string>
+-->
+		</dict>
+	</array>
 	<key>NSPrincipalClass</key>
 	<string>NSApplication</string>
 </dict>

mercurial