fleet/ee/maintained-apps/inputs/homebrew/anka-virtualization.json
Jonathan Katz 94c9c26660
Fix anka fma bundle identifier (#44318)
<!-- Add the related story/sub-task/bug number, like Resolves #123, or
remove if NA -->
**Related issue:** Resolves #
Changes the bundle identifier from `com.veertu.ankaview` to
`com.veertu.anka` (in apps.json), since that's what I was able to find
through osquery on an arm VM I installed this on.
Also adds a version shortener, since osquery finds version 3.8.6 and not
3.8.6.212

osquery results:
`SELECT * FROM apps WHERE bundle_identifier LIKE "%anka%";`
|host_display_name
|applescript_enabled|bundle_executable|bundle_identifier|bundle_name|bundle_package_type|bundle_short_version|bundle_version|category
|compiler |copyright
|development_region|display_name|element|environment|info_string|last_opened_time|minimum_system_version|name
|path |

|----------------------|-------------------|-----------------|-----------------|-----------|-------------------|--------------------|--------------|-----------------------------|----------------------------------|------------------------------------------------------|------------------|------------|-------|-----------|-----------|----------------|----------------------|-----------------|-------------------------------------------------------|
|User’s Virtual Machine| |ankahv-x86_64 |com.veertu.ankahv|ankahv |
|3.8.6 |212 | |com.apple.compilers.llvm.clang.1_0| | | |1 | |
|1777399836.67905|10.15
|ankahv-x86_64.app|/Applications/Anka.app/Contents/MacOS/ankahv-x86_64.app|
|User’s Virtual Machine| |ankahv-arm64 |com.veertu.ankahv|ankahv |
|3.8.6 |212 | |com.apple.compilers.llvm.clang.1_0| | | |1 | |
|1777399836.67923|10.15 |ankahv-arm64.app
|/Applications/Anka.app/Contents/MacOS/ankahv-arm64.app |
|User’s Virtual Machine| |Anka |com.veertu.anka |Anka |APPL |3.8.6 |212
|public.app-category.utilities|com.apple.compilers.llvm.clang.1_0|Copyright
© 2017-2026 Veertu Inc. All rights reserved.|en |Anka | | |
|1777401135.40039|10.15 |Anka.app |/Applications/Anka.app |


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **New Features**
* Added support for the Anka virtualization application on macOS with
automatic installation tracking and version management.
* Improved version format handling for Anka virtualization by
normalizing versions to the standard three-segment format, ensuring
consistent version display and comparison across the platform.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2026-04-28 17:23:34 -04:00

8 lines
211 B
JSON

{
"name": "Anka",
"unique_identifier": "com.veertu.anka",
"token": "anka-virtualization",
"installer_format": "pkg",
"slug": "anka-virtualization/darwin",
"default_categories": ["Developer tools"]
}