Updated OSX app bundle

This commit is contained in:
Valentino Orlandi 2022-11-16 17:02:55 +01:00
parent 5bc52ade6b
commit 5a8e800ea5
Signed by: elB4RTO
GPG Key ID: 1719E976DB2D4E71
8 changed files with 14 additions and 10 deletions

View File

@ -4,23 +4,27 @@
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>LogDoctor</string>
<key>CFBundleDisplayName</key>
<string>LogDoctor</string>
<key>CFBundleIdentifier</key>
<string>com.logdoctor.LogDoctor</string>
<key>CFBundleShortVersionString</key>
<string>2.00</string>
<key>CFBundleVersion</key>
<string>2.00</string>
<key>CFBundleExecutable</key>
<string>LogDoctor</string>
<key>CFBundleIconFile</key>
<string>LogDoctor</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleDisplayName</key>
<string>LogDoctor</string>
<key>CFBundleName</key>
<string>LogDoctor</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.00.0</string>
<key>CFBundleVersion</key>
<string>1.00.0</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>CSResourcesFileMapped</key>
<true/>
</dict>
</plist>