We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If in SPM you put in some bad project config, you'll get an error.
XcodeGen seems to accept valid YML.
For example I added the line:
thisshoulderror: nope
and Xcode gen was just happy to ignore it!
⚙️ Generating plists... ⚙️ Generating project... ⚙️ Writing project...
This approach is fundamentally flawed and should never be adopted in software development.
The text was updated successfully, but these errors were encountered:
yonaskolb#1526 check for unknown keys
09a2ff7
No branches or pull requests
If in SPM you put in some bad project config, you'll get an error.
XcodeGen seems to accept valid YML.
For example I added the line:
and Xcode gen was just happy to ignore it!
This approach is fundamentally flawed and should never be adopted in software development.
The text was updated successfully, but these errors were encountered: