swissChili | 281af44 | 2024-11-14 23:30:29 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!DOCTYPE plist PUBLIC "-//Apple//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>webview-frontend</string> |
| 9 | <key>CFBundleIconFile</key> |
| 10 | <string>Units</string> |
| 11 | <key>CFBundleIdentifier</key> |
| 12 | <string>sh.swisschili.units</string> |
| 13 | <key>CFBundleDisplayName</key> |
| 14 | <string>Units</string> |
| 15 | <key>CFBundleInfoDictionaryVersion</key> |
| 16 | <string>1.0</string> |
| 17 | <key>CFBundleName</key> |
| 18 | <string>Units</string> |
| 19 | <key>CFBundleShortVersionString</key> |
| 20 | <string>1.0</string> |
| 21 | <key>CFBundleVersion</key> |
| 22 | <string>1</string> |
| 23 | <key>CFBundleSignature</key> |
| 24 | <string>Pde4</string> |
| 25 | <key>NSHumanReadableCopyright</key> |
| 26 | <string>© swissChili</string> |
| 27 | <key>LSMinimumSystemVersion</key> |
| 28 | <string>10.14.6</string> |
| 29 | <key>LSUIElement</key> |
| 30 | <false/> |
| 31 | <key>NSHighResolutionCapable</key> |
| 32 | <true/> |
| 33 | <key>NSSupportsAutomaticGraphicsSwitching</key> |
| 34 | <true/> |
| 35 | <key>IgnorePSN</key> |
| 36 | <false/> |
| 37 | <key>NSRequiresAquaSystemAppearance</key> |
| 38 | <false/> |
| 39 | <key>LSArchitecturePriority</key> |
| 40 | <array> |
| 41 | <string>aarch64</string> |
| 42 | </array> |
| 43 | <key>LSEnvironment</key> |
| 44 | <dict> |
| 45 | <key>LC_CTYPE</key> |
| 46 | <string>UTF-8</string> |
| 47 | </dict> |
| 48 | </dict> |
| 49 | </plist> |