mirror of
				https://github.com/flynx/ImageGrid.git
				synced 2025-10-29 18:30:09 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			94 lines
		
	
	
		
			2.5 KiB
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			94 lines
		
	
	
		
			2.5 KiB
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
 | |
| <plist version="1.0">
 | |
| <dict>
 | |
| 	<key>CFBundleDevelopmentRegion</key>
 | |
| 	<string>en</string>
 | |
| 	<key>CFBundleDisplayName</key>
 | |
| 	<string>ImageGrid.Viewer</string>
 | |
| 	<key>CFBundleDocumentTypes</key>
 | |
| 	<array>
 | |
| 		<dict>
 | |
| 			<key>CFBundleTypeIconFile</key>
 | |
| 			<string>nw.icns</string>
 | |
| 			<key>CFBundleTypeName</key>
 | |
| 			<string>node-webkit App</string>
 | |
| 			<key>CFBundleTypeRole</key>
 | |
| 			<string>Viewer</string>
 | |
| 			<key>LSHandlerRank</key>
 | |
| 			<string>Owner</string>
 | |
| 			<key>LSItemContentTypes</key>
 | |
| 			<array>
 | |
| 				<string>com.intel.nw.app</string>
 | |
| 			</array>
 | |
| 		</dict>
 | |
| 		<dict>
 | |
| 			<key>CFBundleTypeName</key>
 | |
| 			<string>Folder</string>
 | |
| 			<key>CFBundleTypeOSTypes</key>
 | |
| 			<array>
 | |
| 				<string>fold</string>
 | |
| 			</array>
 | |
| 			<key>CFBundleTypeRole</key>
 | |
| 			<string>Viewer</string>
 | |
| 			<key>LSHandlerRank</key>
 | |
| 			<string>None</string>
 | |
| 		</dict>
 | |
| 	</array>
 | |
| 	<key>CFBundleExecutable</key>
 | |
| 	<string>node-webkit</string>
 | |
| 	<key>CFBundleIconFile</key>
 | |
| 	<string>nw.icns</string>
 | |
| 	<key>CFBundleIdentifier</key>
 | |
| 	<string>com.intel.nw</string>
 | |
| 	<key>CFBundleInfoDictionaryVersion</key>
 | |
| 	<string>6.0</string>
 | |
| 	<key>CFBundleName</key>
 | |
| 	<string>ImageGrid.Viewer</string>
 | |
| 	<key>CFBundlePackageType</key>
 | |
| 	<string>APPL</string>
 | |
| 	<key>CFBundleShortVersionString</key>
 | |
| 	<string>Pre-Alpha Private Preview</string>
 | |
| 	<key>CFBundleVersion</key>
 | |
| 	<string>0.0</string>
 | |
| 	<key>LSFileQuarantineEnabled</key>
 | |
| 	<true/>
 | |
| 	<key>LSMinimumSystemVersion</key>
 | |
| 	<string>10.6.0</string>
 | |
| 	<key>NSPrincipalClass</key>
 | |
| 	<string>NSApplication</string>
 | |
| 	<key>NSSupportsAutomaticGraphicsSwitching</key>
 | |
| 	<true/>
 | |
| 	<key>SCMRevision</key>
 | |
| 	<string>000000</string>
 | |
| 	<key>UTExportedTypeDeclarations</key>
 | |
| 	<array>
 | |
| 		<dict>
 | |
| 			<key>UTTypeConformsTo</key>
 | |
| 			<array>
 | |
| 				<string>com.pkware.zip-archive</string>
 | |
| 			</array>
 | |
| 			<key>UTTypeDescription</key>
 | |
| 			<string>node-webkit App</string>
 | |
| 			<key>UTTypeIconFile</key>
 | |
| 			<string>nw.icns</string>
 | |
| 			<key>UTTypeIdentifier</key>
 | |
| 			<string>com.intel.nw.app</string>
 | |
| 			<key>UTTypeReferenceURL</key>
 | |
| 			<string>https://github.com/rogerwang/node-webkit/wiki/How-to-package-and-distribute-your-apps</string>
 | |
| 			<key>UTTypeTagSpecification</key>
 | |
| 			<dict>
 | |
| 				<key>com.apple.ostype</key>
 | |
| 				<string>node-webkit</string>
 | |
| 				<key>public.filename-extension</key>
 | |
| 				<array>
 | |
| 					<string>nw</string>
 | |
| 				</array>
 | |
| 				<key>public.mime-type</key>
 | |
| 				<string>application/x-node-webkit-app</string>
 | |
| 			</dict>
 | |
| 		</dict>
 | |
| 	</array>
 | |
| </dict>
 | |
| </plist>
 |