Updated GUI, included custom markers during logging.

This commit is contained in:
2025-12-17 15:45:32 +01:00
parent a4cdbf63bc
commit 658a631e8d
8 changed files with 63 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleDisplayName</key>
<string>Bio-Z App</string>
<key>CFBundleExecutable</key>
<string>main_gui</string>
<key>CFBundleIconFile</key>
<string>bio-z.icns</string>
<key>CFBundleIdentifier</key>
<string>bioz-host-rs</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>Bio-Z App</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.1.1</string>
<key>CFBundleVersion</key>
<string>20251217.143533</string>
<key>CSResourcesFileMapped</key>
<true/>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>LSRequiresCarbon</key>
<true/>
<key>NSHighResolutionCapable</key>
<true/>
<key>NSHumanReadableCopyright</key>
<string>Hubald Verzijl</string>
</dict>
</plist>

Binary file not shown.

Binary file not shown.