view rc/sys/osx/Minori.app/Contents/Info.plist @ 340:74e2365326c6

dep/animone: add experimental accessibility strategy I also moved most of the functions out of util/win32.cc, because that file is meant for things that are shared between the different functions, and currently that is only wide string conversion helpers.
author Paper <paper@paper.us.eu.org>
date Wed, 19 Jun 2024 23:13:55 -0400
parents bf89fbf7ff38
children
line wrap: on
line source

<?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>CFBundleExecutable</key>
	<string>minori</string>
	<key>CFBundleGetInfoString</key>
	<string>Copyright</string>
	<key>NSHumanReadableCopyright</key>
	<string>Copyright</string>
	<key>CFBundleIdentifier</key>
	<string>org.eu.us.paper.Minori</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundleName</key>
	<string>Minori</string>
	<key>CFBundlePackageType</key>
	<string>APPL</string>
	<key>CFBundleShortVersionString</key>
	<string>0.0.0</string>
	<key>CFBundleSignature</key>
	<string>Schm</string>
	<key>CFBundleVersion</key>
	<string>0.0.0</string>
	<key>NSMainNibFile</key>
	<string>MainMenu</string>
	<key>NSPrincipalClass</key>
	<string>NSApplication</string>
	<key>CGDisableCoalescedUpdates</key>
	<true/>
	<key>NSHighResolutionCapable</key>
	<true/>
</dict>
</plist>