Mercurial > minori
comparison rc/sys/osx/Minori.app/Contents/Info.plist @ 258:862d0d8619f6
*: HUUUGE changes
animia has been renamed to animone, so instead of thinking of a
health condition, you think of a beautiful flower :)
I've also edited some of the code for animone, but I have no idea
if it even works or not because I don't have a mac or windows
machine lying around. whoops!
... anyway, all of the changes divergent from Anisthesia are now
licensed under BSD. it's possible that I could even rewrite most
of the code to where I don't even have to keep the MIT license,
but that's thinking too far into the future
I've been slacking off on implementing the anime seasons page,
mostly out of laziness. I think I'd have to create another db file
specifically for the seasons
anyway, this code is being pushed *primarily* because the hard drive
it's on is failing! yay :)
| author | Paper <paper@paper.us.eu.org> |
|---|---|
| date | Mon, 01 Apr 2024 02:43:44 -0400 |
| parents | rc/osx/Minori.app/Contents/Info.plist@8b174bcde667 |
| children | bf89fbf7ff38 |
comparison
equal
deleted
inserted
replaced
| 257:699a20c57dc8 | 258:862d0d8619f6 |
|---|---|
| 1 <?xml version="1.0" encoding="UTF-8"?> | |
| 2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| 3 <plist version="1.0"> | |
| 4 <dict> | |
| 5 <key>CFBundleDevelopmentRegion</key> | |
| 6 <string>English</string> | |
| 7 <key>CFBundleExecutable</key> | |
| 8 <string>minori</string> | |
| 9 <key>CFBundleGetInfoString</key> | |
| 10 <string>Copyright</string> | |
| 11 <key>NSHumanReadableCopyright</key> | |
| 12 <string>Copyright</string> | |
| 13 <key>CFBundleIconFile</key> | |
| 14 <string>Minori.icns</string> | |
| 15 <key>CFBundleIdentifier</key> | |
| 16 <string>org.eu.us.paper.Minori</string> | |
| 17 <key>CFBundleInfoDictionaryVersion</key> | |
| 18 <string>6.0</string> | |
| 19 <key>CFBundleName</key> | |
| 20 <string>Minori</string> | |
| 21 <key>CFBundlePackageType</key> | |
| 22 <string>APPL</string> | |
| 23 <key>CFBundleShortVersionString</key> | |
| 24 <string>0.0.0</string> | |
| 25 <key>CFBundleSignature</key> | |
| 26 <string>Schm</string> | |
| 27 <key>CFBundleVersion</key> | |
| 28 <string>0.0.0</string> | |
| 29 <key>NSMainNibFile</key> | |
| 30 <string>MainMenu</string> | |
| 31 <key>NSPrincipalClass</key> | |
| 32 <string>NSApplication</string> | |
| 33 <key>CGDisableCoalescedUpdates</key> | |
| 34 <true/> | |
| 35 <key>NSHighResolutionCapable</key> | |
| 36 <true/> | |
| 37 </dict> | |
| 38 </plist> |
