From cf9b093d98cee30a272c0d47627a01f8a6b4b63b Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Thu, 28 Apr 2022 11:09:02 -0500 Subject: [PATCH] Make cursor pointer on bundles --- src/components/listing-parts/bundles.astro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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) }