Generated from Documentation/app-surface-catalog.json.
- Lane:
Marketplace - Label today:
Standalone Root + richer example + chained runtime flow - Entry path:
Templates/MarketplaceApp/Package.swift - Extra route:
Examples/MarketplaceExample - Product target:
Marketplace
- teams comparing commerce and multi-seller starter flows
- readers who want a marketplace-specific root and example route
- maintainers reviewing listing and seller-oriented starter surfaces
- teams expecting production seller operations today
- readers who expect automated multi-step interaction proof beyond the current first-screen runtime proof set
- teams that assume the hosted standalone iOS workflow is already green for this app pack
- listing discovery flow
- seller highlight cards
- product detail starter flow
- saved or cart-adjacent surface
- starter marketplace domain model
- standalone root package exists
- template-root README exists
Templates/MarketplaceApp/Package.swiftexists- no external dependency lockfile is required today
- local generic iOS build proof is tracked via
xcodebuild -scheme MarketplaceApp -destination 'generic/platform=iOS' build - local simulator runtime launch proof is tracked via
bash Scripts/validate-runtime-app-launches.sh MarketplaceApp - the hosted standalone iOS proof workflow is active; check live GitHub status on
master - root repo
swift build -c releasepasses - root repo
swift testpasses - runtime screenshot is published: ../Assets/AppScreenshots/MarketplaceApp.png
- demo clip is published: ../Assets/AppDemoClips/MarketplaceApp.mp4
- launch-to-ready scenario frames are published: launch / ready
Examples/MarketplaceExampleinspection route exists
- stable green hosted standalone iOS baseline should be checked on current
master
open Templates/MarketplaceApp/Package.swift
open Examples/MarketplaceExample/README.md
xcodebuild -scheme MarketplaceApp -destination 'generic/platform=iOS' buildThen validate the root package:
swift build -c release
swift test