--- import { getStatusOfScan } from '~/helpers/statuses.js' import { supportedArchitectures } from '~/helpers/bundles.js' import Heading from './heading.astro' const { listing } = Astro.props const hasBundleIdentifiers = Array.isArray( listing.bundles ) --- { hasBundleIdentifiers && (
{ JSON.stringify(report['Info Plist'], undefined, 2) }
{ JSON.stringify(report['Macho Meta'], undefined, 2) }