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

Rake build: handle universal & slim builds #884

Merged
merged 3 commits into from
Oct 4, 2021
Merged

Conversation

djbe
Copy link
Member

@djbe djbe commented Oct 4, 2021

Needed because Homebrew wants slim builds, but for our zip releases (zip, cocoapods, ...) we want universal builds.
Refs: Homebrew/homebrew-core#86408 (comment)

By default we'll create a "slim" build (only active arch.). To create a universal build you need to run:

bundle exec rake "cli:install[,true]"

Note: the first parameter is the path where to install, empty in this example (--> default).

@djbe djbe added this to the Next minor milestone Oct 4, 2021
@SwiftGen-Eve
Copy link

Hey 👋 I'm Eve, the friendly bot watching over SwiftGen 🤖

Thanks a lot for your contribution!


Seems like everything is in order 👍 You did a good job here! 🤝

Generated by 🚫 Danger

@djbe djbe merged commit fb19844 into develop Oct 4, 2021
@djbe djbe deleted the feature/rake-build-tweak branch October 4, 2021 15:16
@djbe djbe modified the milestones: Next minor, 6.5.1 Oct 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants