-
Notifications
You must be signed in to change notification settings - Fork 3
Add tvOS Testbed. #11
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
Conversation
Also, note that this crashes with |
I asked this in general terms yesterday - PLEASE slow down. To be explicit - I'm going to ignore this pull request until #8 is completed. |
Entirely expected. This is just a very rough first draft -- and I'm expecting you to ignore it, until we sort out more stuff. Sorry for accidentally misclicking Ready for Review 1 minute before I sent this comment. |
FYI -- my intent is to make sure I do not lose the code that I stored in a separate working tree prior to starting Mac Catalyst does not get lost if my computer has a virus or something, so it's a draft PR on here. |
Ready for review. Will need to sort out test failures within the next few days. |
OK... how do you export a variable to sysconfigdata? TVOS_DEPLOYMENT_TARGET and WATCHOS_DEPLOYMENT_TARGET are not exported and that is what is causing one of the test failures. Also the defaults for gettting TVOS_DEPLOYMENT_TARGET is 9.0 but the default in build is 12.0. All of those are for sysconfig. |
dfc5b97
to
7926253
Compare
…on't use `simctl --set testing` (pythonGH-135102) (python#135113) On a fresh Xcode install (including some CI provider configurations), there is no pre-existing testing set that can be used to identify simulator models. Use the default device set to detect available models instead. Live testing simulators are still created in the testing set. (cherry picked from commit dba9de7) Co-authored-by: Joe Rickerby <[email protected]>
7926253
to
68b83a6
Compare
68b83a6
to
0b8aaa9
Compare
This has been incorporated into the latest revisions to the 3.14-patched branch. Thanks for the PR! |
You're welcome, again I apologize for rushing out so much new work when I first started contribing to BeeWare. |
Add a tvOS testbed. This is currently failing with the latest stable release of Python Apple Support (w/ platform-config stripped) with (EDIT -- actually the result of #8 since I messed stuff up with my local files):
Also there's no
__main__.py
so far. EDIT: The logs is a bug in #8