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

Xcode 15: Script sandboxing #35

Open
hvge opened this issue Sep 19, 2023 · 0 comments
Open

Xcode 15: Script sandboxing #35

hvge opened this issue Sep 19, 2023 · 0 comments
Assignees

Comments

@hvge
Copy link
Member

hvge commented Sep 19, 2023

The Xcode 15 added a new feature called "script sandboxing" that makes custom scripts more safe to run on developer's machine. To be fully compatible with this feature, our build system must generate an exhaust list of files that are accessed from our support scripts.

For example, xcbuild-helper.sh re-creates openssl.framework in the architecture specific build folder according to the actual platform and architecture. To make this compatible with the script sandboxing, we have to create a new build step, that populate content of openssl.xcframework into .xcfilelist and then we have to use that file as an exclusion rule to the actual build step.

@hvge hvge self-assigned this Sep 19, 2023
hvge added a commit that referenced this issue Sep 19, 2023
- Min iOS and tvOS deployment target changed to 12.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant