Commit 4e9b173
App Store 검증 통과: App Sandbox 활성화 및 앱 카테고리 추가
- com.apple.security.app-sandbox = true (Info.plist 검증 오류 해결)
- ENABLE_APP_SANDBOX = YES (Debug/Release)
- Info.plist에 LSApplicationCategoryType = public.app-category.productivity 추가
주의: 샌드박스에서 전역 단축키(NSEvent 글로벌 모니터)는 동작하지 않을 수 있음 — 메뉴바 메뉴로 대체
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent be2fa6c commit 4e9b173
3 files changed
Lines changed: 5 additions & 3 deletions
File tree
- StickyPresenter.xcodeproj
- StickyPresenter
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
| 153 | + | |
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| |||
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
236 | | - | |
| 236 | + | |
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
0 commit comments