Investigate how to add macOS support to the existing iOS app. This may involve using Mac Catalyst or building a separate macOS target with AppKit. Review the current Swift codebase for platform specific dependencies and consider abstracting platform specific UI components. Look at similar projects that support both iOS and macOS.