shithub: psxe

ref: 5f4bd970807c23ebdb5afeea75160aace66107e1
dir: /Info.plist/

View raw version
<?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>CFBundleExecutable</key>
			<string>psxe</string>
		<key>CFBundleIdentifier</key>
			<string>psxe.app.0</string>
		<key>CFBundleInfoDictionaryVersion</key>
			<string>6.0</string>
		<key>CFBundleName</key>
			<string>psxe</string>
		<key>CFBundlePackageType</key>
			<string>APPL</string>
		<key>CFBundleShortVersionString</key>
			<string>0.1-alpha</string>
		<key>CFBundleSignature</key>
			<string>psxe</string>
		<key>CFBundleVersion</key>
			<string>0.1-alpha</string>
		<key>LSApplicationCategoryType</key>
			<string>public.app-category.games</string>
		<key>LSMinimumSystemVersion</key>
			<string>10.6</string>
		<key>NSHighResolutionCapable</key>
			<true/>
		<key>NSPrincipalClass</key>
			<string>NSApplication</string>
	</dict>
</plist>