-
## Update notes
### package.json
check #13781
### Workflows
Homebrew is not available by default anymore. You'll have to add
```
- name: Set up Homebrew
id: set-up-homebrew
…
-
The hooks in:
https://github.com/tidev/hyperloop.next/blob/master/android/hooks/tasks/scan-references-task.js#L301
https://github.com/tidev/hyperloop.next/blob/master/iphone/hooks/hyperloop.js#L587
…
-
### Describe the Bug
Sometimes the extensions fails and does not detect the tooling and ask for install them again. If I attempt to do so the output shows the following log:
```
Failed to get …
-
The vision here is that we want
1. Marketing efforts around the SDK itself to be on TitaniumSDK.com
2. Communication around the foundation, who we are, and what we do to be on TiDev.io.
We beli…
-
The Titanium ecosystem has historically required a CLA for all contributors. This is just as important for TiDev to enforce as it was for Appc/Axway to enforce.
The current CLA website is hosted at…
-
Document the ability for people to donate their Titanium-related projects, modules, packages, etc to be owned by the TiDev org. TiDev can provide infrastructure for hosting and supporting code that ot…
-
### I have searched and made sure there are no existing issues for the issue I am filing
- [X] I have searched the existing issues
### Description
When I updated to Xcode 16 and iOS18 and create fr…
-
Hey,
when one tries to login to appcelerator through TiDev on Mac OSx Lion, it only says that the request timed out.
No login possible.
-
The old Alloy docs (https://docs.appcelerator.com/platform/latest/#!/api/Alloy) are not included in the current https://titaniumsdk.com/api/
The files are located at https://github.com/tidev/alloy/…
-
Currently the image resizing for the iOS icons/splashscreens is done by https://github.com/tidev/node-appc/tree/master/tools/resizer which is a java tool. Could it be that this is the only requirement…