diff --git a/src/components/listing-parts/bundles.astro b/src/components/listing-parts/bundles.astro index 55960ca..9abd7a9 100644 --- a/src/components/listing-parts/bundles.astro +++ b/src/components/listing-parts/bundles.astro @@ -1,4 +1,6 @@ --- +import semver from 'semver' + import { getStatusOfScan } from '~/helpers/statuses.js' import { supportedArchitectures } from '~/helpers/bundles.js' @@ -60,11 +62,11 @@ const hasBundleIdentifiers = Array.isArray( listing.bundles )
- Full Info Plist + Full Info Plist
{ JSON.stringify(report['Info Plist'], undefined, 2) }
- Full Meta Details + Full Meta Details
{ JSON.stringify(report['Macho Meta'], undefined, 2) }