Codebase list soundgrain / lintian-fixes/main scripts / Info.plist
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

Info.plist @lintian-fixes/mainraw · history · blame

<?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>CFBundleDisplayName</key>
	<string>SoundGrain</string>
	<key>CFBundleDocumentTypes</key>
	<array>
		<dict>
			<key>LSIsAppleDefaultForType</key>
			<false/>
			<key>CFBundleTypeExtensions</key>
			<array>
				<string>sg</string>
			</array>
			<key>CFBundleTypeIconFile</key>
			<string>SoundGrainDocIcon.icns</string>
			<key>CFBundleTypeOSTypes</key>
			<array>
				<string>TEXT</string>
			</array>
			<key>CFBundleTypeRole</key>
			<string>Editor</string>
		</dict>
	</array>
	<key>CFBundleExecutable</key>
	<string>SoundGrain</string>
	<key>CFBundleIconFile</key>
	<string>SoundGrain.icns</string>
	<key>CFBundleIdentifier</key>
	<string>org.pythonmac.unspecified.SoundGrain</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0.1</string>
	<key>CFBundleName</key>
	<string>SoundGrain</string>
	<key>CFBundlePackageType</key>
	<string>APPL</string>
	<key>CFBundleShortVersionString</key>
	<string>6.0.1</string>
	<key>CFBundleSignature</key>
	<string>????</string>
	<key>CFBundleVersion</key>
	<string>6.0.1</string>
	<key>LSHasLocalizedDisplayName</key>
	<false/>
	<key>NSAppleScriptEnabled</key>
	<false/>
	<key>NSHumanReadableCopyright</key>
	<string>Copyright not specified</string>
	<key>NSMainNibFile</key>
	<string>MainMenu</string>
	<key>NSPrincipalClass</key>
	<string>NSApplication</string>
	<key>PyMainFileNames</key>
	<array>
		<string>__boot__</string>
	</array>
	<key>PyOptions</key>
	<dict>
		<key>alias</key>
		<false/>
		<key>argv_emulation</key>
		<true/>
		<key>no_chdir</key>
		<false/>
		<key>optimize</key>
		<integer>0</integer>
		<key>prefer_ppc</key>
		<false/>
		<key>site_packages</key>
		<false/>
		<key>use_pythonpath</key>
		<false/>
	</dict>
	<key>PyResourcePackages</key>
	<array/>
	<key>PyRuntimeLocations</key>
	<array>
		<string>@executable_path/../Frameworks/Python.framework/Versions/2.7/Python</string>
	</array>
	<key>PythonInfoDict</key>
	<dict>
		<key>PythonExecutable</key>
		<string>@executable_path/../Frameworks/Python.framework/Versions/2.7/Python</string>
		<key>PythonLongVersion</key>
		<string>2.7.8 (v2.7.8:ee879c0ffa11, Jun 29 2014, 21:07:35) \n[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)][GCC 4.0.1 (Apple Inc. build 5493)]</string>
		<key>PythonShortVersion</key>
		<string>2.7</string>
		<key>py2app</key>
		<dict>
			<key>alias</key>
			<false/>
			<key>template</key>
			<string>app</string>
			<key>version</key>
			<string>0.9</string>
		</dict>
	</dict>
</dict>
</plist>