mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
29 lines
855 B
Plaintext
29 lines
855 B
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>LSMinimumSystemVersion</key>
|
|
<string>10.13</string>
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
<string>en</string>
|
|
<key>NSHumanReadableCopyright</key>
|
|
<string>© Natalia Portillo</string>
|
|
<key>CFBundleIconFile</key>
|
|
<string>MacIcon.icns</string>
|
|
<key>CFBundleName</key>
|
|
<string>Aaru</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>app.aaru</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>5.3.1</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>aaru</string>
|
|
<key>LSExecutableArchitectures</key>
|
|
<array>
|
|
<string>x86_64</string>
|
|
</array>
|
|
<key>NSHighResolutionCapable</key>
|
|
<true/>
|
|
</dict>
|
|
</plist>
|
|
|