docs: macOS(인텔 맥북) / 아이패드 지원 검토 기록 - #6
Draft
eondcom wants to merge 1 commit into
Draft
Conversation
코드 변경 없이 논의 내용만 문서로 남긴다. - 맥북: build-macos.sh + augment_path_for_macos + AppleSDGothicNeo 폰트 후보로 이미 대응돼 있고, 실기 빌드 시 rsync 3.2.3+(--mkpath/--info=progress2)·sshpass· mysql-client 세 의존성만 남는다는 점을 기록. - 아이패드: iPadOS가 fork/exec을 금지해 네이티브 포팅이 원천 불가. 대안 A(xpra/VNC 원격 화면), B(클라이언트/서버 분리), C(명령복사 전용) 정리. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015Ybo3dNeAeoGV8Y41uWpMG
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
2026-07-28 논의 내용을 나중에 참고하려고 문서로만 남긴다. 코드 변경 없음.
docs/2026-07-28-macos-ipad-portability.md추가.기록한 내용
build-macos.sh,augment_path_for_macos()(src/main.rs:138),AppleSDGothicNeo.ttc폰트 후보(src/main.rs:10)로 대응돼 있다.egui는 크로스컴파일이 안 되므로 맥북 실기에서 빌드해야 하고, 남는 걸림돌은
rsync 3.2.3+(
--mkpath/--info=progress2사용), sshpass(homebrew-core에 없음),mysql-client 세 가지.
원천적으로 불가능. 대안 A(리눅스에서 돌리고 xpra/VNC로 화면만, 코드 변경 0),
B(ops.rs를 데몬으로 분리 + 웹 UI, 며칠 규모), C(명령어 보기 + SSH 앱) 정리.
검증
코드 정적 분석 기준이다. macOS 실기가 없어 실제 빌드는 확인하지 못했고, 문서에도 명시해 두었다.
인용한 라인번호(main.rs:10/138, ops.rs의 --mkpath·--info=progress2 위치)는 grep으로 대조했다.
🤖 Generated with Claude Code
https://claude.ai/code/session_015Ybo3dNeAeoGV8Y41uWpMG