App scaffold & wizard shell #1
Closed
opened 2026-09-08 17:38:19 +01:00 by gronod
·
0 comments
No Branch/Tag Specified
main
milestone/m5-profile
feat/23-colprof
develop
milestone/m4-measurement
feat/18-instrument-detection
milestone/m3-printing
feat/17-print-panel-ui
feat/15-lp-spool
feat/14-colorsync
feat/13-nsprintpanel
feat/12-printer-enum
milestone/m2-targets
feat/7-targen-argv
milestone/m1-foundation
feat/4-wizard-gating
feat/5-settings-logging
feat/6-file-dialogs
feat/3-argyll-resolution
feat/2-process-manager
feat/1-app-scaffold
No results found.
Labels
Clear labels
Bug/Architecture
Bug/Backend
Bug/DevOps
Bug/UI
Compat/Breaking
Feature/Architecture
Feature/Backend
Feature/DevOps
Feature/UI
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Project/ICCery-v2
Core / wizard / process infra defect
Argyll orchestration, file/data defect
Build, packaging, CI defect
Views, controls, dialogs defect
Breaking change that won't be backward compatible
Core / wizard / process infra
Argyll orchestration, file/data engines
Build, packaging, CI
Views, controls, dialogs
Something is not working
Documentation changes
Improve existing functionality
New functionality
This is security issue
Issue or pull request related to testing
Priority
Critical
1
The priority is critical
Priority
High
2
The priority is high
Priority
Low
4
The priority is low
Priority
Medium
3
The priority is medium
ICCery v2 Mac rewrite
Reviewed
Confirmed
1
Issue has been confirmed
Reviewed
Duplicate
2
This issue or pull request already exists
Reviewed
Invalid
3
Invalid issue
Reviewed
Won't Fix
3
This issue won't be fixed
Status
Abandoned
3
Somebody has started to work on this but abandoned work
Status
Blocked
1
Something is blocking this issue or pull request
Status
Need More Info
2
Feedback is required to reproduce issue or to continue work
Milestone
No items
No Milestone
M1 — Foundation & process core
Projects
Clear projects
No projects
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: gronod/iccery-v2-mac#1
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
Xcode project
ICCery, bundle idcom.gronod.iccery2, SwiftUI App lifecycle, macOS 14.0, universal arm64+x86_64. Dark tokens from v0.8.5: bg#1e1e1e, panel#252526, text#d4d4d4, accent#007acc, border#333. Window 1280×800, min 1100×700 (#61).Spec refs
docs/01-overview.md, 02-architecture.md, 21-ui-reference.md, 23-assets.md.
Scope
In: project, entitlements, window, sidebar, stepper, banner slot, logo + app icon set from vendored SVG.
Out: live presets, live Calibrate Printer, WebView workarounds, hidden-until-paint (not required without WKWebView).
Implementation notes
ICCery.entitlements:com.apple.security.app-sandbox= false;com.apple.security.device.usb= true; later Apple Events foropen -a "ColorSync Utility".ICCery-logo.svg(do not redraw), Settings, About, disabled preset select, disabled Calibrate Printer + cal chip, stepper stages 1–5 only. Stage 0 is not a stepper stop.NSAppearance. First paint may be visible.ICCery+ libraryICCeryCore(empty-ish). Do not createICCeryPrintKityet.Rewrite invariants
#61 window size. #225 — do not port WKWebView dark-paint / hidden-until-first-paint / WebGL-at-boot workarounds.
Dependencies
None.
Test
xcodebuild build -scheme ICCery -destination 'platform=macOS'; min-size; stepper only Stage 1 enabled; entitlements plist sandbox false.Acceptance criteria