Post

Replies

Boosts

Views

Activity

Reply to Enter Full screen MacOS SwiftUI
You can use this in the windowcontroller.swift override func windowDidLoad() { super.windowDidLoad() window.delegate = self window.toggleFullScreen(self) But I am having an issue on shutdown or reboot if the user selects "relaunch open apps" the app launches in full screen but then a black screen covers the app. Switching to the finder and back to the app resolves the blackout but I'd like a way to resolve this issue.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Oct ’21
Reply to Enter Full screen MacOS SwiftUI
You can use this in the windowcontroller.swift override func windowDidLoad() { super.windowDidLoad() window.delegate = self window.toggleFullScreen(self) But I am having an issue on shutdown or reboot if the user selects "relaunch open apps" the app launches in full screen but then a black screen covers the app. Switching to the finder and back to the app resolves the blackout but I'd like a way to resolve this issue.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’21
Reply to ITMS-90889: 'Cannot be used with TestFlight because the bundle at “extension.app” is missing a provisioning profile. Main bundles are expected to have provisioning profiles in order to be eligible for TestFlight.'
I'm having the same issue with a mac app that we have in the app store. Would be nice to be able to use the new TestFlight feature for testing since it's an in app purchase app.
Replies
Boosts
Views
Activity
Dec ’21
Reply to Creating a list of voices available by locale
Very sorry, I did not see this reply until today: import Foundation extension Locale { var voiceLanguage: String { (languageCode ?? "") + "-" + (regionCode ?? "") } }
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’23
Reply to Creating a list of voices available by locale
Looks like this is working as of Ventura!
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’23