mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2026-03-18 20:02:25 +00:00
3a9131a21a
* added on-demand-resources setting to project.yml * update documents * Apply suggestions from code review fixed docs Co-Authored-By: Yonas Kolb <yonaskolb@users.noreply.github.com> * Make it possible to resourceTags convert to json * Use sorted() instead of Array initializer * Avoid merge assetTags if it is empty * Changed access to resourceTags to inline * Don't add resourceTags other than chosenBuildPhase is .resources * update CHANGELOG.md * update spec loading test * add a new "generates resource tags" test case * add resourceTags in Test Fixture and update Co-authored-by: Yonas Kolb <yonaskolb@users.noreply.github.com>