yonaskolb / XcodeGen

A Swift command line tool for generating your Xcode project
MIT License
6.99k stars 816 forks source link

Add YAML files for tests into Xcode project #1019

Open jcolicchio opened 3 years ago

jcolicchio commented 3 years ago

I think it'd be convenient if I could search for a project spec key in Xcode and find usages in the YAML files we use for testing

yonaskolb commented 3 years ago

Could you expand on that @jcolicchio, not sure exactly what you mean?

jcolicchio commented 3 years ago

So, right now there are CI tests that use yml committed to the repo but not included in the generated Xcode project. I think it’d be neat if we could add them so that when I search for e.g. “storeKitConfiguration”, the usage of that property in the yml shows up in the results. That was my thinking at least, what do you think?

yonaskolb commented 3 years ago

Still not really sure what you mean. The TestProject is one that tries to touch every feature

jcolicchio commented 3 years ago

I was thinking it’d be convenient if the Xcode project generated by generate-xcodeproj would contain TestProject.yml, so thatI can search for a feature and find its implementation as well as its usage in the yml used by CI, does that make sense? WDYT?