LookinServer Documentation

repository·develop·Indexed 25 days ago

https://github.com/qmui/lookinserver

An iOS framework that enables real-time inspection and modification of UI views via the Lookin macOS application. Supports integration through CocoaPods and Swift Package Manager. Intended for debugging use only and should not be integrated into Release build configurations.

Tokens
291
Snippets
2
Records
2
Agent score
34%

What's inside LookinServer

  1. Integrate LookinServer via CocoaPods

    develop

    To use the Lookin macOS app for inspecting and modifying views in your iOS app, integrate the LookinServer framework using CocoaPods.

    Important Safety Warnings:

    1. Never integrate LookinServer in a Release build configuration. It is intended for debugging only.
    2. Do not use versions earlier than 1.0.6 due to a critical bug that can cause production incidents.

    Use the following configurations in your Podfile:

    • For Swift Projects: Use the Swift subspec and restrict it to Debug configurations.
    • For Objective-C Projects: Restrict the pod to Debug configurations.
    # Swift Project
    pod 'LookinServer', :subspecs => ['Swift'], :configurations => ['Debug']
    
    # Objective-C Project
    pod 'LookinServer', :configurations => ['Debug']
  2. Integrate LookinServer via Swift Package Manager

    develop

    You can integrate LookinServer into your iOS project using Swift Package Manager (SPM) by adding the following repository URL:

    https://github.com/QMUI/LookinServer/

    https://github.com/QMUI/LookinServer/