Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 816 Bytes

File metadata and controls

39 lines (26 loc) · 816 Bytes

LookInside-Example

This is a ready-to-run demo app for trying LookInside on iOS and macOS.

It has three SwiftUI screens: Music, Feed, and Chat. Run the app, open LookInside on your Mac, and inspect the live UI.

Run it

iOS Simulator:

make run

macOS:

make run-mac

You can also open LookInsideExample.xcodeproj in Xcode and press Run.

Build only

make build-sim
make build-mac

What is inside

Path What it is
Sources/LookInsideExampleApp/ The demo app screens
LookInsideExample.xcodeproj The Xcode project
Project.swift Tuist project setup
Configuration/ Build settings

LookInside continues the work of LookinServer, the original iOS view debugger runtime.