ospfranco / sol

MacOS launcher & command palette
MIT License
1.92k stars 87 forks source link

How to run it in dev mode? #102

Closed mateuszmazurek closed 1 year ago

mateuszmazurek commented 1 year ago

I want to play around with code and maybe create some features but I need to know how to run this app in development mode first. There's no such info in README and I didn't find any related issue.

Btw great app, I hope it will replace Raycast soon on my Mac :) Raycast is almost perfect but not open source and I can't tweak some things which frustrate me. I totally understand your motivations to start this project.

ospfranco commented 1 year ago

setup is a bit complex, I think there is an old issue somewhere that contains some instructions.

Some rough guideline:

You might get some certificate issue because right now the signing config is set to my own apple account but you can open the .xcworkspace project on xcode and remove it and try to build it from there

mateuszmazurek commented 1 year ago

thanks, will give it a try

ospfranco commented 1 year ago

Here are some more detailed instruction although they might still be incomplete:

As stated you might have an issue trying to run the app with my hardcoded team id, on which case you want to go into xcode and remove the assigned team from Signing config. From the top of my head that is all. Let me know if you face any other issue.