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

Fix some packaging problems #8338

Merged
merged 3 commits into from
Aug 28, 2023
Merged

Fix some packaging problems #8338

merged 3 commits into from
Aug 28, 2023

Conversation

tgoyne
Copy link
Member

@tgoyne tgoyne commented Aug 23, 2023

Carthage downloads a semi-random zip with xcframework in the name, so the SPM binaries need to not have that in the name.

The app store rejects things built with beta SDKs, so the obj-c framework needs to be built with Xcode 14 and only use Xcode 15 for the visionOS slices. I found this really obnoxious to write in shell, so I ported it to ruby, and pulled all the packaging logic from github_release.rb over to that so that it's testable without publishing releases.

Fixes #8326. Fixes #8339.

@tgoyne tgoyne self-assigned this Aug 23, 2023
@cla-bot cla-bot bot added the cla: yes label Aug 23, 2023
@tgoyne tgoyne force-pushed the tg/packaging-fixes branch 6 times, most recently from a56a9cb to a017be7 Compare August 25, 2023 18:32
@tgoyne tgoyne marked this pull request as ready for review August 28, 2023 01:48
@tgoyne tgoyne merged commit 9111ecc into master Aug 28, 2023
2 checks passed
@tgoyne tgoyne deleted the tg/packaging-fixes branch August 28, 2023 17:06
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
2 participants