view rc/sys/osx/Minori.app/Contents/Info.plist @ 264:9a04802848c0

*: improve multiple things e.g. making some strings.cc functions modify strings in-place, improving m4_ax_have_qt.m4 code, making anime_db.cc rely on std::optional rather than std::shared_ptr (which was stupid anyway)
author Paper <paper@paper.us.eu.org>
date Thu, 11 Apr 2024 10:15:57 -0400 (12 months ago)
parents 862d0d8619f6
children bf89fbf7ff38
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>CFBundleIconFile</key>
	<string>Minori.icns</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>