Movatterモバイル変換


[0]ホーム

URL:


Orion latest (1.0.2) Docs (100% documented)

GitHub View on GitHub

Dash Install in Dash

Orion

Orion

A DSL for elegant tweak development in Swift.

TheosDocumentationChangelogsGet Help@theosdevIRC

About

Orion is aDSL designed to make it entirely effortless to interact with with Objective-C’s dynamic aspects in Swift. The project’s primary goal is to enable easy, fun, and versatile jailbreak tweak development in Swift. In some ways, it is to Swift whatLogos is to Objective-C, but it’s simultaneously a lot more than that.

It is possible to use Orion as a regular framework (invoking the preprocessor in a build script), or in aTheos tweak (recommended).

Orionis not a framework for hooking Swift code. As of now, Orion only supports hooking Objective-C and C code, however this may change in the future.

For more information, refer to thedocumentation.

Example

The following is a simple tweak which changes the text of all labels to say “hello”:

classMyHook:ClassHook<UILabel>{funcsetText(_text:String){orig.setText("hello")}}

License

SeeLICENSE.md for licensing information.

© 2020Theos. Licensed under theMIT License.

Generated byjazzy ♪♫ v0.15.0, aRealm project.


[8]ページ先頭

©2009-2025 Movatter.jp