├── LICENSE ├── Package.swift ├── README.md ├── Sources └── ScreenshotSwiftUI │ ├── ScreenshotMaker.swift │ ├── ScreenshotMakerUIView.swift │ └── ScreenshotMakerView.swift └── Tests └── ScreenshotSwiftUITests └── ScreenshotSwiftUITests.swift /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gualtierofrigerio/ScreenshotSwiftUI/HEAD/LICENSE -------------------------------------------------------------------------------- /Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gualtierofrigerio/ScreenshotSwiftUI/HEAD/Package.swift -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gualtierofrigerio/ScreenshotSwiftUI/HEAD/README.md -------------------------------------------------------------------------------- /Sources/ScreenshotSwiftUI/ScreenshotMaker.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gualtierofrigerio/ScreenshotSwiftUI/HEAD/Sources/ScreenshotSwiftUI/ScreenshotMaker.swift -------------------------------------------------------------------------------- /Sources/ScreenshotSwiftUI/ScreenshotMakerUIView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gualtierofrigerio/ScreenshotSwiftUI/HEAD/Sources/ScreenshotSwiftUI/ScreenshotMakerUIView.swift -------------------------------------------------------------------------------- /Sources/ScreenshotSwiftUI/ScreenshotMakerView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gualtierofrigerio/ScreenshotSwiftUI/HEAD/Sources/ScreenshotSwiftUI/ScreenshotMakerView.swift -------------------------------------------------------------------------------- /Tests/ScreenshotSwiftUITests/ScreenshotSwiftUITests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gualtierofrigerio/ScreenshotSwiftUI/HEAD/Tests/ScreenshotSwiftUITests/ScreenshotSwiftUITests.swift --------------------------------------------------------------------------------