-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
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
XcodeGen #208816
Comments
I'm trying to pack it, but I'm stuck right now. I'll ask in the Matrix channel https://github.com/Endle/nixpkgs/blob/xcodegen/pkgs/by-name/xc/xcodegen/package.nix |
Finally, after some hacks my nix file could produce a binary: https://github.com/Endle/nixpkgs/blob/xcodegen/pkgs/by-name/xc/xcodegen/package.nix Can you have a test? |
I've pushed my nix build to NUR: https://github.com/Endle/nur-packages/tree/master/pkgs/xcodegen |
Why not publish it directly to nixpkgs? That package looks up to nixpkgs standards to me. |
I'd like to push it to nixpkgs, however, there are some concerns.
So if anyone wants to push this to nixpkgs, I'd like to cooperate with them, but I can't do it on my own. |
Hey @Endle , I gave this a shot today but ran into a couple of issues:
Another thing I noticed that other swift derivations:
More information on this can be found here. I was going to make some updates, but the issue i mentioned above with Swift is getting in my way on arm. I also don't have Swift experience, but In the future I'd be happy to test it out on ARM if you've not got access to that. |
Hi @squirmy , thank you so much for sharing these information for me.
Well that's a bit interesting to me, because the only mac I have is on M2, and I have no access to x86 macs :) I assume that declaring
|
Ah! Then we must be consuming your flake differently! Your flake.nix doesn't include I did clone your repo and try it locally with the intent of submitting a PR but I ran into the above issue with the swift build failure. I'll come back and look at this again when that's sorted. There's no hurry :) |
Thank you so much for catching it! I didn't know that the list of platforms can be configured in flake.nix before your words.
I guess that the swift build failure would block xcodegen. Thank you for sharing it. |
The Swift issues have (mostly) been resolved for now, so I took a shot at this and opened a PR (#367199) adding it to nixpkgs. |
Project description
describe the project a little
XcodeGen is a command line tool written in Swift that generates your Xcode project using your folder structure and a project spec.
Metadata
The text was updated successfully, but these errors were encountered: