alexzielenski / Mousecape

Cursor Manager for OSX
http://www.alexzielenski.com
Other
1.41k stars 168 forks source link

0.0.5 doesn't work on Mountain Lion 10.8.5 #71

Closed 1-61803 closed 7 years ago

1-61803 commented 8 years ago

In the Info.plist you can read

    <key>LSMinimumSystemVersion</key>
    <string>10.9</string>

Can you compile it for 10.8 or provide some hints for doing it myself? A quick try threw a bunch of errors.

alexzielenski commented 7 years ago

The minimum system version is set because I use API not available on 10.8.

1-61803 commented 7 years ago

Then you might want to correct the README.md.

alexzielenski commented 7 years ago

I believe mouse cloak - the command line tool for actually applying capes works for 10.8+ but the interface is 10.9+ - it's been a while though

1-61803 commented 7 years ago

A simple interface should easily compile back in 10.8. Is it possible to use Mousecape with the command line tool only?

alexzielenski commented 7 years ago

Yes. Again it's been a long time but mousecloak --apply <path/to/cape> should suffice I believe. If that doesn't work then the private symbols have changed