danielsaidi / SwiftUIKit

SwiftUIKit is a Swift SDK that adds extra functionality to Swift & SwiftUI.
MIT License
1.4k stars 54 forks source link

Universal Demo App currently doesn't run on macOS #2

Closed danielsaidi closed 3 years ago

danielsaidi commented 3 years ago

The new demo app is a universal one that should run on both iOS and macOS. However, I have focused on a great iOS experience first, and the macOS demo doesn't currently build.

The demo app should disable parts that aren't supported by macOS, but I will wait with this until I have an M1.

danielsaidi commented 3 years ago

The demo app now builds for all platforms and runs on iPhone, iPad and M1 Macs.