Skip to content
Snippets Groups Projects
T_Engine-Info.plist 1.14 KiB
Newer Older
neil's avatar
neil committed
<?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>
dg's avatar
dg committed
	<key>CFBundleDocumentTypes</key>
	<array/>
neil's avatar
neil committed
	<key>CFBundleExecutable</key>
	<string>${EXECUTABLE_NAME}</string>
	<key>CFBundleIconFile</key>
dg's avatar
dg committed
	<string>te4-icon.png</string>
neil's avatar
neil committed
	<key>CFBundleIdentifier</key>
neil's avatar
neil committed
	<string>org.te4.${PRODUCT_NAME:rfc1034identifier}</string>
neil's avatar
neil committed
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundleName</key>
	<string>${PRODUCT_NAME}</string>
	<key>CFBundlePackageType</key>
	<string>APPL</string>
dg's avatar
dg committed
	<key>CFBundleShortVersionString</key>
	<string>1.0</string>
dg's avatar
dg committed
	<key>CFBundleSignature</key>
	<string>????</string>
	<key>CFBundleURLTypes</key>
	<array/>
dg's avatar
dg committed
	<key>CFBundleVersion</key>
	<string>1</string>
dg's avatar
dg committed
	<key>LSMinimumSystemVersion</key>
	<string>${MACOSX_DEPLOYMENT_TARGET}</string>
neil's avatar
neil committed
	<key>NSPrincipalClass</key>
	<string>NSApplication</string>
dg's avatar
dg committed
	<key>NSServices</key>
	<array/>
	<key>UTExportedTypeDeclarations</key>
	<array/>
	<key>UTImportedTypeDeclarations</key>
	<array/>
neil's avatar
neil committed
</dict>
</plist>