Skip to content

feat: add launch-at-login and auto-enable protection - #5

Open
122yjs wants to merge 1 commit into
toddwyl:mainfrom
122yjs:feat/launch-at-login
Open

feat: add launch-at-login and auto-enable protection#5
122yjs wants to merge 1 commit into
toddwyl:mainfrom
122yjs:feat/launch-at-login

Conversation

@122yjs

@122yjs 122yjs commented Jul 30, 2026

Copy link
Copy Markdown

요약

  • macOS 13+ SMAppService.mainApp으로 로그인 시 자동 실행 옵션 추가
  • 앱 시작 시 Never Sleep 자동 활성화 옵션 추가
  • 두 옵션의 기본값은 모두 꺼짐
  • 자동 시작 시 예기치 않은 관리자 암호 창을 피하기 위해 pmset disablesleep 변경은 건너뜀
  • README 영어·중국어 문서와 빌드 프레임워크 갱신

검증

  • Swift 타입 검사 통과
  • macOS 13 arm64 대상 직접 컴파일 통과
  • git diff --check 통과

현재 upstream/main의 기존 iconutil 빌드 단계는 별도 PR #4에서 정리 중이므로, 이 PR에서는 기능 범위에 포함하지 않았습니다.

Closes #1

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

Successfully merging this pull request may close these issues.

Add launch-at-login and auto-enable protection options

1 participant