git.fiddlerwoaroof.com
Resources/Info.plist
9cd4cff1
 <?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>English</string>
 	<key>CFBundleDocumentTypes</key>
 	<array>
 		<dict>
 			<key>CFBundleTypeRole</key>
 			<string>MDImporter</string>
 			<key>LSItemContentTypes</key>
 			<array>
6de0256e
 				<string>com.sun.java-source</string>
9cd4cff1
 			</array>
 		</dict>
 	</array>
 	<key>CFBundleExecutable</key>
6de0256e
 	<string>tree-sitter-metadata-importer</string>
9cd4cff1
 	<key>CFBundleIconFile</key>
 	<string></string>
 	<key>CFBundleIdentifier</key>
 	<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
 	<key>CFBundleInfoDictionaryVersion</key>
 	<string>6.0</string>
6de0256e
 	<key>CFBundleShortVersionString</key>
9cd4cff1
 	<string>0.0.2</string>
6de0256e
 	<key>CFBundleVersion</key>
 	<string>1</string>
9cd4cff1
 	<key>CFPlugInDynamicRegisterFunction</key>
 	<string></string>
 	<key>CFPlugInDynamicRegistration</key>
 	<string>NO</string>
 	<key>CFPlugInFactories</key>
 	<dict>
 		<key>12C869B3-3D4B-4DED-B156-5D55D1C64354</key>
 		<string>MetadataImporterPluginFactory</string>
 	</dict>
 	<key>CFPlugInTypes</key>
 	<dict>
 		<key>8B08C4BF-415B-11D8-B3F9-0003936726FC</key>
 		<array>
 			<string>12C869B3-3D4B-4DED-B156-5D55D1C64354</string>
 		</array>
 	</dict>
 	<key>CFPlugInUnloadFunction</key>
 	<string></string>
 	<key>DebugLevel</key>
 	<string>DEBUG_LEVEL_OFF</string>
 	<key>MaxSourceSizeToIndex</key>
 	<integer>500000</integer>
 	<key>UTImportedTypeDeclarations</key>
 	<array>
 		<dict>
 			<key>UTTypeConformsTo</key>
 			<array>
 				<string>public.source-code</string>
 			</array>
 			<key>UTTypeDescription</key>
 			<string>Lisp source code</string>
 			<key>UTTypeIdentifier</key>
 			<string>org.lisp.lisp-source</string>
 			<key>UTTypeTagSpecification</key>
 			<dict>
 				<key>public.filename-extension</key>
 				<array>
 					<string>lisp</string>
 					<string>cl</string>
 					<string>lsp</string>
 				</array>
 				<key>public.mime-type</key>
 				<array>
 					<string>text/x-lisp-source</string>
 				</array>
 			</dict>
 		</dict>
 	</array>
 </dict>
 </plist>