Skip to content

[PlaygroundSupport] Removed a couple of vestigial shell script build … #54

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

Merged
merged 1 commit into from
Mar 17, 2021

Conversation

cwakamo
Copy link
Member

@cwakamo cwakamo commented Mar 17, 2021

…phases for copying swiftdoc files.

These were added before Xcode's build system supported copying swiftdoc files on its own.
They've been harmless for the last several years, but because they hard-coded x86_64, it means they don't work when building PlaygroundSupport.framework (or the legacy XCPlayground.framework) for arm64 only.
As a result, this commit removes these vestigial build phases; Xcode's built-in support for swiftdoc files is better than these ever were.

This addresses rdar://problem/75513867.

…phases for copying swiftdoc files.

These were added before Xcode's build system supported copying swiftdoc files on its own.
They've been harmless for the last several years, but because they hard-coded `x86_64`, it means they don't work when building PlaygroundSupport.framework (or the legacy XCPlayground.framework) for `arm64` only.
As a result, this commit removes these vestigial build phases; Xcode's built-in support for swiftdoc files is better than these ever were.

This addresses <rdar://problem/75513867>.
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.

1 participant