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

Binary file not shown.

BIN
Bio-Z App Windows.exe Executable file

Binary file not shown.

Binary file not shown.

BIN
Bio-Z App macOS 1 Executable file

Binary file not shown.

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.

27
readme.md Normal file
View File

@@ -0,0 +1,27 @@
## Windows (.exe)
1. Run `Bio-Z App Windows.exe`.
## macOS
Additional steps are required on macOS. Otherwise, you may see a message such as
*"This app cant be opened because it is from an unidentified developer."*
You can choose one of the following options:
### Option 1: Use the native binary (no extension)
1. Open `Bio-Z App macOS 1`.
2. A warning will appear stating that `Bio-Z App macOS 1` cannot be opened.
3. Go to **System Settings****Privacy & Security**.
4. Scroll down and click **Open Anyway** under **Security**.
5. Follow the onscreen instructions.
### Option 2: Use the application bundle (.app)
1. Open **Terminal** and navigate to this folder using `cd`.
2. Run the following command to remove the quarantine attribute:
```bash
sudo xattr -cr Bio-Z\ App\ macOS\ 2.app
```
3. Open `Bio-Z App macOS 2`.