Skip to content
forked from hughkli/Lookin

Free macOS app for iOS view debugging.

License

Notifications You must be signed in to change notification settings

kevinlzh1108/Lookin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

163 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Preview

Introduction

You can inspect and modify views in iOS app via Lookin, just like UI Inspector in Xcode, or another app called Reveal.

Official Website:https://lookin.work/

Integration Guide

To use Lookin macOS app, you need to integrate LookinServer (iOS Framework of Lookin) into your iOS project.

Warning: Never integrate LookinServer in Release building configuration.

via CocoaPods:

pod 'LookinServer', :configurations => ['Debug']

via Swift Package Manager:

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

Repository

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

macOS app: https://github.com/hughkli/Lookin/

Development

Unfortunately, it's hard for me to spend much time on this free open-source side project.

I'll try my best to fix bug & feature issues, but I cannot give a timetable. Sorry for that.


简介

Lookin 可以查看与修改 iOS App 里的 UI 对象,类似于 Xcode 自带的 UI Inspector 工具,或另一款叫做 Reveal 的软件。

官网:https://lookin.work/

安装 LookinServer Framework

如果这是你的 iOS 项目第一次使用 Lookin,则需要先把 LookinServer 这款 iOS Framework 集成到你的 iOS 项目中。

记得不要在 AppStore 模式下集成 LookinServer。

通过 CocoaPods:

pod 'LookinServer', :configurations => ['Debug']

通过 Swift Package Manager:

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

源代码仓库

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

macOS 端软件:https://github.com/hughkli/Lookin/

开发节奏

由于 Lookin 仅仅是我正职之外的业余项目,所以其 Bugfix 或功能迭代可能会非常慢。

工作机会

如果你也是 iOS/Android 客户端开发,并且有换工作的意向,那么诚挚邀请你加入我的部门:https://bytedance.feishu.cn/docx/SAcgdoQuAouyXAxAqy8cmrT2n4b

About

Free macOS app for iOS view debugging.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 82.6%
  • Swift 16.7%
  • Other 0.7%