Skip to content
Extraits de code Groupes Projets
Sélectionner une révision Git
  • de39779e9fce35d9f6b17ae58f0a0821d1b7188e
  • master par défaut protégée
2 résultats

Sam.pl

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>
    			<string>XML</string>
    		</dict>
    	</array>
    	<key>CFBundleExecutable</key>
    	<string>aegisub</string>
    	<key>CFBundleIconFile</key>
    	<string>Aegisub</string>
    	<key>CFBundleIdentifier</key>
    	<string>com.aegisub.aegisub</string>
    	<key>CFBundleInfoDictionaryVersion</key>
    	<string>6.0</string>
    	<key>CFBundleName</key>
    	<string>Aegisub</string>
    	<key>CFBundlePackageType</key>
    	<string>APPL</string>
    	<key>CFBundleSignature</key>
    	<string>agsu</string>
    	<key>CFBundleVersion</key>
    	<string>1.0</string>
    	<key>CSResourcesFileMapped</key>
    	<true/>
    </dict>
    </plist>