-
Notifications
You must be signed in to change notification settings - Fork 408
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
El Capitan Dev preview? #505
Comments
Please have a look at issue #494 |
agree this is a different issue, since EasySIMBL is working again on 10.11. I have the same error message |
If someone could explain how I can build my own version? I have a dev account and xcode 7 but when I clone the repo it always says that "no code signing identities" were found and there is an error with the existing ones, which well is because I am not Nate and my certificates are different, I tried to change several options but this error persists. Maybe it just helps to compile the code with the new Xcode to be compatible with the new os, because Xcode proposed some changes which it made automatically when I said, yes sure, do it. I have no experience with Xcode... hence I don't know how to change this. |
@Sajonara
Code Signing can just be disabled if you are running it locally. Its needed for the app store and downloads though, as Gatekeeper disables unsigned code from running by default. This should really be on the Wiki I guess |
^How does building from source solve the problem? |
@codeOfRobin. It won't on its own, but editing the source code logically let's you remove the safeguard. I mainly replied because Sajonara asked. |
Manually did this: if (![@[@"911", @"916", @"917", @"948"] containsObject:spotlightVersion]) { ... and successfully built the source. (notice the addition of version "948".) I know that's pretty lame. I know nothing about Mac development so please spare me that. I've just been wanting to experiment. With this change, I no longer see the error ("Flashlight doesn't work with your version of Spotlight.") but it doesn't seem to work either. |
So can we expect a fix release before the public release of EI Captain? |
@yzlnew give the guys a break. They are obviously working on this and the EasySIMBL problem and will certainly release a fix asap, but no one knows what excactly the problem is, so noone can predict when it will be done. |
@MrLoh, while I completely agree with your sentiment, I still think it's a relatively simple fix. |
Oops. Pressed the wrong button while on mobile. |
@codeOfRobin hopefully! it's really sad to not be able to use flashlight 😭 It's so awesome 😃 |
I'm gonna try to fix it myself this week as soon as I can figure out how to fix the build errors. I followed the exact procedure @cHemingway mentioned |
@codeOfRobin any luck yet? |
Nope. Can barely get cocoapods to work with Xcode 7 :( Sent from my iPhone
|
Hey did anyone tried [this](https://gist.github.com/hetima/51b71091aedf622f61f7) ?https://gist.github.com/hetima/51b71091aedf622f61f7 |
Hi all —
|
BinaryAge, which makes a number of commercial products based on tweaking OS X system apps, has folded their hands and said they won't be able to continue messing with system apps in El Capitan. [1] It doesn't make sense to continue trying to hack Spotlight. But I think Flashlight has a bright future outside Spotlight, as its own app. [1] You can technically continue to tweak system apps if you reboot into a recovery partition and turn off System Integrity Protection, but user's aren't going to do that. And it's probably ridiculous to ask anyone — even a very technical user — to do it. |
Any tips on getting Flashlight to work on El Capitan?
The text was updated successfully, but these errors were encountered: