navtoj / NotchBar

A macOS app for adding widgets around the notch.
GNU Affero General Public License v3.0
87 stars 3 forks source link

Explore Alternative Project Structure #4

Closed navtoj closed 3 weeks ago

navtoj commented 4 weeks ago

Options

navtoj commented 3 weeks ago

❌ Swift Bundler

https://github.com/navtoj/NotchBar/tree/Swift-Bundler

Reason

No support for Window scene. Platforms above v12 not currently supported.

https://github.com/navtoj/NotchBar/blob/ac82626ece856e587c4781abc763d43530816b24/Package/Package.swift#L7

navtoj commented 3 weeks ago

❌ Local Package^1

https://github.com/navtoj/NotchBar/tree/Local-Package

Reason

Incomplete support for SwiftUI views in linked package.

navtoj commented 3 weeks ago

✅ Tuist

https://github.com/navtoj/NotchBar/tree/Tuist

Reason

Lack of git conflicts due to programmatic approach to Xcode files.