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

Test framework v2 #13

Merged
merged 5 commits into from
Nov 23, 2022
Merged

Test framework v2 #13

merged 5 commits into from
Nov 23, 2022

Conversation

freakboy3742
Copy link
Member

@freakboy3742 freakboy3742 commented Nov 7, 2022

A revised approach at template modifications to support testing in a iOS Xcode project.

Includes the gross project layout changes from #12, using the class name rather than the app name as the project directory; this is the bulk of the changes.

The significant changes are:

  1. Modification of app startup to use metadata to choose the name of the app module.
  2. The disabling of optimisation in the runtime interpreter
  3. The addition of a metadata entry in briefcase.toml pointing at the Info.plist file.4.
  4. Removal of the use of Py_DecodeLocale (which is recommended by the Python docs).

Refs beeware/briefcase#962

PR Checklist:

  • All new features have been tested
  • All new features have been documented
  • I have read the CONTRIBUTING.md file
  • I will abide by the code of conduct

@freakboy3742 freakboy3742 marked this pull request as ready for review November 18, 2022 07:21
@freakboy3742 freakboy3742 merged commit 3f6c5c5 into main Nov 23, 2022
@freakboy3742 freakboy3742 deleted the testcase2 branch November 23, 2022 03:04
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.

2 participants