tommycarpi
tommycarpi
Hi guys, I'm sorry if I'm flooding the issues here but at least I hope these may serve as reference for the ones to come 😆 Again with Mac Catalyst...
Hi guys, I've got another question, with Dynamic on Mac Catalyst is it possible to include applicationShouldTerminateAfterLastWindowClosed in the AppDelegate? ``` #if targetEnvironment(macCatalyst) func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool {...
**Describe the bug** I have a React Native app running on iOS and macOS (via Catalyst) I have successfully installed the React Native SDK, and on iOS it works fine....
Say I have an app (let's call it A) written in Swift that **already uses** the iCloud Keychain. This is the configuration/path used: **Keychain Group**: `com.aaa` **Keychain Service**: `com.bbb` **Key**:...
I've been trying to remove/hide the 3 top-left buttons of the view (close, minimize and maximize, but I stuck. This is my current code, not working ... ``` override func...
I'm struggling with an error I seem not to be able to solve. Context: - React Native app that uses Firebase Auth and Firestore - Firebase versione 20.4 - on...