diff --git a/src/components/default-listing.astro b/src/components/default-listing.astro
index 7424d4e..1e6ec79 100644
--- a/src/components/default-listing.astro
+++ b/src/components/default-listing.astro
@@ -9,6 +9,7 @@ import Aliases from '~/src/components/listing-parts/aliases.astro'
import RelatedLinks from '~/src/components/listing-parts/related-links.astro'
import Devices from '~/src/components/listing-parts/devices.astro'
import RelatedVideos from '~/src/components/listing-parts/related-videos.astro'
+import Bundles from '~/src/components/listing-parts/bundles.astro'
import AllUpdatesSubscribe from '~/components/all-updates-subscribe.vue'
@@ -57,6 +58,10 @@ const details = new ListingDetails( listing )
listing={ listing }
/>
+
{ JSON.stringify(report['Info Plist'], undefined, 2) }
+ { JSON.stringify(report['Macho Meta'], undefined, 2) }
+