-
-
Notifications
You must be signed in to change notification settings - Fork 320
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
Swift Command-line Tool executableTarget
#847
Comments
I'm going to look into this as and try create a simple interface for XodeProj. I wonder if there has been any existing thoughts surround this? |
Hola 👋, We want to inform you that the issue has been marked as stale. This means that there hasn't been any activity or updates on it for quite some time, and it's possible that it may no longer be relevant or actionable. |
Stale? It’s only a couple weeks old?? |
Comment on linked issue also suggested perhaps adding wasm which I suppose would avoid distributed binary |
This is terrible. I removed it. |
We never considered it. How would you imagine the API being? What kinds of operations would you expect to do through that executable? We are 100% open to explore that idea and bring it to the Package. |
Context 🕵️♀️
Has the possibility of creating an
executableTarget
been considered?This would allow a command-line-interface in order to read and write project pbx.
https://www.swift.org/getting-started/cli-swiftpm/
What 🌱
We've like to support Renovate upgrading our Xcode project dependencies.
renovatebot/renovate#9735
In order to parse our pbxproj files we need a tool such as XcodeProj to be a distributable binary which could be added a dependency with Node Package Manager.
The text was updated successfully, but these errors were encountered: