comparison rc/osx/Minori.app/Contents/Info.plist @ 245:8b174bcde667

hgignore: don't ignore .app files so we can properly use our .app template
author Paper <paper@paper.us.eu.org>
date Tue, 23 Jan 2024 09:44:01 -0500
parents
children
comparison
equal deleted inserted replaced
244:3a4aa9b4814c 245:8b174bcde667
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>