Updated GUI, included custom markers during logging.
This commit is contained in:
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>
|
||||
Reference in New Issue
Block a user