Skip to content

v0.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 21 Jun 12:41

macOS 설치 안내 — "손상되었기 때문에 열 수 없습니다" 가 뜨면

정식 코드 서명이 안 된 앱이라 macOS 가 다운로드 파일에 quarantine 을 붙여 차단하는 것입니다(실제 손상 아님). 아래 한 줄로 해제하면 정상 실행됩니다.

  1. zip 을 풀어 Calendar Overlay.app/Applications 로 옮깁니다.
  2. 터미널에서 실행:
    xattr -dr com.apple.quarantine "/Applications/Calendar Overlay.app"
  3. 앱을 실행합니다. (같은 버전은 이후 다시 안 뜹니다.)

Full Changelog: v0.1.8...v0.2.0