diff --git a/Bio-Z App OS X.zip b/Bio-Z App OS X.zip deleted file mode 100644 index c14656a..0000000 Binary files a/Bio-Z App OS X.zip and /dev/null differ diff --git a/Bio-Z App Windows.exe b/Bio-Z App Windows.exe new file mode 100755 index 0000000..9b8c9fb Binary files /dev/null and b/Bio-Z App Windows.exe differ diff --git a/Bio-Z App Windows.exe.zip b/Bio-Z App Windows.exe.zip deleted file mode 100644 index a230e22..0000000 Binary files a/Bio-Z App Windows.exe.zip and /dev/null differ diff --git a/Bio-Z App macOS 1 b/Bio-Z App macOS 1 new file mode 100755 index 0000000..0684b7b Binary files /dev/null and b/Bio-Z App macOS 1 differ diff --git a/Bio-Z App macOS 2.app/Contents/Info.plist b/Bio-Z App macOS 2.app/Contents/Info.plist new file mode 100644 index 0000000..02bdaf4 --- /dev/null +++ b/Bio-Z App macOS 2.app/Contents/Info.plist @@ -0,0 +1,36 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleDisplayName + Bio-Z App + CFBundleExecutable + main_gui + CFBundleIconFile + bio-z.icns + CFBundleIdentifier + bioz-host-rs + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + Bio-Z App + CFBundlePackageType + APPL + CFBundleShortVersionString + 0.1.1 + CFBundleVersion + 20251217.143533 + CSResourcesFileMapped + + LSApplicationCategoryType + public.app-category.developer-tools + LSRequiresCarbon + + NSHighResolutionCapable + + NSHumanReadableCopyright + Hubald Verzijl + + diff --git a/Bio-Z App macOS 2.app/Contents/MacOS/main_gui b/Bio-Z App macOS 2.app/Contents/MacOS/main_gui new file mode 100755 index 0000000..0684b7b Binary files /dev/null and b/Bio-Z App macOS 2.app/Contents/MacOS/main_gui differ diff --git a/Bio-Z App macOS 2.app/Contents/Resources/bio-z.icns b/Bio-Z App macOS 2.app/Contents/Resources/bio-z.icns new file mode 100644 index 0000000..60d4276 Binary files /dev/null and b/Bio-Z App macOS 2.app/Contents/Resources/bio-z.icns differ diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..35e41a1 --- /dev/null +++ b/readme.md @@ -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`. \ No newline at end of file