Skip to content
Extraits de code Groupes Projets
Sélectionner une révision Git
  • 0bd7341cfe5937bf5eda0063539b029b496a724c
  • master par défaut
  • 1-baka-export
  • meson
  • assdraw
  • old-master
  • v3.2.2
  • v3.2.1
  • v3.2.0
  • v3.1.3
  • v3.1.2
  • v3.1.1
  • v3.1.0
  • v3.0.4
  • v3.0.3
  • v3.0.2
  • v3.0.1
  • v3.0.0
  • v2.1.3
  • v2.1.4
  • v2.1.5
  • v2.1.6
  • v2.1.0
  • v2.1.1
  • v2.1.2
  • v2.1.7
26 résultats

Info.plist

Blame
  • Info.plist 2,34 Kio
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple Computer//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>CFBundleTypeExtensions</key>
    			<array>
    				<string>ass</string>
    			</array>
    			<key>CFBundleTypeIconFile</key>
    			<string>assIcon</string>
    			<key>CFBundleTypeName</key>
    			<string>Advanced Substation Alpha</string>
    			<key>CFBundleTypeRole</key>
    			<string>Editor</string>
    			<key>LSTypeIsPackage</key>
    			<false/>
    			<key>NSPersistentStoreTypeKey</key>
    			<string>XML</string>
    		</dict>
    		<dict>
    			<key>CFBundleTypeExtensions</key>
    			<array>
    				<string>ssa</string>
    			</array>
    			<key>CFBundleTypeIconFile</key>
    			<string>ssaIcon</string>
    			<key>CFBundleTypeName</key>
    			<string>Substation Alpha</string>
    			<key>CFBundleTypeRole</key>
    			<string>Editor</string>
    			<key>LSTypeIsPackage</key>
    			<false/>
    			<key>NSPersistentStoreTypeKey</key>
    			<string>XML</string>
    		</dict>
    		<dict>
    			<key>CFBundleTypeExtensions</key>
    			<array>
    				<string>srt</string>
    			</array>
    			<key>CFBundleTypeIconFile</key>
    			<string>srtIcon</string>
    			<key>CFBundleTypeName</key>
    			<string>SubRip</string>
    			<key>CFBundleTypeRole</key>
    			<string>Editor</string>
    			<key>LSTypeIsPackage</key>
    			<false/>
    			<key>NSPersistentStoreTypeKey</key>
    			<string>XML</string>
    		</dict>
    		<dict>
    			<key>CFBundleTypeExtensions</key>
    			<array>
    				<string>txt</string>
    			</array>
    			<key>CFBundleTypeIconFile</key>
    			<string>txtIcon</string>
    			<key>CFBundleTypeName</key>
    			<string>Plain text</string>
    			<key>CFBundleTypeRole</key>
    			<string>Editor</string>
    			<key>LSTypeIsPackage</key>
    			<false/>
    			<key>NSPersistentStoreTypeKey</key>