Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/417-72ki/scriptingbridgegen

Creates Swift APIs for using some macOS apps
https://github.com/417-72ki/scriptingbridgegen

macos scriptingbridge swift

Last synced: 1 day ago
JSON representation

Creates Swift APIs for using some macOS apps

Awesome Lists containing this project

README

        

# ScriptingBridgeGen
Creates Swift APIs for using some macOS apps.
This tool automates the entire process of creating Swift files for using ScriptingBridge.

## Installation
TBD

> [!NOTE]
Before building a tool for the first time, you need to run `swift package resolve && swift .build/checkouts/ClangSwift/utils/make-pkgconfig.swift`.

## Usage
TBD

## Motivation
[SwiftScripting](https://github.com/tingraldi/SwiftScripting) was a great tool for creating Swift APIs for using ScriptingBridge.
However, it is no longer maintained and does not work on the current mac because of its Python version.
This tool is an attempt to create a similar tool that works with the latest version of Swift.