platform/osx/Info.plist
changeset 0 52d30e6014a0
equal deleted inserted replaced
-1:000000000000 0:52d30e6014a0
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       
     3 <plist version="1.0">
       
     4 <dict>
       
     5 	<key>CFBundleDevelopmentRegion</key>
       
     6 	<string>en</string>
       
     7 	<key>CFBundleDisplayName</key>
       
     8 	<string>Yubi</string>
       
     9 	<key>CFBundleDocumentTypes</key>
       
    10 	<array>
       
    11 		<dict>
       
    12 			<key>CFBundleTypeIconFile</key>
       
    13 			<string>app.icns</string>
       
    14 			<key>CFBundleTypeName</key>
       
    15 			<string>Yubi</string>
       
    16 			<key>CFBundleTypeRole</key>
       
    17 			<string>Viewer</string>
       
    18 			<key>LSHandlerRank</key>
       
    19 			<string>Owner</string>
       
    20 			<key>LSItemContentTypes</key>
       
    21 			<array>
       
    22 				<string>com.intel.nw.app</string>
       
    23 			</array>
       
    24 		</dict>
       
    25 		<dict>
       
    26 			<key>CFBundleTypeName</key>
       
    27 			<string>Folder</string>
       
    28 			<key>CFBundleTypeOSTypes</key>
       
    29 			<array>
       
    30 				<string>fold</string>
       
    31 			</array>
       
    32 			<key>CFBundleTypeRole</key>
       
    33 			<string>Viewer</string>
       
    34 			<key>LSHandlerRank</key>
       
    35 			<string>None</string>
       
    36 		</dict>
       
    37 	</array>
       
    38 	<key>NSHumanReadableCopyright</key>
       
    39 	<string>© 2013</string>
       
    40 	<key>CFBundleExecutable</key>
       
    41 	<string>node-webkit</string>
       
    42 	<key>CFBundleIconFile</key>
       
    43 	<string>app.icns</string>
       
    44 	<key>CFBundleIdentifier</key>
       
    45 	<string>com.intel.nw</string>
       
    46 	<key>CFBundleInfoDictionaryVersion</key>
       
    47 	<string>6.0</string>
       
    48 	<key>CFBundleName</key>
       
    49 	<string>Yubi</string>
       
    50 	<key>CFBundlePackageType</key>
       
    51 	<string>APPL</string>
       
    52 	<key>CFBundleShortVersionString</key>
       
    53 	<string>0.1.0</string>
       
    54 	<key>CFBundleVersion</key>
       
    55 	<string>b3419d05eabb</string>
       
    56 	<key>LSFileQuarantineEnabled</key>
       
    57 	<true/>
       
    58 	<key>LSMinimumSystemVersion</key>
       
    59 	<string>10.6.0</string>
       
    60 	<key>NSPrincipalClass</key>
       
    61 	<string>NSApplication</string>
       
    62 	<key>NSSupportsAutomaticGraphicsSwitching</key>
       
    63 	<true/>
       
    64 	<key>SCMRevision</key>
       
    65 	<string>222137</string>
       
    66 	<key>UTExportedTypeDeclarations</key>
       
    67 	<array>
       
    68 		<dict>
       
    69 			<key>UTTypeConformsTo</key>
       
    70 			<array>
       
    71 				<string>com.pkware.zip-archive</string>
       
    72 			</array>
       
    73 			<key>UTTypeDescription</key>
       
    74 			<string>node-webkit App</string>
       
    75 			<key>UTTypeIconFile</key>
       
    76 			<string>app.icns</string>
       
    77 			<key>UTTypeIdentifier</key>
       
    78 			<string>com.intel.nw.app</string>
       
    79 			<key>UTTypeReferenceURL</key>
       
    80 			<string>https://github.com/rogerwang/node-webkit/wiki/How-to-package-and-distribute-your-apps</string>
       
    81 			<key>UTTypeTagSpecification</key>
       
    82 			<dict>
       
    83 				<key>com.apple.ostype</key>
       
    84 				<string>yubi</string>
       
    85 				<key>public.filename-extension</key>
       
    86 				<array>
       
    87 					<string>nw</string>
       
    88 				</array>
       
    89 				<key>public.mime-type</key>
       
    90 				<string>application/x-yubi</string>
       
    91 			</dict>
       
    92 		</dict>
       
    93 	</array>
       
    94 </dict>
       
    95 </plist>