apple / swift-xcode-playground-support

Logging and communication to allow Swift toolchains to communicate with Xcode.
Apache License 2.0
284 stars 65 forks source link

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

Closed shahmishal closed 3 years ago

shahmishal commented 3 years ago

…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.

(cherry picked from commit 8d91971bbf52ff6251b719d85e282f91c18cd06e)