Giter Club home page Giter Club logo

lilium's Introduction

Lilium

Lilium

Features

  • A custom calculator for deg to rad conversion & the other way round.

How to use

  • Slide up the dock and you should see Lilium. An activator listener could definitely be added, but I dislike dependencies so that most likely won't happen.
  • You can also dismiss it by swiping up the view.

Why

  • Because the Objective-C Runtime features are great, however they should be handled with caution since it's dark juju. This should not be considered safe at all and it's mainly for myself, SO USE WITH CAUTION, I'M NOT LIABLE FOR ANYTHING THAT MAY HAPPEN TO YOUR DEVICE DUE TO INSTALLING LILIUM, THE SOFTWARE IS PROVIDED 'AS IS'. READ THE LICENSE.

I want to use it

  • Alright sure, however as it is right now it won't compile. First of all, without linking against SpringBoard & SpringBoardHome, the tweak would throw undefined symbols. One would think that linking the frameworks is enough, well it isn't. iOS devs added a safety check(?) so that if you aren't an 'allowed client' you can't extend classes from private frameworks in a category (which is how Lilium works), so the compilation will stop and tell you exactly that. You can get around it though by just going to $THEOS/sdks/YOUR_SDK/System/Library/PrivateFrameworks/SpringBoard.framework and edit the .tbd file. At the very top there's a list of allowed clients, you just add the name of the tweak there and it should compile. Same thing for SpringBoardHome.
    Cc: Uroboro for suggesting the possibility that such list could be there.

Contributing

  • Contributions are more than welcomed, but should follow this etiquette:

    • If you're a contributor with write access to this repository, you should NOT push to main branch, preferably push to a new one and then create the PR.
    • Keep commit titles short and then explain them in comments or preferably in the commit description.
    • Push small commits (e.g if you changed 2 directories, commit one directory, then commit the other directory and only THEN push)

LICENSE

Assets LICENSE

  • Under no means shall the visual assets of this repository โ€“ i.e., all photo-, picto-, icono-, and videographic material โ€“ (if any) be altered and/or redistributed for any independent commercial or non-commercial intent beyond it's original function in this project. Permissible usage of such content is restricted solely to it's express application in this repository and any forks that retain the material in it's original, unaltered form only.

lilium's People

Contributors

luki120 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.