Updated GUI, included custom markers during logging.
This commit is contained in:
Binary file not shown.
BIN
Bio-Z App Windows.exe
Executable file
BIN
Bio-Z App Windows.exe
Executable file
Binary file not shown.
Binary file not shown.
BIN
Bio-Z App macOS 1
Executable file
BIN
Bio-Z App macOS 1
Executable file
Binary file not shown.
36
Bio-Z App macOS 2.app/Contents/Info.plist
Normal file
36
Bio-Z App macOS 2.app/Contents/Info.plist
Normal 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>
|
||||||
BIN
Bio-Z App macOS 2.app/Contents/MacOS/main_gui
Executable file
BIN
Bio-Z App macOS 2.app/Contents/MacOS/main_gui
Executable file
Binary file not shown.
BIN
Bio-Z App macOS 2.app/Contents/Resources/bio-z.icns
Normal file
BIN
Bio-Z App macOS 2.app/Contents/Resources/bio-z.icns
Normal file
Binary file not shown.
27
readme.md
Normal file
27
readme.md
Normal 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 can’t 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`.
|
||||||
Reference in New Issue
Block a user