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

adds tvOS support #14808

Merged
merged 4 commits into from Dec 29, 2015
Merged

adds tvOS support #14808

merged 4 commits into from Dec 29, 2015

Conversation

ricardoquesada
Copy link
Contributor

Ported tests:

  • js-tests
  • cpp-tsts
  • lua-tests
  • game-controller tests

all of them working, but most of the tests can't be navigated
since they expect a controller.

Ported tests:
 - js-tests
 - cpp-tsts
 - lua-tests
 - game-controller tests

all of them working, but most of the tests can't be navigated
since they expect a controller.
@ricardoquesada
Copy link
Contributor Author

[ci rebuild]

1 similar comment
@ricardoquesada
Copy link
Contributor Author

[ci rebuild]

ricardoquesada added a commit that referenced this pull request Dec 29, 2015
@ricardoquesada ricardoquesada merged commit 3a3bf8d into cocos2d:v3 Dec 29, 2015
@ricardoquesada ricardoquesada deleted the tvos_support branch December 29, 2015 17:01
// to support different OS
// FileUtils::removeDirectory is subclassed on iOS/tvOS
// and system() is not available on tvOS
#if !defined(CC_PLATFORM_IOS)
Copy link
Contributor

Choose a reason for hiding this comment

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

@ricardoquesada why add this line since iOS and Mac implement FileUtils::removeDirectory in CCFileUtils-apple.cpp.

And the logic is error, because CC_PLATFORM_IOS is defined here.

Copy link
Contributor

Choose a reason for hiding this comment

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

And i send #16062 to fix it.

@ricardoquesada
Copy link
Contributor Author

@minggo probably a bug. thanks for fixing it.

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

Successfully merging this pull request may close these issues.

None yet

2 participants