pakerwreah / Calendr

Menu bar calendar for macOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“₯ How to install

pakerwreah opened this issue Β· comments

release

  1. Go to the releases page and download the most recent Calendr.zip.
  2. Unzip the archive and drag Calendr.app to the Applications folder.
  3. Right click it and select Open.

☝🏻 You have to do this the first time you open, because the app is not signed and macOS won't let you.
After that it will be saved as an exception and will open normally.

Here's a tutorial from Apple:
https://support.apple.com/en-gb/guide/mac-help/mh40616/mac

For reference in case someone wants to install with homebrew here is how I did it πŸ˜„

@mracos πŸ‘πŸ» nice!
Is this tied to a specific version? πŸ€”

Initially it is, but it should fetch latest releases because of the appcast stanza on it on new installs

I might try to submit a PR to homebrew-cask later

Just a FYI, got rejected because the app needs to be signed which I have no idea if feasible or possible. Will keep using the one in my own tap for now πŸ˜„

Thank you so much for this little app πŸ’™

It surely can be signed, I just don't want to pay Apple $99 per year πŸ˜†

That's... understandable 🀣

What a bummer that you need to pay a subscription to sign stuff. Well, thanks for the explanation and the TIL!

commented

Just a FYI, got rejected because the app needs to be signed which I have no idea if feasible or possible. Will keep using the one in my own tap for now πŸ˜„δ»…δΎ›ε‚θ€ƒοΌŒθ’«ζ‹’η»ζ˜―ε› δΈΊθ―₯εΊ”η”¨η¨‹εΊιœ€θ¦η­ΎεοΌŒζˆ‘δΈηŸ₯ι“θΏ™ζ˜―ε¦ε―θ‘Œζˆ–ε―θƒ½γ€‚ηŽ°εœ¨πŸ˜„ε°†η»§η»­δ½Ώη”¨ζˆ‘θ‡ͺε·±ηš„ζ°΄ιΎ™ε€΄δΈ­ηš„ι‚£δΈͺ

Thank you so much for this little app πŸ’™ιžεΈΈζ„Ÿθ°’δ½ θΏ™δΈͺ小应用程序 πŸ’™

Is it possible to have a github action that automatically push the latest version to the tap?

@mracos I think you said your tap was not tied to a specific version, right? πŸ€”

btw, I was searching for information on this and I'm seeing this warning in a lot of places:
Calling the appcast stanza is deprecated! Use the livecheck stanza instead

ps.: I think macOS "compress" task stopped adding the .app to the zip file name πŸ‘€

Is it possible to have a github action that automatically push the latest version to the tap?

@thedavidweng It could checks once a day and then submit a PR? Maybe something already exists on the marketplace. Feel free o contribute if you want!

Also, @pakerwreah, do you want to move this formula to a repo under your wing?

@mracos I think you said your tap was not tied to a specific version, right? πŸ€”

yeah @pakerwreah, I shared a bit of fake news, my bad on that πŸ˜…
I assumed that it was not bc of the appcast stanza but it seems (at least with livecheck) that we have to manually run brew livecheck

Screenshot 2024-03-29 at 16 24 36

And tbh it was not working. Fixed it, also fixed the appcast warning (although I thought I fixed it a while ago but missed a dangling call), and already updated to the latest version!

Thanks for the heads up πŸ™‡

commented

Thank you! Yes I do believe this can be done with a github action, @pakerwreah do you want to maintain your own tap?

I don't want another thing to maintain πŸ˜…
I can see myself, in the future, losing hours trying to figure out some random homebrew breaking change.