Skip to content
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

AlarmClock is not working under macOS Catalina (64Bit) #2

Open
0xErnie opened this issue Oct 10, 2019 · 9 comments
Open

AlarmClock is not working under macOS Catalina (64Bit) #2

0xErnie opened this issue Oct 10, 2019 · 9 comments

Comments

@0xErnie
Copy link

0xErnie commented Oct 10, 2019

I assume the code is not maintained, anyhow I think this is a good place to document the issue, show others that it exists and make cooperation possible.

AlarmClock was build for the 32Bit architecture and since macOS High Catalina 32-Bit apps are not supported anymore.
See https://support.apple.com/en-us/HT208436

Maybe one could just "rebuild" the app for the other architecture, maybe code has to be changed.

@derekschrock
Copy link

I started looking at this a couple months ago and found Alarm Clock is using a lot of very old frameworks most deprecated a while ago including QTKit (deprecated in 10.9). So this isn't a simple rebuild. Here might be a good place to start: https://developer.apple.com/library/archive/technotes/tn2300/_index.html

This is far outside my wheelhouse and I don't have the time to figure it out.

However, I've since moved to Horo from the App Store.

@derekschrock
Copy link

Turns out someone ported it. https://github.com/bfabiszewski/AlarmClock

@studioetc
Copy link

Is there a compiled .app anywhere?

@derekschrock
Copy link

derekschrock commented Oct 14, 2019 via email

@studioetc
Copy link

studioetc commented Oct 14, 2019

I failed to look in the releases - it's compiled there. I've downloaded - I'll report back on how it works.
Funny, the only thing stopping me from updating MacOS has been this little app.

@ksmall16
Copy link

I downloaded the app from the repo linked above, and it looks great.. except it doesn't seem to support Catalina Music files. Catalina shifted away from using XML files for iTunes and is now using a proprietary format for their Music library, although there's supposed to be a third-party API to sync like the XML used to. Has anyone gotten this working?

I also have avoided upgrading to Catalina for a long time because of this app, and I had to when my old computer died. I absolutely need this app. Hoping someone got this working!

@2called-chaos
Copy link

Has anyone gotten this working?

@ksmall16 Do you only want to change the sound in general (that's what I always did, I need the most soul crushing sound to wake up) or do you want to select it on a per-alarm basis?

For the former you can just replace the default alarm and/or timer sound by

  • Right clicking the app -> show package contents
  • Navigate to Contents/Resources
  • Replace defaultAlarm.m4a and/or defaultTimer.m4a with your sound of choice. But it has to be in AAC which wasn't the case before. I converted my wave file that I've been using to AAC (via Music app) but now the sound is longer for some reason so it doesn't loop as fast.

@redone
Copy link

redone commented Sep 27, 2020

2called-chaos Thank-you so much for that thought. I downloaded 2.5 version that is here somewhere but could never get anything but default alarm to make sound. So started using Horo (which is no where near as good as Alarm Clock was). And I really miss my Timers saying "your timer has finished" - I don't respond to bells. Simply found the song I want in library - converted a copy to m4a and put it in the package, named it defaultAlarm and it looks like its working. I'd like to have access to all my music to choose per alarm but this is much better than nothing. Thank-you, thank-you, thank-you.
P.S. I too delayed changing to Catalina because of this app. I'd happily pay to have a version that works as it used to.
Also if anyone has the file that says "Your Timer has Finished" I'd love to get it.

@NeoLotus
Copy link

When I download alarm.clock.app.zip it tells me I have insufficient permission. What's up with that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants