Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove old code, fix sdk version, update action #1421

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

m1ga
Copy link
Contributor

@m1ga m1ga commented Oct 1, 2024

  • update github action
  • remove <= Ti 10 if cases
  • remove ti config selected.sdk check (not used anymore)
  • add ti sdk version to the test tiapp.xml file
  • use 12.5.0 in the github action so it will work with the test

Copy link
Contributor

@cb1kenobi cb1kenobi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I love this PR! Needs a couple of small changes.

What's up with the removal of Ti.UI.iPhone.NavigationGroup.js? Is this a breaking change?

.github/workflows/build.yml Outdated Show resolved Hide resolved
.github/workflows/build.yml Outdated Show resolved Hide resolved
.github/workflows/publish.yml Outdated Show resolved Hide resolved
test/projects/HarnessTemplate/tiapp.xml Outdated Show resolved Hide resolved
@m1ga
Copy link
Contributor Author

m1ga commented Oct 5, 2024

I love this PR! Needs a couple of small changes.

What's up with the removal of Ti.UI.iPhone.NavigationGroup.js? Is this a breaking change?

DEPRECATED_VERSION = '3.1.3' ...Use Ti.UI.NavigationWindow instead..
Think it has been a long time to keep it around :-)

@cb1kenobi
Copy link
Contributor

The tests fail on WSL for the same reason the CI checks fail below. For example:

alloy compile widgets/wpath/ [ios] compiles without critical error
  Expected { code : 1, killed : false, signal : null, cmd : 'alloy compile /home/chris/projects/titanium/alloy/test/projects/Harness --config platform=ios' } to be falsy.

Not sure what's causing that. Isn't the Android and iOS stuff mocked?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants