Skip to content

Commit

Permalink
feat(taxonomy): additional properties for ios sdk and mac catalyst (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ioannisj authored Feb 4, 2025
1 parent 9b7280a commit 97e0ad7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions frontend/src/lib/taxonomy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -659,6 +659,16 @@ export const CORE_FILTER_DEFINITIONS_BY_GROUP = {
description: 'Indicates whether the app is running on an emulator or a physical device',
examples: ['true', 'false'],
},
$is_mac_catalyst_app: {
label: 'Is Mac Catalyst App',
description: 'Indicates whether the app is a Mac Catalyst app running on macOS',
examples: ['true', 'false'],
},
$is_ios_running_on_mac: {
label: 'Is iOS App Running on Mac',
description: 'Indicates whether the app is an iOS app running on macOS (Apple Silicon)',
examples: ['true', 'false'],
},
$device_name: {
label: 'Device Name',
description: 'Name of the device',
Expand Down

0 comments on commit 97e0ad7

Please sign in to comment.