diff --git a/src/components/listing-parts/bundles.astro b/src/components/listing-parts/bundles.astro index 9abd7a9..4f38fcb 100644 --- a/src/components/listing-parts/bundles.astro +++ b/src/components/listing-parts/bundles.astro @@ -1,6 +1,8 @@ --- import semver from 'semver' +// import { Code } from 'astro/components' + import { getStatusOfScan } from '~/helpers/statuses.js' import { supportedArchitectures } from '~/helpers/bundles.js' @@ -25,10 +27,10 @@ const hasBundleIdentifiers = Array.isArray( listing.bundles ) { listing.bundles.map( ( [bundleIdentifier, versions] ) => (
@@ -37,46 +39,71 @@ const hasBundleIdentifiers = Array.isArray( listing.bundles ) -{ JSON.stringify( report['Info Plist'], undefined, 2) }
+ { JSON.stringify( report['Macho Meta'], undefined, 2) }
+ { JSON.stringify(report['Info Plist'], undefined, 2) }
- { JSON.stringify(report['Macho Meta'], undefined, 2) }
-