II.
LibraryProcess overview
Reference · livelib-process:desktop-development--macos-features
specializations/desktop-development/macos-features overview
macOS-Specific Feature Implementation - Implement macOS-specific features including Touch Bar, dock integration, Handoff/Continuity, Spotlight integration, and Mac App Store preparation.
Attributes
displayName
specializations/desktop-development/macos-features
description
macOS-Specific Feature Implementation - Implement macOS-specific features including Touch Bar,
dock integration, Handoff/Continuity, Spotlight integration, and Mac App Store preparation.
libraryPath
library/specializations/desktop-development/macos-features.js
specialization
desktop-development
references
- - Electron macOS: https://www.electronjs.org/docs/latest/tutorial/macos-dock
- - Apple Human Interface Guidelines: https://developer.apple.com/design/human-interface-guidelines/macos
example
const result = await orchestrate('specializations/desktop-development/macos-features', {
projectName: 'MyDesktopApp',
framework: 'Electron',
macosFeatures: ['touch-bar', 'dock-menu', 'handoff', 'spotlight', 'app-store']
});
usesAgents
- macos-platform-expert
- touchbar-nstouchbar-builder
- macos-dock-badge-manager
- handoff-developer
- spotlight-developer
- tabs-developer
- mas-entitlements-generator
- macos-validator
Outgoing edges
lib_applies_to_domain1
- domain:software-engineering·DomainSoftware Engineering
lib_belongs_to_specialization1
- specialization:desktop-development·Specialization
lib_implements_workflow2
- workflow:desktop-app-release·WorkflowDesktop App Release
- workflow:release-management·Workflow
lib_involves_role2
- role:desktop-developer·RoleDesktop Application Developer
- role:fullstack-engineer·RoleFullstack Engineer
lib_requires_skill_area2
- skill-area:desktop-ui-frameworks·SkillAreaDesktop UI Frameworks
- skill-area:cross-platform-desktop·SkillAreaCross-Platform Desktop Development
uses_agent1
- lib-agent:desktop-development--macos-platform-expert·LibraryAgentmacos-platform-expert
Incoming edges
None.