Mercurial > minori
comparison rc/osx/Minori.app/Contents/Info.plist @ 249:6b2441c776dd
*: merge
| author | Paper <mrpapersonic@gmail.com> |
|---|---|
| date | Wed, 24 Jan 2024 20:18:59 -0500 |
| parents | 8b174bcde667 |
| children |
comparison
equal
deleted
inserted
replaced
| 248:cf47a8f687c0 | 249:6b2441c776dd |
|---|---|
| 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> |
