annotate rc/sys/osx/Minori.app/Contents/Info.plist @ 337:a7d4e5107531

dep/animone: REFACTOR ALL THE THINGS 1: animone now has its own syntax divergent from anisthesia, making different platforms actually have their own sections 2: process names in animone are now called `comm' (this will probably break things). this is what its called in bsd/linux so I'm just going to use it everywhere 3: the X11 code now checks for the existence of a UTF-8 window title and passes it if available 4: ANYTHING THATS NOT LINUX IS 100% UNTESTED AND CAN AND WILL BREAK! I still actually need to test the bsd code. to be honest I'm probably going to move all of the bsds into separate files because they're all essentially different operating systems at this point
author Paper <paper@paper.us.eu.org>
date Wed, 19 Jun 2024 12:51:15 -0400
parents bf89fbf7ff38
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
245
8b174bcde667 hgignore: don't ignore .app files
Paper <paper@paper.us.eu.org>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
8b174bcde667 hgignore: don't ignore .app files
Paper <paper@paper.us.eu.org>
parents:
diff changeset
2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
8b174bcde667 hgignore: don't ignore .app files
Paper <paper@paper.us.eu.org>
parents:
diff changeset
3 <plist version="1.0">
8b174bcde667 hgignore: don't ignore .app files
Paper <paper@paper.us.eu.org>
parents:
diff changeset
4 <dict>
8b174bcde667 hgignore: don't ignore .app files
Paper <paper@paper.us.eu.org>
parents:
diff changeset
5 <key>CFBundleDevelopmentRegion</key>
8b174bcde667 hgignore: don't ignore .app files
Paper <paper@paper.us.eu.org>
parents:
diff changeset
6 <string>English</string>
8b174bcde667 hgignore: don't ignore .app files
Paper <paper@paper.us.eu.org>
parents:
diff changeset
7 <key>CFBundleExecutable</key>
8b174bcde667 hgignore: don't ignore .app files
Paper <paper@paper.us.eu.org>
parents:
diff changeset
8 <string>minori</string>
8b174bcde667 hgignore: don't ignore .app files
Paper <paper@paper.us.eu.org>
parents:
diff changeset
9 <key>CFBundleGetInfoString</key>
8b174bcde667 hgignore: don't ignore .app files
Paper <paper@paper.us.eu.org>
parents:
diff changeset
10 <string>Copyright</string>
8b174bcde667 hgignore: don't ignore .app files
Paper <paper@paper.us.eu.org>
parents:
diff changeset
11 <key>NSHumanReadableCopyright</key>
8b174bcde667 hgignore: don't ignore .app files
Paper <paper@paper.us.eu.org>
parents:
diff changeset
12 <string>Copyright</string>
8b174bcde667 hgignore: don't ignore .app files
Paper <paper@paper.us.eu.org>
parents:
diff changeset
13 <key>CFBundleIdentifier</key>
8b174bcde667 hgignore: don't ignore .app files
Paper <paper@paper.us.eu.org>
parents:
diff changeset
14 <string>org.eu.us.paper.Minori</string>
8b174bcde667 hgignore: don't ignore .app files
Paper <paper@paper.us.eu.org>
parents:
diff changeset
15 <key>CFBundleInfoDictionaryVersion</key>
8b174bcde667 hgignore: don't ignore .app files
Paper <paper@paper.us.eu.org>
parents:
diff changeset
16 <string>6.0</string>
8b174bcde667 hgignore: don't ignore .app files
Paper <paper@paper.us.eu.org>
parents:
diff changeset
17 <key>CFBundleName</key>
8b174bcde667 hgignore: don't ignore .app files
Paper <paper@paper.us.eu.org>
parents:
diff changeset
18 <string>Minori</string>
8b174bcde667 hgignore: don't ignore .app files
Paper <paper@paper.us.eu.org>
parents:
diff changeset
19 <key>CFBundlePackageType</key>
8b174bcde667 hgignore: don't ignore .app files
Paper <paper@paper.us.eu.org>
parents:
diff changeset
20 <string>APPL</string>
8b174bcde667 hgignore: don't ignore .app files
Paper <paper@paper.us.eu.org>
parents:
diff changeset
21 <key>CFBundleShortVersionString</key>
8b174bcde667 hgignore: don't ignore .app files
Paper <paper@paper.us.eu.org>
parents:
diff changeset
22 <string>0.0.0</string>
8b174bcde667 hgignore: don't ignore .app files
Paper <paper@paper.us.eu.org>
parents:
diff changeset
23 <key>CFBundleSignature</key>
8b174bcde667 hgignore: don't ignore .app files
Paper <paper@paper.us.eu.org>
parents:
diff changeset
24 <string>Schm</string>
8b174bcde667 hgignore: don't ignore .app files
Paper <paper@paper.us.eu.org>
parents:
diff changeset
25 <key>CFBundleVersion</key>
8b174bcde667 hgignore: don't ignore .app files
Paper <paper@paper.us.eu.org>
parents:
diff changeset
26 <string>0.0.0</string>
8b174bcde667 hgignore: don't ignore .app files
Paper <paper@paper.us.eu.org>
parents:
diff changeset
27 <key>NSMainNibFile</key>
8b174bcde667 hgignore: don't ignore .app files
Paper <paper@paper.us.eu.org>
parents:
diff changeset
28 <string>MainMenu</string>
8b174bcde667 hgignore: don't ignore .app files
Paper <paper@paper.us.eu.org>
parents:
diff changeset
29 <key>NSPrincipalClass</key>
8b174bcde667 hgignore: don't ignore .app files
Paper <paper@paper.us.eu.org>
parents:
diff changeset
30 <string>NSApplication</string>
8b174bcde667 hgignore: don't ignore .app files
Paper <paper@paper.us.eu.org>
parents:
diff changeset
31 <key>CGDisableCoalescedUpdates</key>
8b174bcde667 hgignore: don't ignore .app files
Paper <paper@paper.us.eu.org>
parents:
diff changeset
32 <true/>
8b174bcde667 hgignore: don't ignore .app files
Paper <paper@paper.us.eu.org>
parents:
diff changeset
33 <key>NSHighResolutionCapable</key>
8b174bcde667 hgignore: don't ignore .app files
Paper <paper@paper.us.eu.org>
parents:
diff changeset
34 <true/>
8b174bcde667 hgignore: don't ignore .app files
Paper <paper@paper.us.eu.org>
parents:
diff changeset
35 </dict>
8b174bcde667 hgignore: don't ignore .app files
Paper <paper@paper.us.eu.org>
parents:
diff changeset
36 </plist>