I have an macOS app written in swiftUI and I would like that app to show different contents depending on if you open it on an MacBook or an iMac. Is it possible to do in SwiftUI? If so could someone please help me with that.
Post
Replies
Boosts
Views
Activity
Hi, I'm creating a macOS app for private use. From that app i would like to launch a different app from a button click. The problem is that the app i want to launch doesn't have a URL scheme. I've checked in the apps plist and reached out to them but no URL scheme. Is there way to do this without the URL scheme? I don't want to use Apple script.
I'm using SwiftUI.
Can someone please help me?
Hi, i'm trying to figure out how to make my MacOS app start in Full Screen when i launch it. I'm using SwiftUI. Can someone help me?