Releases: birangdev/ShotKit
Releases · birangdev/ShotKit
Release list
ShotKit 1.0.0
First public release.
What it does — renders your real SwiftUI views into App Store marketing screenshots at exact pixel sizes, capturing the live view hierarchy so native controls (segmented Picker, linear ProgressView, Slider, Toggle, and more) come out intact where ImageRenderer drops them.
Included
- Cross-platform capture:
cacheDisplayon macOS,drawHierarchyon iOS ShotCardmarketing layout: optional headline, custom background, auto-fit scalingDeviceFrameiPhone mockup (notch or Dynamic Island, status bar, side buttons)- Exact App Store sizes via
ScreenshotSpec/AppStoreSize(macOS + iOS presets) - Batch export to a folder
ScaledLayout/ScaledContentfor reserving a scaled view's true footprintExamples/CafeAppdemo +ComparisonTool, test suite, CI
Install
.package(url: "https://github.com/birangdev/ShotKit.git", from: "1.0.0")MIT licensed.