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

Convert PrivacyInfo.xcprivacy symlinks to files #251

Merged
merged 1 commit into from
Aug 13, 2024

Conversation

jakepetroules
Copy link
Member

@jakepetroules jakepetroules commented Aug 12, 2024

It is expected behavior of the swift-build build system to copy links as-is, so presenting these as symlinks results in broken symlinks being present in the produced resource bundles, which won't work properly.

On Windows, it even causes the build entirely to fail due to a related bug: swiftlang/swift-foundation#845

This is a regression from #226. Convert these to flat files instead.

It is expected behavior of the swift-build build system to copy links as-is, so presenting these as symlinks results in broken symlinks being present in the produced resource bundles, which won't work properly.

On Windows, it even causes the build entirely to fail due to a related bug: swiftlang/swift-foundation#845

Convert these to flat files instead.
@jakepetroules
Copy link
Member Author

@swift-ci please test

@Lukasa
Copy link
Contributor

Lukasa commented Aug 13, 2024

@swift-server-bot test this please

@Lukasa Lukasa added the 🔨 semver/patch No public API change. label Aug 13, 2024
@Lukasa Lukasa enabled auto-merge (squash) August 13, 2024 06:47
Copy link
Contributor

@Lukasa Lukasa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Jake

@Lukasa Lukasa merged commit a53a7e8 into apple:main Aug 13, 2024
9 checks passed
@jakepetroules jakepetroules deleted the privacy-info-files branch August 13, 2024 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 semver/patch No public API change.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants