Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kyome22/xcmonitor
A simple tool to monitor Xcode events (building and testing).
https://github.com/kyome22/xcmonitor
Last synced: 3 months ago
JSON representation
A simple tool to monitor Xcode events (building and testing).
- Host: GitHub
- URL: https://github.com/kyome22/xcmonitor
- Owner: Kyome22
- License: mit
- Created: 2022-05-25T17:09:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-27T04:28:22.000Z (over 2 years ago)
- Last Synced: 2023-03-04T02:26:39.066Z (almost 2 years ago)
- Language: Swift
- Homepage:
- Size: 4.31 MB
- Stars: 15
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# XCMonitor
A simple tool to monitor Xcode events (building and testing).
## Logging event history
This app can collect Xcode event types and elapsed time.
## Installation
Go to [Releases](https://github.com/Kyome22/XCMonitor/releases) and download the latest `dmg` file.
## How to activate
Open Preferences of XCMonitor and enable XCHook.
## XCHook
A library to hack the events (building and testing) of Xcode.app.
This library supports macOS (11+).
XCMonitor is a demonstration for XCHook.https://github.com/Kyome22/XCHook