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

Support packages contain .orig files after applying App Store compliance patch #239

Open
freakboy3742 opened this issue Nov 6, 2024 · 1 comment
Labels
bug A crash or error in behavior.

Comments

@freakboy3742
Copy link
Member

Describe the bug

The App Store compliance patch has been applied to the iOS and macOS support packages; however the application of these patches leads to the creation of .orig files, and these .orig files contain the text that causes a problem with the App Store validation process

Steps to reproduce

  1. Search for itms-services in the 3.13-b2/b3 support packges

Expected behavior

.orig files should not be included in the published archives.

Screenshots

No response

Environment

3.13-b2 and 3.13-b3 support packages are known to be affected; presumably others are also affected.

Logs


Additional context

Original report was #221; this specific manifestation is courtesy of @light-bo in this comment.

@freakboy3742
Copy link
Member Author

As a workaround, the Briefcase cleanup_paths option can be used to purge .orig files as part of the deployment process:

cleanup_paths = [
    "**/*.orig",
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A crash or error in behavior.
Projects
None yet
Development

No branches or pull requests

1 participant