view rc/sys/osx/Minori.app/Contents/Info.plist @ 320:1b5c04268d6a

services/kitsu: ACTUALLY finish GetAnimeList there are some things the API just... doesn't provide. therefore we have to request the genres separately any time a new anime info box is opened...
author Paper <paper@paper.us.eu.org>
date Wed, 12 Jun 2024 19:49:19 -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>