macOS Desktop App with Mac Catalyst and/or AppKit #12607
Unanswered
EtnaTraining
asked this question in
Q&A
Replies: 1 comment 7 replies
-
Like you said, Titanium's mac app support is implemented via MacOS Catalyst. You can build a mac app via...
...or...
We do actively run our unit test suite on Titanium built mac apps every time a PR is submitted. Admittedly, we don't actively develop for it other than to keep it alive and to ensure our iOS features/changes continue to work on mac. The last Mac specific feature we added was checkbox support to the upcoming 10.0.0 (see: TIMOB-28302). |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
from the release note of the Titanium SDK 9.2.0 (link) I read about an initial support for building desktop app on macOS using Mac Catalyst.
What is the status of this effort?
I am also wondering if using Hyperloop we could access AppKit native APIs
It would be really cool to have macOS desktop support in Titanium.
As far as I know, no other cross platform desktop environment offers native API support for desktop from JS.
Just for a reference of platforms that promise desktop support:
So Titanium MacOS Catalyst it seems to me the first and only framework that provides a way to build macOS native apps.
Is there any relevant code to look at in the repository to see what's the current status?
Beta Was this translation helpful? Give feedback.
All reactions